:root {
  --lozma-ink: #091525;
  --lozma-ink-2: #10233b;
  --lozma-paper: #f7f5f1;
  --lozma-surface: #ffffff;
  --lozma-mist: #e9edf2;
  --lozma-slate: #526174;
  --lozma-cobalt: #2f63d8;
  --lozma-cobalt-dark: #204aa8;
  --lozma-gold: #c7a46b;
  --lozma-success: #376d60;
  --lozma-warm: #f7f5f1;
  --lozma-sage: #aab9a3;
  --lozma-text: #252525;
  --lozma-white: #fff;
  --lozma-border: rgba(9, 21, 37, 0.14);
  --lozma-width: 1240px;
  --lozma-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--lozma-text);
  background: var(--lozma-warm);
  font-family: var(--lozma-font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}


img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: var(--lozma-ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

button:disabled,
input:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: var(--lozma-ink);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.7rem, 6vw, 5.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.lozma-container {
  width: min(calc(100% - 40px), var(--lozma-width));
  margin-inline: auto;
}

.content-narrow {
  max-width: 820px;
}

.section {
  padding-block: clamp(72px, 9vw, 132px);
}

.section--compact {
  padding-block: clamp(48px, 6vw, 82px);
}

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: #fff;
  background: var(--lozma-ink);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--lozma-ink);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.button,
button.button,
input.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid var(--lozma-ink);
  border-radius: 2px;
  color: var(--lozma-ink);
  background: transparent;
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  transform: translateY(-1px);
}

.button--primary,
button.button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  color: #fff;
  background: var(--lozma-ink);
}

.button--primary:hover,
button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background: #203956;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--lozma-sage) 75%, #fff);
  outline-offset: 3px;
}

.text-link {
  font-weight: 750;
}

.icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.icon-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  place-items: center;
}

.media-fallback {
  display: grid;
  min-height: 360px;
  place-items: center;
  color: rgba(19, 35, 58, 0.72);
  background:
    linear-gradient(135deg, transparent 0 49.6%, rgba(19, 35, 58, 0.07) 50% 50.4%, transparent 50.5%),
    linear-gradient(45deg, transparent 0 49.6%, rgba(19, 35, 58, 0.05) 50% 50.4%, transparent 50.5%),
    color-mix(in srgb, var(--lozma-sage) 26%, var(--lozma-warm));
  background-size: 72px 72px;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.announcement-bar {
  padding: 9px 20px;
  color: #fff;
  background: var(--lozma-ink);
  font-size: 0.78rem;
  letter-spacing: 0;
  text-align: center;
}

.site-header {
  position: relative;
  z-index: 40;
  border-bottom: 1px solid rgba(19, 35, 58, 0.1);
  background: color-mix(in srgb, var(--lozma-warm) 94%, transparent);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: grid;
  min-height: 76px;
  align-items: center;
  grid-template-columns: minmax(140px, 1fr) auto minmax(140px, 1fr);
}

.site-branding {
  display: flex;
  align-items: center;
}

.legacy-brand-text,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  color: var(--lozma-ink);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.custom-logo {
  width: auto;
  max-width: 190px;
  max-height: 54px;
}

.primary-navigation {
  justify-self: center;
}

.primary-menu,
.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
}

.primary-menu a {
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
  text-decoration: underline;
}

.header-actions {
  display: flex;
  justify-self: end;
}

.cart-link {
  position: relative;
}

.cart-count {
  position: absolute;
  top: 0;
  right: -2px;
  display: grid;
  min-width: 18px;
  height: 18px;
  padding-inline: 4px;
  border-radius: 30px;
  color: #fff;
  background: var(--lozma-ink);
  font-size: 0.65rem;
  line-height: 1;
  place-items: center;
}

.menu-toggle,
.mobile-menu-close {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(820px, calc(100vh - 105px));
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero__media,
.hero__fallback,
.hero__overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  z-index: -1;
  background: rgba(0, 0, 0, 0.18);
}

.hero--with-image,
.hero--with-image h1,
.hero--with-image .eyebrow {
  color: #fff;
}

.hero__content {
  display: flex;
  padding-block: 80px;
}

.hero__copy {
  max-width: 760px;
}

.hero__copy h1 {
  max-width: 740px;
  margin-bottom: 22px;
}

.hero__text {
  max-width: 600px;
  margin-bottom: 30px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero--with-image .button--primary {
  border-color: #fff;
  color: var(--lozma-ink);
  background: #fff;
}

.section-intro {
  max-width: 720px;
  margin-bottom: 44px;
}

.section-heading--small {
  margin-bottom: 36px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.benefits-grid {
  display: grid;
  border-block: 1px solid var(--lozma-border);
  grid-template-columns: repeat(4, 1fr);
}

.benefit-card {
  display: flex;
  gap: 16px;
  padding: 32px 24px;
  border-right: 1px solid var(--lozma-border);
}

.benefit-card:last-child {
  border-right: 0;
}

.benefit-card .icon {
  flex: 0 0 auto;
}

.benefit-card h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.benefit-card p {
  margin: 0;
  color: rgba(37, 37, 37, 0.72);
  font-size: 0.88rem;
}

.lozma-products-grid,
.woocommerce ul.products {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lozma-product-card,
.woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  background: #fff;
}

.lozma-product-card__image,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  text-decoration: none;
}

.lozma-product-card__image img,
.lozma-product-card__image .media-fallback,
.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  margin: 0 !important;
  object-fit: cover;
  background: #eeeae2;
}

.lozma-product-card__content {
  padding: 24px;
}

.lozma-product-card__content h3 {
  margin-bottom: 10px;
}

.lozma-product-card__content h3 a {
  text-decoration: none;
}

.lozma-product-card .price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--lozma-ink);
  font-size: 1.05rem;
  font-weight: 750;
}

.lozma-product-card .text-link {
  display: inline-block;
  margin-top: 14px;
}

.featured-fallback {
  display: grid;
  align-items: center;
  gap: clamp(34px, 7vw, 100px);
  grid-template-columns: 1.1fr 0.9fr;
}

.featured-fallback .media-fallback {
  min-height: 620px;
}

.lifestyle-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lifestyle-card {
  overflow: hidden;
  background: #fff;
}

.lifestyle-card__media img,
.lifestyle-card__media .media-fallback {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.lifestyle-card__content {
  padding: 26px;
}

.lifestyle-card__content h3 {
  margin-bottom: 8px;
}

.lifestyle-card__content p {
  margin: 0;
  color: rgba(37, 37, 37, 0.72);
}

.brand-story {
  color: #fff;
  background: var(--lozma-ink);
}

.brand-story__grid {
  display: grid;
  align-items: center;
  gap: clamp(44px, 8vw, 120px);
  grid-template-columns: 0.85fr 1.15fr;
}

.brand-story h2,
.brand-story .eyebrow,
.brand-story a {
  color: #fff;
}

.brand-story__content p {
  max-width: 580px;
  font-size: 1.08rem;
}

.brand-story__media img,
.brand-story__media .media-fallback {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
}

.shipping-care {
  background: color-mix(in srgb, var(--lozma-sage) 34%, var(--lozma-warm));
}

.shipping-care h2 {
  margin-bottom: 46px;
}

.shipping-care__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shipping-care article {
  padding: clamp(30px, 5vw, 58px);
  background: rgba(255, 255, 255, 0.72);
}

.shipping-care article .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 28px;
}

.shipping-care article p {
  max-width: 560px;
  margin-bottom: 0;
}

.faq-grid {
  display: grid;
  align-items: start;
  gap: clamp(42px, 8vw, 120px);
  grid-template-columns: 0.7fr 1.3fr;
}

.lozma-accordion details {
  border-bottom: 1px solid var(--lozma-border);
}

.lozma-accordion details:first-child {
  border-top: 1px solid var(--lozma-border);
}

.lozma-accordion summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--lozma-ink);
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.lozma-accordion summary::-webkit-details-marker {
  display: none;
}

.lozma-accordion summary .icon {
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.lozma-accordion details[open] summary .icon {
  transform: rotate(45deg);
}

.accordion-content {
  padding: 0 40px 28px 0;
}

.accordion-content > :last-child {
  margin-bottom: 0;
}

.newsletter-signup {
  border-top: 1px solid var(--lozma-border);
}

.newsletter-signup__inner {
  display: grid;
  align-items: end;
  gap: 50px;
  grid-template-columns: 0.8fr 1.2fr;
}

.newsletter-signup h2 {
  margin-bottom: 12px;
}

.newsletter-signup p {
  margin-bottom: 0;
}

.newsletter-visual {
  display: grid;
  grid-template-columns: 1fr auto;
}

.newsletter-visual input {
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(19, 35, 58, 0.32);
  border-right: 0;
  background: #fff;
}

.site-footer {
  padding-block: 72px 30px;
  color: rgba(255, 255, 255, 0.76);
  background: #0d1929;
}

.footer-grid {
  display: grid;
  gap: 50px;
  grid-template-columns: 1.5fr repeat(3, 1fr);
}

.legacy-brand-text--footer,
.footer-heading,
.site-footer a {
  color: #fff;
}

.footer-brand p {
  max-width: 330px;
  margin: 20px 0 12px;
}

.footer-heading {
  margin-bottom: 20px;
  font-size: 0.84rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-menu li + li {
  margin-top: 10px;
}

.footer-menu a {
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 64px;
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

.page-header {
  margin-bottom: 50px;
}

.page-header h1 {
  margin-bottom: 0;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.entry-content {
  font-size: 1.05rem;
}

.entry-content > * + * {
  margin-top: 1.4em;
}

.post-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-card {
  background: #fff;
}

.post-card__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.post-card__content {
  padding: 24px;
}

.post-card__content h2 {
  font-size: 1.45rem;
}

.post-card__content h2 a {
  text-decoration: none;
}

.contact-grid {
  display: grid;
  align-items: start;
  gap: clamp(50px, 9vw, 140px);
  grid-template-columns: 0.8fr 1.2fr;
}

.contact-intro {
  position: sticky;
  top: 40px;
}

.contact-form {
  padding: clamp(28px, 5vw, 56px);
  background: #fff;
}

.field + .field {
  margin-top: 20px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--lozma-ink);
  font-size: 0.82rem;
  font-weight: 750;
}

.field input,
.field textarea,
form.search-form input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.woocommerce div.product form.cart .variations select {
  width: 100%;
  min-height: 50px;
  padding: 11px 14px;
  border: 1px solid rgba(19, 35, 58, 0.3);
  border-radius: 2px;
  background: #fff;
}

.field textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-form .button {
  width: 100%;
  margin-top: 22px;
}

.contact-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.form-status {
  padding: 14px;
  color: var(--lozma-ink);
  background: color-mix(in srgb, var(--lozma-sage) 34%, #fff);
}

.form-error {
  padding: 14px;
  color: #861d18;
  background: #fff0ee;
}

.empty-state,
.error-page {
  text-align: center;
}

/* WooCommerce shop and notices. */
.woocommerce .woocommerce-breadcrumb {
  margin: 24px 0;
  color: rgba(37, 37, 37, 0.66);
  font-size: 0.8rem;
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--lozma-ink);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 28px;
}

.woocommerce .woocommerce-ordering select {
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid rgba(19, 35, 58, 0.25);
  background: #fff;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 20px 22px 6px;
  font-size: 1.2rem;
}

.woocommerce ul.products li.product .price {
  padding-inline: 22px;
}

.woocommerce ul.products li.product .button {
  margin: 14px 22px 24px;
}

.woocommerce span.onsale {
  display: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--lozma-ink);
  color: var(--lozma-text);
  background: #fff;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--lozma-ink);
}

/* Native WooCommerce single product. */
.single-product .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main,
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main,
.woocommerce-account .site-main {
  width: min(calc(100% - 40px), var(--lozma-width));
  margin-inline: auto;
  padding-block: clamp(48px, 7vw, 100px);
}

.woocommerce div.product {
  display: flow-root;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 70px;
}

.woocommerce div.product div.images {
  width: 56%;
}

.woocommerce div.product div.summary {
  position: static;
  top: auto;
  width: 38%;
}

.woocommerce div.product div.images img {
  background: #eeeae2;
}

.woocommerce div.product .product_title {
  margin-bottom: 16px;
  font-size: clamp(2.35rem, 4vw, 4.3rem);
}

.woocommerce-product-details__short-description {
  margin-block: 22px;
  font-size: 1.04rem;
}

.woocommerce div.product form.cart {
  margin-block: 28px;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  width: 100%;
  padding: 0 0 8px;
  text-align: left;
}

.woocommerce div.product form.cart .variations label {
  color: var(--lozma-ink);
  font-size: 0.82rem;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 10px;
}

.woocommerce .quantity .qty {
  width: 78px;
  text-align: center;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  min-height: 50px;
}

.woocommerce div.product .woocommerce-product-gallery__trigger {
  border-radius: 50%;
}

.flex-control-thumbs {
  display: grid;
  gap: 10px;
  margin-top: 12px !important;
  grid-template-columns: repeat(5, 1fr);
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
}

.lozma-product-information {
  clear: both;
  max-width: 860px;
  padding-top: 30px;
  margin-inline: auto;
}

.lozma-product-information > h2 {
  margin-bottom: 32px;
}

.woocommerce-product-attributes {
  margin-top: 24px;
}


/* Native cart and checkout. */
.woocommerce table.shop_table {
  border-color: var(--lozma-border);
  border-radius: 0;
  background: #fff;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 16px;
}

.woocommerce-cart table.cart img {
  width: 90px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 42%;
  padding: 28px;
  background: #fff;
}

.lozma-checkout-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  margin-bottom: 18px;
  background: color-mix(in srgb, var(--lozma-sage) 28%, #fff);
  font-size: 0.86rem;
}

.lozma-checkout-note .icon {
  flex: 0 0 auto;
  margin-top: 2px;
}

.lozma-checkout-note p {
  margin: 0;
}

.lozma-checkout-note--checkout {
  max-width: 760px;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
  padding: clamp(20px, 3vw, 34px);
  background: #fff;
}

.woocommerce-checkout #order_review_heading {
  margin-top: 44px;
}

.woocommerce-checkout-payment {
  border-radius: 0 !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: var(--lozma-border);
  border-radius: 0;
  background: #fff;
}

@media (max-width: 990px) {
  .site-header__inner {
    grid-template-columns: 1fr auto 1fr;
  }

  .menu-toggle {
    display: inline-grid;
    justify-self: start;
  }

  .site-branding {
    justify-self: center;
  }

  .primary-navigation {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: block;
    overflow-y: auto;
    padding: 82px 24px 30px;
    background: var(--lozma-warm);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .primary-navigation.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-grid;
  }

  .primary-menu {
    display: block;
  }

  .primary-menu a {
    display: block;
    padding-block: 16px;
    border-bottom: 1px solid var(--lozma-border);
    font-size: 1.75rem;
    font-weight: 750;
  }

  .menu-open {
    overflow: hidden;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-card:nth-child(2) {
    border-right: 0;
  }

  .benefit-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--lozma-border);
  }

  .brand-story__grid,
  .featured-fallback,
  .faq-grid,
  .newsletter-signup__inner,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-intro {
    position: static;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    float: none;
    width: 100%;
  }

  .woocommerce div.product div.summary {
    position: static;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .lozma-container,
  .single-product .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main,
  .woocommerce-cart .site-main,
  .woocommerce-checkout .site-main,
  .woocommerce-account .site-main {
    width: min(calc(100% - 28px), var(--lozma-width));
  }

  .section {
    padding-block: 68px;
  }

  .site-header__inner {
    min-height: 68px;
  }

  .header-search {
    display: none;
  }

  .hero {
    min-height: 720px;
    align-items: end;
  }

  .hero__content {
    padding-block: 68px;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .hero .button {
    width: 100%;
  }

  .benefits-grid,
  .lozma-products-grid,
  .woocommerce ul.products,
  .lifestyle-grid,
  .shipping-care__grid,
  .post-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    border-right: 0;
    border-bottom: 1px solid var(--lozma-border);
  }

  .benefit-card:last-child {
    border-bottom: 0;
  }

  .featured-fallback .media-fallback {
    min-height: 460px;
  }

  .brand-story__media img,
  .brand-story__media .media-fallback {
    min-height: 460px;
  }

  .newsletter-visual {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .newsletter-visual input {
    border-right: 1px solid rgba(19, 35, 58, 0.32);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .woocommerce table.shop_table_responsive tr td::before {
    color: var(--lozma-ink);
  }

  .woocommerce-cart table.cart img {
    width: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* LOZMA production storefront updates. */
.hero__actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero--no-image {
  background: linear-gradient(135deg, #f7f5f0 0%, #e8eee4 100%);
}

.utility-section {
  background: #fff;
}

.utility-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.utility-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 16px;
  border: 1px solid var(--lozma-border);
  background: var(--lozma-warm);
  font-weight: 700;
}

.empty-state,
.editorial-panel {
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--lozma-border);
  background: #fff;
}

.lozma-product-card--no-image .lozma-product-card__content {
  min-height: 260px;
}

.brand-story__grid--text-only {
  grid-template-columns: minmax(0, 820px);
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.support-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--lozma-border);
  background: #fff;
  text-decoration: none;
}

.support-option .icon {
  flex: 0 0 auto;
  margin-top: 2px;
}

.support-option span {
  display: grid;
  gap: 2px;
}

.support-option small {
  color: rgba(37, 37, 37, 0.72);
}

.support-option--static {
  flex-wrap: wrap;
}

.button--small {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 0.82rem;
}

.copy-status {
  display: block;
  flex-basis: 100%;
  min-height: 1.4em;
  color: var(--lozma-ink);
  font-size: 0.86rem;
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  font-size: 0.9rem;
}

.checkbox-field input {
  margin-top: 0.35em;
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.footer-socials span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
}

.footer-socials a,
.footer-social-button {
  display: inline-grid;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  place-items: center;
}

.footer-socials .icon,
.footer-social-button .icon {
  width: 18px;
  height: 18px;
}

.floating-help {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: var(--lozma-ink);
  box-shadow: 0 18px 42px rgba(13, 25, 41, 0.28);
  font-weight: 750;
}

.help-panel {
  position: fixed;
  z-index: 100;
  right: 22px;
  bottom: 86px;
  width: min(380px, calc(100vw - 32px));
  padding: 20px;
  border: 1px solid var(--lozma-border);
  background: #fff;
  box-shadow: 0 24px 60px rgba(13, 25, 41, 0.28);
}

.help-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.help-panel__header h2 {
  margin: 0;
  font-size: 1.35rem;
}

.help-panel__links {
  display: grid;
  gap: 8px;
}

.help-panel__links a,
.help-panel__links button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px;
  border: 1px solid var(--lozma-border);
  color: var(--lozma-ink);
  background: var(--lozma-warm);
  text-align: left;
  text-decoration: none;
}

.help-backdrop {
  position: fixed;
  z-index: 95;
  inset: 0;
  background: rgba(13, 25, 41, 0.26);
}

.lozma-product-delivery-line {
  padding: 12px 14px;
  background: color-mix(in srgb, var(--lozma-sage) 28%, #fff);
  font-weight: 700;
}

.lozma-product-assurance {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lozma-product-assurance a {
  padding: 12px;
  border: 1px solid var(--lozma-border);
  background: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 990px) {
  .utility-strip,
  .lozma-product-assurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .hero__actions,
  .inline-actions,
  .utility-strip,
  .lozma-product-assurance {
    display: grid;
    grid-template-columns: 1fr;
  }

  .floating-help {
    right: 16px;
    bottom: 16px;
  }

  .help-panel {
    right: 16px;
    bottom: 76px;
  }
}
/* LOZMA v1.0.3 marketplace UI. */
body {
  background: var(--lozma-paper);
}

.button--primary,
button.button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  border-color: var(--lozma-cobalt);
  background: var(--lozma-cobalt);
}

.button--primary:hover,
button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: var(--lozma-cobalt-dark);
}

.announcement-bar__inner {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.announcement-bar__inner a {
  color: inherit;
  font-weight: 700;
}

.market-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: var(--lozma-gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.market-eyebrow::before {
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
}

.market-home .section {
  padding-block: clamp(54px, 7vw, 96px);
}

.market-command {
  padding: 22px 0 clamp(44px, 6vw, 78px);
}

.market-command__grid {
  display: grid;
  align-items: stretch;
  gap: 16px;
  grid-template-columns: minmax(220px, 2.3fr) minmax(0, 6.4fr) minmax(260px, 3.3fr);
}

.market-category-rail,
.market-service-panel .service-card,
.market-hero-carousel,
.edit-poster,
.market-product-card,
.routine-tile,
.contact-entry__inner {
  border: 1px solid rgba(9, 21, 37, 0.1);
  border-radius: 16px;
  background: var(--lozma-surface);
}

.market-category-rail {
  overflow: hidden;
  color: #fff;
  background: var(--lozma-ink);
}

.market-category-rail h2 {
  padding: 20px 20px 10px;
  margin: 0;
  color: #fff;
  font-size: 0.78rem;
}

.market-category-rail h2::after {
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 10px;
  background: var(--lozma-gold);
  content: "";
}

.market-category-rail nav {
  display: grid;
  padding: 8px;
}

.market-category-rail a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.market-category-rail a:hover,
.market-category-rail a:focus-visible {
  color: #fff;
  background: rgba(47, 99, 216, 0.22);
}

.market-hero-carousel {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  color: #fff;
  background: radial-gradient(circle at 78% 30%, rgba(199, 164, 107, 0.22), transparent 31%), var(--lozma-ink-2);
}

.market-slides,
.market-slide {
  min-height: inherit;
}

.market-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 42%);
  padding: clamp(28px, 4vw, 52px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.market-slide.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.market-slide h1 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(2.1rem, 4.4vw, 4.3rem);
}

.market-slide p {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.78);
}

.market-slide__price {
  margin: 18px 0;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
}

.market-slide__image {
  display: grid;
  min-height: 260px;
  place-items: center;
}

.market-slide__image img {
  max-height: 340px;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.32));
}

.market-carousel-controls {
  position: absolute;
  right: 22px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.market-carousel-controls button {
  display: inline-grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  place-items: center;
}

.market-carousel-controls div {
  display: flex;
  gap: 6px;
}

.market-carousel-controls [data-carousel-dot] {
  width: 9px;
  height: 9px;
  border: 0;
  background: rgba(255, 255, 255, 0.42);
}

.market-carousel-controls [data-carousel-dot].is-active {
  background: var(--lozma-gold);
}

.market-service-panel {
  display: grid;
  gap: 16px;
}

.market-service-panel .service-card {
  padding: 20px;
}

.service-card--primary {
  background: linear-gradient(180deg, #fff, #f8f7f4);
}

.service-actions {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

.service-actions a {
  padding: 10px 12px;
  border: 1px solid var(--lozma-border);
  border-radius: 10px;
  color: var(--lozma-ink);
  background: var(--lozma-paper);
  font-weight: 750;
  text-decoration: none;
}

.edit-poster-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 2fr 1fr;
}

.edit-poster-stack {
  display: grid;
  gap: 16px;
}

.edit-poster {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 265px;
  align-items: end;
  padding: clamp(24px, 4vw, 42px);
  color: #fff;
  background: var(--lozma-ink);
  text-decoration: none;
}

.edit-poster--large {
  min-height: 548px;
}

.edit-poster img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(58%, 430px);
  max-height: 90%;
  object-fit: contain;
  opacity: 0.82;
  filter: drop-shadow(0 26px 38px rgba(0, 0, 0, 0.32));
}

.edit-poster::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 21, 37, 0.96), rgba(9, 21, 37, 0.45));
  content: "";
}

.edit-poster__copy {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 470px;
  gap: 12px;
}

.edit-poster strong {
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 3rem);
  line-height: 1.06;
}

.edit-poster em {
  color: var(--lozma-gold);
  font-style: normal;
  font-weight: 800;
}

.market-products-grid,
.routine-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.market-products-grid--single {
  grid-template-columns: minmax(0, 520px);
}

.market-product-card {
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.market-product-card:hover {
  box-shadow: 0 18px 36px rgba(9, 21, 37, 0.12);
  transform: translateY(-2px);
}

.market-product-card__image {
  display: grid;
  aspect-ratio: 1 / 1.06;
  background: var(--lozma-mist);
  place-items: center;
}

.market-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.market-product-card__body {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.market-product-card__body > span {
  color: var(--lozma-slate);
  font-size: 0.78rem;
}

.market-product-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

.routine-tile {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 22px;
  color: #fff;
  background: var(--lozma-ink-2);
  text-decoration: none;
}

.routine-tile img {
  position: absolute;
  right: -3%;
  bottom: 0;
  width: 58%;
  max-height: 92%;
  object-fit: contain;
  opacity: 0.78;
}

.routine-tile span {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 240px;
  gap: 8px;
}

.routine-tile strong {
  color: #fff;
  font-size: 1.5rem;
}

.routine-tile em {
  color: rgba(255, 255, 255, 0.75);
  font-style: normal;
}

.delivery-band {
  padding: clamp(36px, 6vw, 70px) 0;
  color: #fff;
  background: var(--lozma-ink);
}

.delivery-band__inner {
  display: grid;
  align-items: center;
  gap: 18px;
  grid-template-columns: 0.7fr 1fr auto;
}

.delivery-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.delivery-band .button {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.contact-entry__inner {
  display: grid;
  align-items: center;
  gap: 24px;
  grid-template-columns: 1fr auto;
  padding: clamp(28px, 5vw, 56px);
}

.legacy-panel,
.legacy-panel-backdrop {
  position: fixed;
  inset: 0;
}

.legacy-panel-backdrop {
  z-index: 105;
  background: rgba(9, 21, 37, 0.46);
}

.legacy-panel {
  z-index: 110;
  display: grid;
  align-items: start;
  justify-items: center;
  padding: clamp(20px, 8vw, 80px) 20px;
  pointer-events: none;
}

.legacy-panel__panel {
  width: min(760px, 100%);
  padding: clamp(24px, 5vw, 44px);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(9, 21, 37, 0.28);
  pointer-events: auto;
}

.legacy-panel__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.legacy-panel__header h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.legacy-panel__form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 750;
}

.legacy-panel__form div {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
}

.legacy-panel__form input[type="search"] {
  min-height: 52px;
  border: 1px solid var(--lozma-border);
  border-radius: 12px;
  padding: 0 16px;
}

.woocommerce ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .market-command__grid {
    grid-template-columns: 1fr;
  }

  .market-category-rail {
    order: 2;
  }

  .market-hero-carousel {
    order: 1;
  }

  .market-service-panel {
    order: 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .market-category-rail nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-products-grid,
  .routine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivery-band__inner,
  .contact-entry__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .market-command {
    padding-top: 12px;
  }

  .market-slide {
    min-height: 520px;
    grid-template-columns: 1fr;
    align-content: end;
    padding: 26px;
  }

  .market-slide__image {
    order: -1;
    min-height: 190px;
  }

  .market-slide__image img {
    max-height: 220px;
  }

  .market-category-rail nav,
  .market-service-panel,
  .edit-poster-grid,
  .market-products-grid,
  .routine-grid,
  .legacy-panel__form div {
    grid-template-columns: 1fr;
  }

  .edit-poster--large,
  .edit-poster {
    min-height: 320px;
  }

  .edit-poster img,
  .routine-tile img {
    width: 66%;
    opacity: 0.6;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.woocommerce .lozma-shop-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(9, 21, 37, 0.1);
}

.woocommerce .lozma-shop-category-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(9, 21, 37, 0.12);
  border-radius: 999px;
  background: var(--lozma-surface);
  color: var(--lozma-ink);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.woocommerce .lozma-shop-category-nav a:hover,
.woocommerce .lozma-shop-category-nav a:focus,
.woocommerce .lozma-shop-category-nav a.is-active {
  border-color: var(--lozma-cobalt);
  background: rgba(26, 81, 177, 0.08);
  color: var(--lozma-cobalt-dark);
}
/* LOZMA v1.0.4 marketplace header, static posters, and link compliance. */
.site-header__inner {
  display: grid;
  grid-template-columns: minmax(130px, 190px) minmax(420px, 620px) auto;
  gap: 22px;
  min-height: 82px;
  align-items: center;
}

.site-branding { min-width: 0; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
}

.header-product-search {
  display: grid;
  align-items: stretch;
  width: 100%;
  max-width: 620px;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-self: center;
}

.header-product-search input[type="search"] {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 16px;
  border: 2px solid var(--lozma-cobalt);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background: #fff;
  color: var(--lozma-ink);
}

.header-product-search button {
  min-width: 96px;
  min-height: 46px;
  padding: 0 18px;
  border: 2px solid var(--lozma-cobalt);
  border-radius: 0 8px 8px 0;
  color: #fff;
  background: var(--lozma-cobalt);
  font-weight: 800;
}

.header-product-search button:hover,
.header-product-search button:focus-visible { background: var(--lozma-cobalt-dark); }

.header-search-toggle { display: none; }

.mobile-search-panel {
  border-top: 1px solid rgba(9, 21, 37, 0.08);
  background: var(--lozma-paper);
}

.mobile-search-panel .lozma-container { padding-block: 12px; }

.primary-navigation {
  justify-self: auto;
  border-top: 1px solid rgba(9, 21, 37, 0.08);
  background: color-mix(in srgb, var(--lozma-surface) 84%, var(--lozma-paper));
}

.primary-navigation__inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-menu { gap: clamp(18px, 2.2vw, 34px); }

.market-command { padding-top: 18px; }

.market-command__grid {
  grid-template-columns: minmax(210px, 250px) minmax(0, 1fr) minmax(240px, 280px);
}

.market-hero-carousel--image-only {
  min-height: 430px;
  background: #0f1d31;
}

.market-hero-carousel--image-only .market-slide {
  display: block;
  padding: 0;
  min-height: inherit;
}

.market-hero-carousel--image-only .market-slide .campaign-image { height: 100%; min-height: 430px; }

.campaign-image {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: var(--lozma-mist);
}

.campaign-image picture,
.campaign-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.campaign-image img { object-fit: cover; }

.campaign-image__base-link,
.campaign-hotspot {
  position: absolute;
  z-index: 2;
  display: block;
  text-decoration: none;
}

.campaign-image__base-link { inset: 0; }

.campaign-hotspot {
  z-index: 3;
  opacity: 0;
  background: transparent;
}

.campaign-hotspot:focus-visible {
  opacity: 1;
  outline: 3px solid var(--lozma-gold);
  outline-offset: -3px;
}

.edit-poster-grid--image-only {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}

.edit-poster-main .campaign-image { aspect-ratio: 16 / 7; }
.edit-poster-stack { display: grid; gap: 16px; }
.edit-poster-stack .campaign-image { aspect-ratio: 16 / 8.7; }

.market-service-panel .service-card { border-radius: 12px; }
.market-service-panel .service-card strong { display: block; color: var(--lozma-ink); font-size: .88rem; letter-spacing: 0; }
.market-service-panel .service-card p { margin: 10px 0 0; color: var(--lozma-slate); font-size: .88rem; }

.footer-socials--text {
  display: grid;
  align-items: stretch;
  gap: 8px;
}

.footer-social-link,
.footer-socials .footer-social-link,
.footer-socials .footer-social-button {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 44px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  text-align: left;
  text-decoration: none;
}

.footer-social-link span { display: grid; gap: 1px; }
.footer-social-link small,
.help-panel__links small { color: rgba(255, 255, 255, .64); font-size: .74rem; }
.help-panel__links small { color: var(--lozma-slate); }

.footer-bottom {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-bottom p { max-width: 520px; }

.operator-disclosure {
  padding: 12px 14px;
  border: 1px solid var(--lozma-border);
  background: rgba(255, 255, 255, .68);
  color: var(--lozma-ink);
  font-size: .92rem;
}


@media (max-width: 1100px) {
  .site-header__inner { grid-template-columns: auto minmax(0, 1fr) auto; }
  .menu-toggle { display: inline-grid; }
  .site-branding { justify-self: start; }
  .header-product-search--desktop { display: none; }
  .header-search-toggle { display: inline-grid; }
  .primary-navigation {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: block;
    overflow-y: auto;
    padding: 82px 24px 30px;
    background: var(--lozma-warm);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: opacity 180ms ease, transform 180ms ease;
  }
  .primary-navigation.is-open { opacity: 1; pointer-events: auto; transform: translateX(0); }
  .primary-navigation__inner { display: block; min-height: 0; }
  .market-command__grid { grid-template-columns: 1fr; }
  .market-service-panel { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  body { overflow-x: hidden; }
  .site-header__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 68px;
  }
  .legacy-brand-text { font-size: 1.35rem; }
  .header-actions { gap: 2px; }
  .header-product-search { max-width: none; }
  .header-product-search input[type="search"] { min-height: 44px; padding-inline: 12px; }
  .header-product-search button { min-width: 82px; min-height: 44px; padding-inline: 12px; }
  .market-hero-carousel--image-only,
  .market-hero-carousel--image-only .market-slide .campaign-image { min-height: 260px; }
  .market-service-panel,
  .edit-poster-grid--image-only,
  .edit-poster-stack { grid-template-columns: 1fr; }
  .edit-poster-main .campaign-image,
  .edit-poster-stack .campaign-image { aspect-ratio: 16 / 9; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-bottom p { max-width: 100%; }
}

/* LOZMA v1.0.5 official branding and marketplace density. */
:root { --lozma-width: 1440px; }

.lozma-container { width: min(calc(100% - 48px), var(--lozma-width)); }
.market-home .lozma-container,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main,
.single-product .site-main,
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main,
.woocommerce-account .site-main { width: min(calc(100% - 48px), 1440px); }

.utility-bar { padding: 8px 0; background: var(--lozma-ink); }
.utility-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-bar nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(10px, 1.6vw, 22px); }
.utility-bar a,
.utility-bar span { color: #fff; text-decoration: none; }
.utility-bar nav span { opacity: .82; }

.lozma-brand-logo { display: inline-flex; align-items: center; justify-content: flex-start; text-decoration: none; }
.lozma-brand-logo img { display: block; width: auto; max-width: var(--lozma-logo-max-width, 210px); object-fit: contain; }
.desktop-header-logo img { height: 46px; max-height: 52px; }
.mobile-header-logo img { height: 42px; }
.site-branding { min-width: 0; }
.legacy-brand-text,
.legacy-brand-text--footer { font-size: 0; line-height: 0; }
.footer-logo-plaque { display: inline-flex; padding: 0; border-radius: 0; background: transparent; }
.footer-brand-logo img { max-width: var(--lozma-logo-max-width, 180px); height: auto; max-height: 58px; }
.mobile-menu-head { display: none; }
.mobile-menu-logo img { width: 56px; height: 56px; max-width: 56px; object-fit: contain; }
.help-panel__brand { display: flex; align-items: center; gap: 10px; }
.help-panel-logo img { width: 36px; height: 36px; max-width: 36px; object-fit: contain; }

.site-header__inner { grid-template-columns: minmax(180px, 240px) minmax(520px, 620px) minmax(180px, auto); }
.header-product-search { max-width: 620px; }
.primary-navigation__inner { justify-content: flex-start; }
.primary-menu { width: 100%; justify-content: center; }

.v105-mobile-entry,
.mobile-service-summary { display: none; }
.v105-market-command .market-command__grid { grid-template-columns: minmax(230px, 260px) minmax(0, 1fr) minmax(270px, 310px); }
.v105-hero-carousel,
.market-hero-carousel--image-only,
.market-hero-carousel--image-only .market-slide .campaign-image { min-height: auto; aspect-ratio: 16 / 9; }
.market-hero-carousel--image-only .market-slides,
.market-hero-carousel--image-only .market-slide { min-height: 0; height: 100%; }
.campaign-image { border-radius: 10px; background: #f2efe8; }
.campaign-image img { object-fit: contain; background: #f2efe8; }
.edit-poster-main .campaign-image,
.edit-poster-stack .campaign-image,
.campaign-image--activity,
.campaign-image--scene { aspect-ratio: 16 / 9; }
.edit-poster-grid--image-only { grid-template-columns: minmax(0, 2fr) minmax(330px, 1fr); }
.scene-poster-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.scene-poster:empty { display: none; }
.quick-entry-section { padding-top: 18px; }
.quick-entry-grid { display: grid; gap: 12px; grid-template-columns: repeat(8, minmax(0, 1fr)); }
.quick-entry { display: grid; min-height: 82px; place-items: center; gap: 8px; padding: 12px 8px; border: 1px solid rgba(9, 21, 37, .1); border-radius: 8px; background: var(--lozma-surface); color: var(--lozma-ink); font-size: .82rem; font-weight: 750; text-align: center; text-decoration: none; }
.quick-entry .icon { color: var(--lozma-cobalt); }
.v105-story-preview { background: color-mix(in srgb, var(--lozma-ink) 96%, #ffffff); color: #fff; }
.v105-story-preview h2,
.v105-story-preview a { color: #fff; }
.v105-story-preview__inner { display: grid; align-items: center; gap: 24px; grid-template-columns: minmax(0, 1fr) auto; }
.v105-story-preview__inner p:not(.market-eyebrow) { max-width: 620px; color: rgba(255, 255, 255, .78); }
.button--small { min-height: 42px; padding: 9px 14px; font-size: .82rem; }
.market-product-card__body .button--small { margin-top: 4px; }

.footer-grid { grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(170px, 1fr)); }
.footer-accordion { border: 0; }
.footer-accordion > summary { list-style: none; cursor: default; }
.footer-accordion > summary::-webkit-details-marker { display: none; }
.footer-bottom { align-items: center; }
.footer-operator span { display: inline; }
.floating-help.is-near-footer { opacity: 0; pointer-events: none; transform: translateY(12px); }
.mobile-bottom-nav { display: none; }
.woocommerce-checkout .floating-help,
.woocommerce-checkout .mobile-bottom-nav { display: none !important; }

@media (min-width: 1520px) {
  .market-home .lozma-container { width: min(calc(100% - 64px), 1520px); }
}

@media (max-width: 1100px) {
  .utility-bar nav { display: none; }
  .site-header__inner { grid-template-columns: auto minmax(0, 1fr) auto; }
  .site-branding { justify-self: center; }
  .mobile-header-logo img { height: 32px; max-width: 136px; }
  .primary-navigation__inner { max-width: none; }
  .mobile-menu-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
  .mobile-menu-head strong { color: var(--lozma-ink); font-size: 1.1rem; }
  .mobile-menu-head .mobile-menu-close { display: inline-grid; }
  .primary-menu { display: grid; justify-content: stretch; gap: 4px; }
  .primary-menu a { display: block; padding: 14px 0; font-size: 1rem; }
  .v105-market-command .market-command__grid { grid-template-columns: 1fr; }
  .edit-poster-grid--image-only { grid-template-columns: 1fr; }
  .scene-poster-grid,
  .quick-entry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  body { padding-bottom: 72px; }
  body.woocommerce-checkout { padding-bottom: 0; }
  .lozma-container,
  .market-home .lozma-container { width: min(calc(100% - 24px), 1440px); }
  .utility-bar { font-size: .76rem; }
  .utility-bar__inner { justify-content: center; }
  .site-header__inner { min-height: 58px; grid-template-columns: 42px minmax(0, 1fr) auto; }
  .header-actions .account-link { display: none; }
  .mobile-header-logo img { width: auto; max-width: 118px; height: 30px; object-fit: contain; }
  .mobile-search-panel .lozma-container { padding-block: 8px 10px; }
  .header-product-search input[type="search"],
  .header-product-search button { min-height: 42px; }
  .v105-mobile-entry,
  .mobile-service-summary { display: block; }
  .v105-mobile-entry { padding: 8px 0 0; background: var(--lozma-paper); }
  .mobile-channel-nav,
  .mobile-category-chips { display: flex; gap: 8px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; white-space: nowrap; }
  .mobile-channel-nav::-webkit-scrollbar,
  .mobile-category-chips::-webkit-scrollbar { display: none; }
  .mobile-channel-nav a,
  .mobile-category-chips a { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 12px; border: 1px solid rgba(9, 21, 37, .1); border-radius: 999px; background: #fff; color: var(--lozma-ink); font-size: .86rem; font-weight: 750; text-decoration: none; }
  .mobile-category-chips { margin-top: 8px; }
  .mobile-category-chips a { min-height: 42px; background: color-mix(in srgb, var(--lozma-cobalt) 7%, #fff); }
  .market-command { padding-top: 10px; }
  .market-category-rail { display: none; }
  .market-service-panel { display: none; }
  .v105-hero-carousel,
  .market-hero-carousel--image-only,
  .market-hero-carousel--image-only .market-slide .campaign-image { aspect-ratio: 16 / 9; min-height: 0; }
  .market-carousel-controls { right: 12px; bottom: 10px; }
  .market-carousel-controls button { width: 30px; height: 30px; }
  .mobile-service-summary { padding: 10px 0; }
  .mobile-service-summary .lozma-container { padding: 10px 12px; border: 1px solid rgba(9, 21, 37, .1); border-radius: 8px; background: #fff; }
  .mobile-service-summary__links { display: flex; justify-content: space-between; gap: 8px; font-size: .82rem; font-weight: 800; }
  .mobile-service-summary__links a { text-decoration: none; }
  .mobile-service-summary p { margin: 6px 0 0; color: var(--lozma-slate); font-size: .82rem; }
  .quick-entry-section { padding-block: 12px 18px; }
  .quick-entry-grid { gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .quick-entry { min-height: 72px; padding: 9px 4px; border-radius: 6px; font-size: .76rem; }
  .quick-entry .icon { width: 20px; height: 20px; }
  .market-home .section { padding-block: 26px; }
  .market-products-grid,
  .woocommerce ul.products { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .market-product-card__body { gap: 6px; padding: 12px; }
  .market-product-card h3 { display: -webkit-box; overflow: hidden; min-height: 2.45em; font-size: .92rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .market-product-card .price { font-size: 1rem; }
  .market-product-card__body .button--small { width: 100%; min-height: 38px; padding: 7px 8px; }
  .edit-poster-grid--image-only,
  .edit-poster-stack,
  .scene-poster-grid { grid-template-columns: 1fr; gap: 10px; }
  .v105-activity-banner { padding-block: 10px; }
  .delivery-band__inner,
  .v105-story-preview__inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .footer-brand { padding-bottom: 8px; }
  .footer-accordion { border-top: 1px solid rgba(255,255,255,.14); padding-top: 8px; }
  .footer-accordion > summary { display: flex; min-height: 44px; align-items: center; justify-content: space-between; cursor: pointer; }
  .footer-accordion > summary::after { content: '+'; font-size: 1.2rem; }
  .footer-accordion[open] > summary::after { content: '-'; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .footer-operator span { display: block; }
  .floating-help { width: 48px; height: 48px; min-height: 48px; right: 16px; bottom: 84px; padding: 0; border-radius: 50%; justify-content: center; }
  .floating-help span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .help-panel { right: 12px; bottom: 144px; width: min(380px, calc(100vw - 24px)); max-height: calc(100vh - 180px); overflow: auto; }
  .mobile-bottom-nav { position: fixed; z-index: 86; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(5, 1fr); min-height: 64px; padding: 6px 6px max(6px, env(safe-area-inset-bottom)); border-top: 1px solid rgba(9,21,37,.12); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
  .mobile-bottom-nav a,
  .mobile-bottom-nav button { position: relative; display: grid; place-items: center; gap: 2px; border: 0; background: transparent; color: var(--lozma-ink); font-size: .68rem; font-weight: 750; text-decoration: none; }
  .mobile-bottom-nav .icon { width: 21px; height: 21px; }
  .mobile-bottom-nav .cart-count { top: 2px; right: 16%; }
}

@media (max-width: 390px) {
  .header-product-search button { min-width: 74px; padding-inline: 10px; }
  .quick-entry { font-size: .72rem; }
  .mobile-bottom-nav a,
  .mobile-bottom-nav button { font-size: .64rem; }
}

/* LOZMA v1.0.6 PC marketplace density layer */
:root {
  --lozma-page-max: 1520px;
  --lozma-page-width: min(1520px, calc(100vw - 48px));
  --lozma-width: var(--lozma-page-max);
  --lozma-navy: #071A33;
  --lozma-navy-2: #102A4D;
  --lozma-blue: #2F63D8;
  --lozma-blue-hover: #204AA8;
  --lozma-paper: #F5F6F8;
  --lozma-surface: #FFFFFF;
  --lozma-border: #DCE2EA;
  --lozma-text: #101828;
  --lozma-muted: #667085;
  --lozma-gold: #C7A46B;
  --lozma-cobalt: var(--lozma-blue);
  --lozma-ink: var(--lozma-text);
  --lozma-ink-2: var(--lozma-navy-2);
  --lozma-slate: var(--lozma-muted);
}

html,
body {
  overflow-x: clip;
}

body {
  color: var(--lozma-text);
  background: var(--lozma-paper);
}

.lozma-container,
.site-header__inner,
.utility-bar__inner,
.primary-navigation__inner,
.site-footer .lozma-container,
.market-home--v106 .lozma-container {
  width: var(--lozma-page-width);
  max-width: var(--lozma-page-max);
}

.utility-bar,
.primary-navigation {
  color: #fff;
  background: var(--lozma-navy);
}

.primary-navigation a,
.utility-bar a {
  color: rgba(255, 255, 255, 0.88);
}

.primary-navigation a:hover,
.primary-navigation a:focus-visible,
.utility-bar a:hover,
.utility-bar a:focus-visible {
  color: #fff;
}

.button--primary,
.header-product-search button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.single_add_to_cart_button {
  border-color: var(--lozma-blue);
  background: var(--lozma-blue);
}

.button--primary:hover,
.button--primary:focus-visible,
.header-product-search button:hover,
.header-product-search button:focus-visible,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus-visible {
  border-color: var(--lozma-blue-hover);
  background: var(--lozma-blue-hover);
}

.market-home--v106 {
  background: var(--lozma-paper);
}

.market-home--v106 .section {
  padding-block: 46px;
}

.market-home--v106 .section:empty,
.market-home--v106 .lozma-container:empty {
  display: none;
}

.market-home--v106 .section-intro {
  margin-bottom: 22px;
}

.market-home--v106 .section-intro h2 {
  color: var(--lozma-text);
  font-size: clamp(1.7rem, 2.1vw, 2.35rem);
  font-weight: 850;
  line-height: 1.12;
}

.market-home--v106 .section-intro p:not(.market-eyebrow) {
  max-width: 680px;
  color: var(--lozma-muted);
  font-size: 1rem;
}

.market-home--v106 .market-eyebrow {
  color: var(--lozma-gold);
  font-weight: 850;
}

.market-home--v106 .market-command {
  padding: 18px 0 0;
  background: linear-gradient(180deg, var(--lozma-navy) 0, var(--lozma-navy) 58%, var(--lozma-paper) 58%, var(--lozma-paper) 100%);
}

.market-home--v106 .market-command__grid {
  display: grid;
  align-items: stretch;
  gap: 16px;
  grid-template-columns: 250px minmax(0, 1fr) 310px;
}

.market-home--v106 .market-command__grid--no-hero {
  grid-template-columns: 250px minmax(270px, 310px);
  justify-content: center;
}

.market-home--v106 .market-category-rail,
.market-home--v106 .market-service-panel .service-card,
.market-home--v106 .market-hero-carousel,
.market-home--v106 .campaign-image,
.market-home--v106 .market-product-card,
.market-home--v106 .contact-entry__inner {
  border-radius: 8px;
}

.market-category-rail--v106 {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  background: var(--lozma-navy);
  box-shadow: 0 18px 34px rgba(7, 26, 51, 0.18);
}

.market-category-rail--v106 h2 {
  padding: 20px 18px 12px;
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0;
}

.market-category-rail--v106 nav {
  gap: 2px;
  padding: 8px;
}

.market-category-rail--v106 a {
  min-height: 43px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 720;
}

.market-category-rail--v106 a:hover,
.market-category-rail--v106 a:focus-visible {
  color: #fff;
  background: rgba(47, 99, 216, 0.28);
}

.lozma-home-hero {
  overflow: hidden;
  min-height: 500px;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--lozma-navy-2);
  box-shadow: 0 22px 42px rgba(7, 26, 51, 0.22);
}

.lozma-home-hero .market-slides,
.lozma-home-hero .market-slide,
.lozma-home-hero .campaign-image,
.lozma-home-hero .campaign-image picture {
  min-height: inherit;
  width: 100%;
  height: 100%;
}

.lozma-home-hero .market-slide {
  display: block;
  padding: 0;
  background: transparent;
}

.lozma-home-hero .market-slide.is-active {
  position: relative;
}

.lozma-home-hero .campaign-image {
  position: relative;
  overflow: hidden;
  border: 0;
  background: var(--lozma-navy-2);
}

.lozma-home-hero .campaign-image img,
.market-home--v106 .campaign-image--v106-poster img,
.market-home--v106 .campaign-image--v106-scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--lozma-navy-2);
}

.market-home--v106 .campaign-image__base-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.market-home--v106 .campaign-hotspot {
  z-index: 3;
  opacity: 0;
}

.market-home--v106 .market-carousel-controls {
  right: 18px;
  bottom: 16px;
  z-index: 4;
}

.market-home--v106 .market-carousel-controls button {
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(7, 26, 51, 0.58);
}

.market-service-panel--v106 {
  display: grid;
  gap: 12px;
}

.market-service-panel--v106 .service-card {
  min-height: 0;
  padding: 18px;
  border: 1px solid var(--lozma-border);
  box-shadow: 0 14px 28px rgba(7, 26, 51, 0.12);
}

.market-service-panel--v106 .service-card strong {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.market-service-panel--v106 .service-card--order {
  color: #fff;
  background: linear-gradient(135deg, var(--lozma-navy), var(--lozma-navy-2));
}

.market-service-panel--v106 .service-card--order a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.market-service-panel--v106 .service-card--aud {
  border-left: 4px solid var(--lozma-gold);
  background: #fff;
}

.market-service-panel--v106 .service-card--aud strong,
.market-service-panel--v106 .service-card--aud p {
  color: var(--lozma-text);
}

.market-service-panel--v106 .service-card--delivery {
  color: #fff;
  border-color: rgba(47, 99, 216, 0.28);
  background: linear-gradient(135deg, var(--lozma-blue), var(--lozma-navy-2));
}

.market-service-panel--v106 .service-card--delivery p {
  color: rgba(255, 255, 255, 0.82);
}

.market-home--v106 .quick-entry-section {
  margin: 0;
  padding: 24px 0 30px;
  background: var(--lozma-paper);
}

.market-home--v106 .quick-entry-grid {
  gap: 12px;
}

.market-home--v106 .quick-entry {
  min-height: 76px;
  border: 1px solid var(--lozma-border);
  border-radius: 8px;
  background: #fff;
  color: var(--lozma-text);
  box-shadow: 0 10px 22px rgba(7, 26, 51, 0.07);
}

.market-home--v106 .quick-entry:hover,
.market-home--v106 .quick-entry:focus-visible {
  border-color: rgba(47, 99, 216, 0.45);
  color: var(--lozma-blue);
  transform: translateY(-1px);
}

.v106-poster-band {
  padding-block: 40px;
  background: #fff;
}

.v106-poster-matrix {
  display: grid;
  align-items: stretch;
  gap: 16px;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.v106-poster-card {
  min-width: 0;
}

.v106-poster-card--large {
  grid-row: span 2;
}

.v106-poster-card .campaign-image,
.v106-scene-grid .campaign-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--lozma-border);
  background: var(--lozma-navy-2);
  box-shadow: 0 18px 38px rgba(7, 26, 51, 0.12);
}

.v106-poster-card--large .campaign-image {
  min-height: 100%;
}

.v106-poster-matrix--count-1,
.v106-poster-matrix--count-2 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-template-rows: auto;
}

.v106-poster-matrix--count-1 .v106-poster-card--large,
.v106-poster-matrix--count-2 .v106-poster-card--large {
  grid-row: auto;
}

.v106-product-band {
  background: var(--lozma-paper);
}

.v106-product-band--featured {
  background: linear-gradient(180deg, var(--lozma-navy-2) 0, var(--lozma-navy-2) 188px, var(--lozma-paper) 188px, var(--lozma-paper) 100%);
}

.v106-product-band--featured .section-intro h2,
.v106-product-band--featured .section-intro p:not(.market-eyebrow) {
  color: #fff;
}

.v106-product-band--new {
  background: #fff;
}

.v106-product-band--best {
  background: linear-gradient(180deg, #fff 0, #fff 42%, var(--lozma-paper) 42%, var(--lozma-paper) 100%);
}

.market-home--v106 .market-products-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.market-home--v106 .market-products-grid--single {
  grid-template-columns: minmax(0, 620px);
}

.market-product-card--v106 {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--lozma-border);
  background: #fff;
  box-shadow: 0 15px 30px rgba(7, 26, 51, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.market-product-card--v106:hover,
.market-product-card--v106:focus-within {
  border-color: rgba(47, 99, 216, 0.48);
  box-shadow: 0 20px 40px rgba(7, 26, 51, 0.14);
  transform: translateY(-2px);
}

.market-product-card--v106 .market-product-card__hit {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.market-product-card--v106 .market-product-card__image,
.market-product-card--v106 .market-product-card__body,
.market-product-card--v106 .market-product-card__actions,
.market-product-card--v106 .button {
  position: relative;
  z-index: 2;
}

.market-product-card--v106 .market-product-card__image {
  display: grid;
  aspect-ratio: 1 / 1;
  padding: 14px;
  background: #fff;
  place-items: center;
}

.market-product-card--v106 .market-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.market-product-card--v106 .market-product-card__body {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.market-product-card--v106 .market-product-card__category {
  color: var(--lozma-muted);
  font-size: 0.76rem;
  font-weight: 780;
  text-transform: uppercase;
}

.market-product-card--v106 h3 {
  min-height: 2.7em;
  margin: 0;
  color: var(--lozma-text);
  font-size: 1.02rem;
  font-weight: 780;
  line-height: 1.32;
}

.market-product-card--v106 h3 a {
  color: inherit;
  text-decoration: none;
}

.market-product-card--v106 .price {
  color: var(--lozma-navy);
  font-size: 1.16rem;
  font-weight: 850;
}

.market-product-card--v106 .price del {
  color: var(--lozma-muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.market-product-card--v106 .price ins {
  color: var(--lozma-blue);
  text-decoration: none;
}

.market-product-card--v106 .market-product-card__actions {
  margin-top: 2px;
}

.market-product-card--v106 .button--small {
  width: 100%;
  min-height: 42px;
  justify-content: center;
  border-radius: 6px;
  background: var(--lozma-blue);
  color: #fff;
}

.market-product-card--v106 .button--outline {
  border-color: var(--lozma-blue);
  color: var(--lozma-blue);
  background: #fff;
}

.market-product-card--v106 .button--small:hover,
.market-product-card--v106 .button--small:focus-visible {
  border-color: var(--lozma-blue-hover);
  background: var(--lozma-blue-hover);
  color: #fff;
}

.v106-scene-posters {
  padding-block: 40px;
  background: var(--lozma-navy);
}

.v106-scene-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v106-scene-grid .scene-poster {
  min-width: 0;
}

.delivery-band {
  color: #fff;
  background: var(--lozma-navy);
}

.delivery-band p,
.delivery-band .market-eyebrow {
  color: #fff;
}

.v105-story-preview {
  background: var(--lozma-navy-2);
}

.contact-entry {
  background: #fff;
}

.contact-entry__inner {
  border: 1px solid var(--lozma-border);
  box-shadow: 0 18px 38px rgba(7, 26, 51, 0.08);
}

@media (min-width: 1400px) {
  .market-home--v106 .lozma-container,
  .site-header__inner,
  .utility-bar__inner,
  .primary-navigation__inner,
  .site-footer .lozma-container {
    width: var(--lozma-page-width);
  }
}

@media (max-width: 1280px) {
  .market-home--v106 .market-command__grid {
    grid-template-columns: 230px minmax(0, 1fr) 280px;
  }

  .lozma-home-hero {
    min-height: 430px;
  }
}

@media (max-width: 1100px) {
  .market-home--v106 .market-command {
    background: var(--lozma-paper);
  }

  .market-home--v106 .market-command__grid,
  .market-home--v106 .market-command__grid--no-hero {
    grid-template-columns: 1fr;
  }

  .lozma-home-hero {
    min-height: 0;
  }

  .market-service-panel--v106 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v106-poster-matrix,
  .v106-scene-grid,
  .market-home--v106 .market-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .v106-poster-card--large {
    grid-row: auto;
  }
}

@media (max-width: 700px) {
  .lozma-container,
  .site-header__inner,
  .utility-bar__inner,
  .primary-navigation__inner,
  .site-footer .lozma-container,
  .market-home--v106 .lozma-container {
    width: min(calc(100vw - 24px), 1520px);
  }

  .market-home--v106 .market-command {
    padding-top: 10px;
  }

  .market-home--v106 .market-category-rail,
  .market-home--v106 .market-service-panel {
    display: none;
  }

  .market-home--v106 .quick-entry-section {
    padding-block: 12px 18px;
  }

  .market-home--v106 .quick-entry-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .v106-poster-band,
  .v106-scene-posters,
  .market-home--v106 .section {
    padding-block: 26px;
  }

  .v106-poster-matrix,
  .v106-scene-grid,
  .market-home--v106 .market-products-grid,
  .market-home--v106 .market-products-grid--single {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v106-poster-matrix,
  .v106-scene-grid {
    grid-template-columns: 1fr;
  }

  .v106-product-band--featured,
  .v106-product-band--best {
    background: var(--lozma-paper);
  }

  .v106-product-band--featured .section-intro h2 {
    color: var(--lozma-text);
  }

  .v106-product-band--featured .section-intro p:not(.market-eyebrow) {
    color: var(--lozma-muted);
  }

  .market-product-card--v106 .market-product-card__body {
    padding: 12px;
  }

  .market-product-card--v106 h3 {
    min-height: 2.55em;
    font-size: 0.92rem;
  }

  .market-product-card--v106 .price {
    font-size: 1rem;
  }

  .market-product-card--v106 .button--small {
    min-height: 38px;
    padding-inline: 8px;
    font-size: 0.8rem;
  }
}

@media (max-width: 390px) {
  .market-home--v106 .quick-entry {
    font-size: 0.72rem;
  }

  .market-product-card--v106 .button--small {
    font-size: 0.75rem;
  }
}

/* LOZMA v1.0.6 card and campaign image interaction refinements */
.market-home--v106 .campaign-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.market-product-card--v106 .market-product-card__hit {
  z-index: 2;
}

.market-product-card--v106 .market-product-card__body {
  position: relative;
  z-index: auto;
}

.market-product-card--v106 .market-product-card__image,
.market-product-card--v106 h3 a,
.market-product-card--v106 .market-product-card__actions,
.market-product-card--v106 .button {
  position: relative;
  z-index: 3;
}

/* LOZMA v1.0.7 frozen marketplace structure and product-page repair */
:root {
  --lozma-page-bg: #F5F7FA;
  --lozma-surface: #FFFFFF;
  --lozma-surface-soft: #EEF2F6;
  --lozma-border: #D9E1EA;
  --lozma-navy: #071A33;
  --lozma-navy-2: #102A4D;
  --lozma-primary: #2563EB;
  --lozma-primary-hover: #1D4ED8;
  --lozma-text: #101828;
  --lozma-muted: #667085;
  --lozma-gold: #C7A46B;
  --lozma-promo: #E94B4B;
  --lozma-promo-soft: #FFF1F1;
  --lozma-success: #167C63;
  --lozma-success-soft: #EAF7F2;
  --lozma-page-max: 1520px;
  --lozma-page-width: min(1520px, calc(100vw - 48px));
  --lozma-width: var(--lozma-page-max);
  --lozma-blue: var(--lozma-primary);
  --lozma-blue-hover: var(--lozma-primary-hover);
  --lozma-cobalt: var(--lozma-primary);
  --lozma-ink: var(--lozma-text);
  --lozma-ink-2: var(--lozma-navy-2);
  --lozma-slate: var(--lozma-muted);
}

html,
body { overflow-x: clip; }
body { color: var(--lozma-text); background: var(--lozma-page-bg); }

.lozma-page-container,
.lozma-container,
.site-header__inner,
.utility-bar__inner,
.primary-navigation__inner,
.site-footer .lozma-container,
.single-product .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main,
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main,
.woocommerce-account .site-main {
  width: var(--lozma-page-width);
  max-width: var(--lozma-page-max);
  margin-inline: auto;
}

.utility-bar {
  padding: 7px 0;
  color: #fff;
  background: var(--lozma-navy);
}

.utility-bar__inner,
.utility-bar nav {
  min-height: 24px;
}

.utility-bar a,
.utility-bar span {
  color: rgba(255,255,255,.84);
  font-size: .78rem;
}

.site-header {
  background: #fff;
}

.site-header__inner {
  grid-template-columns: minmax(180px, 250px) minmax(560px, 640px) minmax(180px, auto);
}

.desktop-header-logo img,
.site-branding img {
  height: 42px;
  max-height: 42px;
  object-fit: contain;
}

.header-product-search {
  max-width: 640px;
}

.header-product-search input[type="search"] {
  background: #fff;
}

.header-product-search button,
.button--primary,
.market-product-card--v107 .button--small,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.single_add_to_cart_button {
  border-color: var(--lozma-primary);
  background: var(--lozma-primary);
  color: #fff;
}

.header-product-search button:hover,
.header-product-search button:focus-visible,
.button--primary:hover,
.button--primary:focus-visible,
.market-product-card--v107 .button--small:hover,
.market-product-card--v107 .button--small:focus-visible,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus-visible {
  border-color: var(--lozma-primary-hover);
  background: var(--lozma-primary-hover);
  color: #fff;
}

.primary-navigation {
  background: var(--lozma-navy);
}

.primary-menu a.is-current,
.primary-menu a[aria-current="page"] {
  color: #fff;
  box-shadow: inset 0 -2px 0 var(--lozma-gold);
}

.market-home--v107 {
  background: var(--lozma-page-bg);
}

.market-home--v107 .section {
  padding-block: 42px;
}

.market-home--v107 .section:empty,
.market-home--v107 .lozma-container:empty {
  display: none;
}

.market-home--v107 .section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.market-home--v107 .section-intro h2 {
  margin: 0;
  color: var(--lozma-text);
  font-size: clamp(1.65rem, 2vw, 2.25rem);
  font-weight: 850;
  line-height: 1.12;
}

.market-home--v107 .section-intro p:not(.market-eyebrow) {
  max-width: 680px;
  margin-top: 8px;
  color: var(--lozma-muted);
}

.market-home--v107 .market-eyebrow {
  color: var(--lozma-gold);
  font-weight: 850;
}

.v107-portal-hero-shell {
  padding: 18px 0 0;
  background: var(--lozma-surface-soft);
}

.lozma-portal-hero {
  display: grid;
  align-items: stretch;
  gap: 16px;
  grid-template-columns: 236px minmax(0, 1fr) 300px;
}

.market-category-rail--v107 {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--lozma-navy);
  box-shadow: none;
}

.market-category-rail--v107 h2 {
  padding: 18px 16px 12px;
  margin: 0;
  color: #fff;
  font-size: .8rem;
  letter-spacing: 0;
}

.market-category-rail--v107 h2::after {
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 10px;
  background: var(--lozma-gold);
  content: "";
}

.market-category-rail--v107 nav {
  display: grid;
  gap: 2px;
  padding: 8px;
}

.market-category-rail--v107 a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px;
  border-radius: 6px;
  color: rgba(255,255,255,.86);
  font-weight: 720;
  text-decoration: none;
}

.market-category-rail--v107 a:hover,
.market-category-rail--v107 a:focus-visible {
  color: #fff;
  background: rgba(255,255,255,.09);
}

.market-home--v107 .lozma-home-hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 8px;
  background: var(--lozma-surface);
  box-shadow: none;
}

.market-home--v107 .lozma-home-hero .market-slides,
.market-home--v107 .lozma-home-hero .market-slide,
.market-home--v107 .lozma-home-hero .campaign-image,
.market-home--v107 .lozma-home-hero .campaign-image picture,
.market-home--v107 .campaign-image picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.market-home--v107 .lozma-home-hero .market-slide {
  display: block;
  padding: 0;
}

.market-home--v107 .campaign-image {
  overflow: hidden;
  border-radius: 8px;
  background: var(--lozma-surface-soft);
}

.market-home--v107 .campaign-image img,
.market-home--v107 .campaign-image--v107-hero img,
.market-home--v107 .campaign-image--v107-poster img,
.market-home--v107 .campaign-image--v107-scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--lozma-surface-soft);
}

.lozma-home-hero--brand {
  background: linear-gradient(135deg, #f8fafc, var(--lozma-surface-soft));
}

.lozma-home-hero__brand {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(7,26,51,.08), transparent 36%),
    radial-gradient(circle at 78% 24%, rgba(199,164,107,.18), transparent 34%),
    var(--lozma-surface-soft);
}

.market-service-panel--v107 {
  display: grid;
  gap: 12px;
}

.market-service-panel--v107 .service-card {
  min-height: 0;
  padding: 17px;
  border: 1px solid var(--lozma-border);
  border-radius: 8px;
  box-shadow: none;
}

.market-service-panel--v107 .service-card strong {
  display: block;
  margin-bottom: 10px;
  color: inherit;
  letter-spacing: 0;
}

.market-service-panel--v107 .service-card--order {
  color: #fff;
  background: var(--lozma-navy);
}

.market-service-panel--v107 .service-card--order a {
  color: #fff;
  background: rgba(255,255,255,.1);
}

.market-service-panel--v107 .service-card--aud {
  background: #fff;
}

.market-service-panel--v107 .service-card--delivery {
  color: #fff;
  border-color: rgba(37,99,235,.28);
  background: var(--lozma-primary);
}

.market-service-panel--v107 .service-card--delivery p {
  color: rgba(255,255,255,.86);
}

.market-home--v107 .quick-entry-section {
  margin: 0;
  padding: 24px 0 40px;
  background: var(--lozma-surface-soft);
}

.lozma-quick-access-wrap {
  display: flex;
  width: var(--lozma-page-width);
  justify-content: center;
  padding: 0;
}

.lozma-quick-access {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.lozma-quick-access > a {
  display: grid;
  width: 150px;
  min-height: 72px;
  place-items: center;
  gap: 8px;
  padding: 12px 8px;
  border: 1px solid var(--lozma-border);
  border-radius: 8px;
  background: #fff;
  color: var(--lozma-text);
  font-size: .82rem;
  font-weight: 760;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}

.lozma-quick-access > a:hover,
.lozma-quick-access > a:focus-visible {
  border-color: rgba(37,99,235,.45);
  color: var(--lozma-primary);
  transform: translateY(-1px);
}

.lozma-quick-access .icon {
  color: var(--lozma-primary);
}

.v107-product-band {
  background: var(--lozma-page-bg);
}

.v107-product-band--featured {
  padding-top: 48px;
}

.v107-product-band--new {
  background: #fff;
}

.v107-product-band--best {
  background: var(--lozma-page-bg);
}

.market-home--v107 .market-products-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.market-home--v107 .market-products-grid--single {
  grid-template-columns: minmax(0, 760px);
}

.market-product-card--v107 {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--lozma-border);
  border-radius: 8px;
  background: var(--lozma-surface);
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.market-product-card--v107:hover,
.market-product-card--v107:focus-within {
  border-color: rgba(37,99,235,.42);
  box-shadow: 0 12px 28px rgba(16,42,77,.1);
  transform: translateY(-2px);
}

.market-product-card--v107 .market-product-card__hit {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.market-product-card--v107 .market-product-card__image,
.market-product-card--v107 h3 a,
.market-product-card--v107 .market-product-card__actions,
.market-product-card--v107 .button {
  position: relative;
  z-index: 3;
}

.market-product-card--v107 .market-product-card__image {
  display: grid;
  aspect-ratio: 1 / 1;
  padding: 14px;
  background: #fff;
  place-items: center;
}

.market-product-card--v107 .market-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.market-product-card--v107 .market-product-card__body {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.market-product-card--v107 .market-product-card__category {
  color: var(--lozma-muted);
  font-size: .76rem;
  font-weight: 780;
  text-transform: uppercase;
}

.market-product-card--v107 h3 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 2.65em;
  margin: 0;
  color: var(--lozma-text);
  font-size: 1.02rem;
  font-weight: 780;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.market-product-card--v107 h3 a {
  color: inherit;
  text-decoration: none;
}

.market-product-card--v107 .price {
  color: var(--lozma-navy);
  font-size: 1.16rem;
  font-weight: 850;
}

.market-product-card--v107 .price del {
  color: var(--lozma-muted);
  font-size: .9rem;
  font-weight: 650;
}

.market-product-card--v107 .price ins {
  color: var(--lozma-promo);
  text-decoration: none;
}

.market-product-card--v107 .button--small {
  width: 100%;
  min-height: 42px;
  justify-content: center;
  border-radius: 6px;
}

.market-product-card--v107 .button--outline {
  border-color: var(--lozma-primary);
  color: var(--lozma-primary);
  background: #fff;
}

.v107-view-all {
  flex: 0 0 auto;
  font-weight: 800;
}

.v107-poster-band {
  padding-block: 42px;
  background: #fff;
}

.v107-poster-matrix {
  display: grid;
  align-items: stretch;
  gap: 16px;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.v107-poster-card--large { grid-row: span 2; }
.v107-poster-card .campaign-image,
.v107-scene-grid .campaign-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--lozma-border);
  background: var(--lozma-surface-soft);
}

.v107-scene-posters {
  padding-block: 42px;
  background: var(--lozma-navy);
}

.v107-scene-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.delivery-band {
  color: #fff;
  background: var(--lozma-navy);
}

.delivery-band__inner {
  width: var(--lozma-page-width);
  max-width: var(--lozma-page-max);
}

.delivery-band p,
.delivery-band .market-eyebrow { color: #fff; }

.v107-story-preview {
  background: #fff;
}

.v107-story-preview__inner {
  display: grid;
  align-items: center;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.v107-story-preview__inner p:not(.market-eyebrow) {
  max-width: 640px;
  color: var(--lozma-muted);
}

.contact-entry {
  background: var(--lozma-page-bg);
}

.contact-entry__inner {
  border: 1px solid var(--lozma-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.footer-logo-plaque {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.footer-bottom {
  align-items: center;
}

/* Single product layout: only the purchase summary sticks. */
.single-product .woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: 48px;
  align-items: start;
}

.single-product .woocommerce div.product div.images {
  float: none !important;
  width: 100% !important;
  grid-column: 1;
  margin: 0 0 34px !important;
}

.single-product .woocommerce div.product div.summary {
  float: none !important;
  position: static;
  top: auto;
z-index: 2;
  width: auto !important;
  height: max-content;
  align-self: start;
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0 !important;
  transform: none !important;
}

.single-product .woocommerce div.product .lozma-product-information {
  clear: none;
  width: 100%;
  max-width: none;
  grid-column: 1;
  margin: 0;
  padding-top: 0;
}

.single-product .woocommerce div.product .related,
.single-product .woocommerce div.product .upsells,
.single-product .woocommerce div.product .woocommerce-tabs {
  grid-column: 1 / -1;
}

.single-product .lozma-product-delivery-line,
.single-product .lozma-product-assurance,
.single-product .product_meta,
.single-product form.cart,
.single-product .woocommerce-product-details__short-description {
  position: static !important;
  transform: none !important;
  z-index: auto;
}

.single-product .lozma-product-assurance {
  grid-template-columns: 1fr;
}


@media (max-width: 1280px) {
  .lozma-portal-hero {
    grid-template-columns: 220px minmax(0, 1fr) 280px;
  }
}

@media (max-width: 1100px) {
  .lozma-portal-hero {
    grid-template-columns: 1fr;
  }
  .market-service-panel--v107 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .v107-poster-matrix,
  .v107-scene-grid,
  .market-home--v107 .market-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  .v107-poster-card--large { grid-row: auto; }
}

@media (max-width: 1024px) {
  .single-product .woocommerce div.product {
    display: block;
  }
  .single-product .woocommerce div.product div.summary {
    position: static;
    top: auto;
    width: 100% !important;
    height: auto;
    margin-bottom: 34px !important;
  }
  .single-product .woocommerce div.product .lozma-product-information {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .lozma-page-container,
  .lozma-container,
  .site-header__inner,
  .utility-bar__inner,
  .primary-navigation__inner,
  .site-footer .lozma-container,
  .single-product .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main,
  .woocommerce-cart .site-main,
  .woocommerce-checkout .site-main,
  .woocommerce-account .site-main {
    width: min(1520px, calc(100vw - 24px));
  }
  .desktop-header-logo img,
  .site-branding img {
    height: 30px;
    max-height: 30px;
  }
  .v107-portal-hero-shell {
    padding-top: 10px;
  }
  .market-home--v107 .market-category-rail,
  .market-home--v107 .market-service-panel {
    display: none;
  }
  .market-home--v107 .quick-entry-section {
    padding-block: 16px 28px;
  }
  .lozma-quick-access {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
  .lozma-quick-access > a {
    width: auto;
    min-height: 72px;
    padding: 9px 4px;
    font-size: .75rem;
  }
  .market-home--v107 .section,
  .v107-poster-band,
  .v107-scene-posters {
    padding-block: 28px;
  }
  .market-home--v107 .section-intro {
    display: block;
  }
  .market-home--v107 .market-products-grid,
  .market-home--v107 .market-products-grid--single {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v107-poster-matrix,
  .v107-scene-grid {
    grid-template-columns: 1fr;
  }
  .market-product-card--v107 .market-product-card__body {
    padding: 12px;
  }
  .market-product-card--v107 h3 {
    font-size: .92rem;
  }
  .market-product-card--v107 .price {
    font-size: 1rem;
  }
  .market-product-card--v107 .button--small {
    min-height: 38px;
    padding-inline: 8px;
    font-size: .78rem;
  }
  .v107-story-preview__inner,
  .delivery-band__inner {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .footer-operator span {
    display: block;
  }
  .floating-help {
    width: 48px;
    height: 48px;
    min-height: 48px;
  }
}

@media (max-width: 390px) {
  .lozma-quick-access > a {
    font-size: .71rem;
  }
  .market-product-card--v107 .button--small {
    font-size: .74rem;
  }
}

/* LOZMA v1.0.7 single featured product presentation */
.v107-product-band--featured-single .market-products-grid--single {
  max-width: 820px;
}

.v107-product-band--featured-single .market-product-card--v107 {
  display: grid;
  grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
  align-items: center;
}

.v107-product-band--featured-single .market-product-card--v107 .market-product-card__image {
  aspect-ratio: 4 / 3;
}

.v107-product-band--featured-single .market-product-card--v107 .market-product-card__body {
  padding: 28px;
}

.v107-product-band--featured-single .market-product-card--v107 h3 {
  min-height: 0;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}

@media (max-width: 700px) {
  .v107-product-band--featured-single .market-product-card--v107 {
    display: block;
  }
  .v107-product-band--featured-single .market-product-card--v107 .market-product-card__body {
    padding: 12px;
  }
}

/* LOZMA v1.0.9 product detail conversion rebuild */
body.single-product { background: #F5F7FA; }
.single-product-page { width: min(1360px, calc(100vw - 48px)); max-width: 1360px; margin-inline: auto; padding-block: 44px 78px; background: transparent; }
.single-product-page .lozma-single-product { display: block; width: 100%; }
.single-product .product-top-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 430px); gap: 56px; align-items: start; }
.single-product-page .product-gallery,
.single-product-page .product-purchase-summary,
.single-product-page .product-info-section,
.single-product-page .product-reviews-section,
.single-product-page .woocommerce-product-details__short-description,
.single-product-page form.cart { position: relative; inset: auto; z-index: auto; transform: none; }
.single-product-page .woocommerce-product-gallery,
.single-product-page .summary,
.single-product-page .entry-summary,
.single-product-page .images { float: none !important; width: 100% !important; max-width: 100%; margin: 0 !important; position: static !important; inset: auto !important; transform: none !important; height: auto; }
.single-product-page .product-gallery { min-width: 0; }
.single-product-page .product-purchase-summary { margin: 0; height: auto; align-self: start; background: #FFFFFF; border: 1px solid #D9E1EA; border-radius: 18px; padding: 28px 28px 24px; box-shadow: 0 6px 18px rgba(16, 24, 40, 0.04); position: static !important; inset: auto !important; transform: none !important; }
.single-product-page .product-title { margin: 0 0 12px; color: #071A33; font-size: clamp(2.125rem, 2.9vw, 2.5rem); line-height: 1.12; font-weight: 800; letter-spacing: 0; display: block; overflow: visible; text-overflow: clip; white-space: normal; }
.single-product-page .review-stars-inline { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; min-height: 24px; margin: 0 0 18px; color: #667085; font-size: .92rem; font-weight: 650; }
.single-product-page .review-stars-inline a { color: #2F63D8; text-decoration: none; }
.single-product-page .review-stars-inline a:hover { color: #204AA8; text-decoration: underline; text-underline-offset: 3px; }
.single-product-page .lozma-rating-stars { display: inline-flex; align-items: center; gap: 2px; color: #C7A46B; font-size: 1rem; line-height: 1; letter-spacing: 0; white-space: nowrap; }
.single-product-page .lozma-rating-stars__star.is-empty { color: #D0D5DD; }
.single-product-page .lozma-rating-stars__star.is-half { color: #C7A46B; opacity: .58; }
.single-product-page .review-stars-inline__score { color: #101828; }
.single-product-page .price { margin: 0 0 18px; color: #071A33; font-size: clamp(1.75rem, 2.4vw, 2rem); line-height: 1.18; font-weight: 800; }
.single-product-page .price ins { color: #2F63D8; text-decoration: none; }
.single-product-page .price del { color: #98A2B3; font-size: .72em; font-weight: 600; }
.single-product-page .woocommerce-product-details__short-description { margin: 0 0 20px; color: #475467; font-size: 1rem; line-height: 1.7; }
.single-product-page .woocommerce-product-details__short-description p:last-child { margin-bottom: 0; }
.single-product-page .key-benefits { display: grid; gap: 10px; margin: 0 0 22px; padding: 16px 18px 16px 36px; border: 1px solid #E6EBF1; border-radius: 14px; background: #F8FAFC; list-style: disc; }
.single-product-page .key-benefits li { color: #344054; font-size: .94rem; line-height: 1.45; font-weight: 600; }
.single-product-page .key-benefits li::marker { color: #C7A46B; }
.single-product-page .quantity-and-cart { margin-top: 8px; }
.single-product-page .quantity-and-cart form.cart { margin: 0; }
.single-product-page .quantity-and-cart form.cart:not(.variations_form),
.single-product-page .quantity-and-cart .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; }
.single-product-page .quantity-and-cart table.variations { width: 100%; margin: 0 0 14px; border: 0; }
.single-product-page .quantity-and-cart .quantity { margin: 0 !important; flex: 0 0 112px; }
.single-product-page .quantity-and-cart .quantity input { width: 100%; min-height: 48px; border: 1px solid #D9E1EA; border-radius: 12px; color: #101828; font-weight: 700; }
.single-product-page .single_add_to_cart_button { min-height: 48px; flex: 1 1 180px; border-radius: 12px !important; background: #2F63D8 !important; color: #FFFFFF !important; font-weight: 800 !important; letter-spacing: 0; box-shadow: 0 10px 22px rgba(47, 99, 216, .18); }
.single-product-page .single_add_to_cart_button:hover,
.single-product-page .single_add_to_cart_button:focus-visible { background: #204AA8 !important; }
.single-product-page .purchase-reassurance,
.single-product-page .shipping-notice { margin-top: 18px; border: 1px solid #D9E1EA; border-radius: 14px; padding: 16px 18px; background: #F8FAFC; }
.single-product-page .purchase-reassurance strong,
.single-product-page .shipping-notice strong { display: block; margin-bottom: 8px; color: #071A33; font-size: .92rem; font-weight: 800; }
.single-product-page .purchase-reassurance ul { display: grid; gap: 6px; margin: 0; padding-left: 18px; color: #475467; font-size: .9rem; line-height: 1.55; }
.single-product-page .shipping-notice { background: #EEF4FF; border-color: #C9D8FF; }
.single-product-page .shipping-notice p { margin: 0; color: #344054; font-size: .92rem; line-height: 1.6; }
.single-product-page .product-summary-links { display: grid; gap: 14px; margin-top: 18px; padding-top: 18px; border-top: 1px solid #E6EBF1; color: #667085; font-size: .9rem; }
.single-product-page .product-summary-category span { display: block; margin-bottom: 5px; color: #101828; font-weight: 800; }
.single-product-page .product-summary-category p { margin: 0; }
.single-product-page .product-summary-links nav { display: flex; flex-wrap: wrap; gap: 10px 14px; }
.single-product-page .product-summary-links a { color: #2F63D8; font-weight: 700; text-decoration: none; }
.single-product-page .product-summary-links a:hover { color: #204AA8; text-decoration: underline; text-underline-offset: 3px; }
.single-product-page .product-info-section,
.single-product-page .product-reviews-section { width: 100%; max-width: 100%; clear: both; margin-top: 64px; }
.single-product-page .section-header { max-width: 780px; margin-bottom: 22px; }
.single-product-page .section-header h2 { margin: 0; color: #071A33; font-size: clamp(2.5rem, 4vw, 3rem); line-height: 1.08; font-weight: 800; letter-spacing: 0; }
.single-product-page .section-header p { margin: 10px 0 0; color: #667085; font-size: 1rem; line-height: 1.65; }
.single-product-page .product-info-card,
.single-product-page .reviews-card { background: #FFFFFF; border: 1px solid #D9E1EA; border-radius: 16px; padding: 28px 32px; box-shadow: 0 10px 28px rgba(16, 24, 40, 0.035); }
.single-product-page .product-info-accordion-item { border-top: 1px solid #E6EBF1; }
.single-product-page .product-info-accordion-item:first-child { border-top: 0; }
.single-product-page .product-info-accordion-trigger { display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 18px; padding: 20px 0; color: #101828; font-size: 1rem; font-weight: 700; cursor: pointer; list-style: none; }
.single-product-page .product-info-accordion-trigger::-webkit-details-marker { display: none; }
.single-product-page .product-info-plus { display: inline-grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 999px; background: #EEF4FF; color: #2F63D8; font-size: 1.2rem; line-height: 1; transition: rotate 160ms ease; }
.single-product-page details[open] .product-info-plus { rotate: 45deg; }
.single-product-page .product-info-accordion-content { max-width: 920px; padding: 0 0 20px; color: #475467; font-size: .95rem; line-height: 1.75; }
.single-product-page .product-info-accordion-content p,
.single-product-page .product-info-accordion-content ul,
.single-product-page .product-info-accordion-content table { margin-top: 0; }
.single-product-page .product-info-accordion-content p:last-child,
.single-product-page .product-info-accordion-content ul:last-child,
.single-product-page .product-info-accordion-content table:last-child { margin-bottom: 0; }
.single-product-page .product-info-accordion-content a { color: #2F63D8; font-weight: 700; }
.single-product-page .woocommerce-product-attributes { width: 100%; max-width: 760px; border-collapse: collapse; color: #475467; }
.single-product-page .woocommerce-product-attributes th,
.single-product-page .woocommerce-product-attributes td { padding: 10px 0; border-bottom: 1px solid #EEF2F6; text-align: left; vertical-align: top; }
.single-product-page .woocommerce-product-attributes th { width: 34%; color: #101828; font-weight: 700; }
.single-product-page .reviews-card { display: grid; gap: 28px; }
.single-product-page .reviews-summary { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; min-height: 64px; padding-bottom: 22px; border-bottom: 1px solid #E6EBF1; }
.single-product-page .reviews-summary__score { display: flex; align-items: baseline; gap: 6px; color: #071A33; }
.single-product-page .reviews-summary__score strong { font-size: 2.25rem; line-height: 1; font-weight: 800; }
.single-product-page .reviews-summary p { margin: 0; color: #667085; font-size: .95rem; line-height: 1.55; }
.single-product-page .review-empty-state strong { display: block; margin-bottom: 4px; color: #071A33; font-size: 1.1rem; }
.single-product-page .reviews-list { display: grid; gap: 16px; }
.single-product-page .review-card { border: 1px solid #E6EBF1; border-radius: 14px; padding: 18px 20px; background: #FFFFFF; }
.single-product-page .review-card header { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 10px; color: #667085; font-size: .88rem; }
.single-product-page .review-card header strong { display: block; color: #101828; font-size: .98rem; }
.single-product-page .review-card header span { display: inline-block; margin-top: 3px; color: #2F63D8; font-weight: 700; }
.single-product-page .review-card .lozma-rating-stars { margin-bottom: 10px; }
.single-product-page .review-content { color: #475467; font-size: .95rem; line-height: 1.7; }
.single-product-page .review-content p:last-child { margin-bottom: 0; }
.single-product-page .review-form-note { margin: 0; padding-top: 22px; border-top: 1px solid #E6EBF1; }
.single-product-page .review-form-note a { color: #2F63D8; font-weight: 800; text-decoration: none; }
.floating-help { width: auto; min-width: 56px; height: 56px; min-height: 56px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 14px; line-height: 1; }
.floating-help .icon { width: 22px; height: 22px; flex: 0 0 22px; }
.floating-help span { display: inline-flex; align-items: center; line-height: 1; }
.single-product .floating-help { right: 16px; bottom: 20px; }
.single-product .help-panel { right: 16px; bottom: 88px; }
.woocommerce-checkout .floating-help,
.woocommerce-checkout .mobile-bottom-nav,
.woocommerce-cart .floating-help.is-near-footer,
.single-product .floating-help.is-near-footer { opacity: 0; pointer-events: none; }
@media (max-width: 1024px) {
  .single-product-page { width: min(1360px, calc(100vw - 32px)); padding-block: 30px 60px; }
  .single-product .product-top-grid { grid-template-columns: 1fr; gap: 28px; }
  .single-product-page .product-purchase-summary { position: static !important; }
  .single-product-page .product-info-section,
  .single-product-page .product-reviews-section { margin-top: 40px; }
}
@media (max-width: 700px) {
  .single-product-page { width: min(1360px, calc(100vw - 24px)); padding-block: 22px 50px; }
  .single-product-page .product-purchase-summary,
  .single-product-page .product-info-card,
  .single-product-page .reviews-card { padding: 20px; border-radius: 16px; }
  .single-product-page .product-title { font-size: clamp(1.8rem, 8vw, 2.15rem); }
  .single-product-page .section-header h2 { font-size: clamp(1.75rem, 8vw, 2rem); }
  .single-product-page .quantity-and-cart form.cart:not(.variations_form),
  .single-product-page .quantity-and-cart .woocommerce-variation-add-to-cart { display: grid; grid-template-columns: 1fr; }
  .single-product-page .quantity-and-cart .quantity,
  .single-product-page .quantity-and-cart .quantity input,
  .single-product-page .single_add_to_cart_button { width: 100%; flex-basis: auto; }
  .single-product-page .reviews-summary,
  .single-product-page .review-card header { display: grid; }
  .single-product-page .woocommerce-product-attributes th,
  .single-product-page .woocommerce-product-attributes td { display: block; width: 100%; }
  .single-product .floating-help { right: 14px; bottom: 18px; min-width: 48px; width: 48px; height: 48px; min-height: 48px; padding: 0; }
  .single-product .floating-help span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .single-product .floating-help .icon { width: 21px; height: 21px; }
  .single-product .help-panel { right: 12px; bottom: 84px; }
}

/* Stage G content UX */
.v107-home-intro { padding-block: clamp(44px, 7vw, 86px); background: #ffffff; }
.v107-home-intro__inner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(24px, 5vw, 56px); align-items: center; }
.v107-home-intro__copy { max-width: 880px; }
.v107-home-intro h1 { max-width: 980px; margin-bottom: 18px; font-size: clamp(2.4rem, 5vw, 4.8rem); }
.v107-home-intro__copy > p { max-width: 760px; margin: 0 0 24px; color: #475467; font-size: 1.08rem; }
.v107-trust-list, .v107-delivery-steps ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.v107-delivery-steps ol { counter-reset: delivery-step; }
.v107-trust-list li, .v107-delivery-steps li, .v107-home-why__grid article { border: 1px solid rgba(9, 21, 37, .12); border-radius: 8px; background: #f8fafc; }
.v107-trust-list li { padding: 14px 16px; color: #10233b; font-weight: 700; }
.v107-trust-list a { color: inherit; }
.v107-home-why { background: #f7f5f1; }
.v107-home-why__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.v107-home-why__grid article { padding: 22px; background: #fff; }
.v107-home-why__grid h3 { margin-bottom: 8px; font-size: 1.1rem; }
.v107-home-why__grid p, .v107-delivery-steps p, .faq-page__footnote, .search-summary { color: #526174; }
.v107-delivery-steps { background: #ffffff; }
.v107-delivery-steps__inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(280px, 1fr) auto; gap: 24px; align-items: center; }
.v107-delivery-steps li { position: relative; padding: 14px 16px 14px 48px; background: #f7f5f1; counter-increment: delivery-step; }
.v107-delivery-steps li::before { content: counter(delivery-step); position: absolute; left: 14px; top: 14px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #10233b; color: #fff; font-size: .8rem; font-weight: 800; }
.lozma-shop-archive-intro { margin: 0 0 22px; padding: 24px; border: 1px solid rgba(9, 21, 37, .12); border-radius: 8px; background: #fff; }
.lozma-shop-archive-intro h2 { margin-bottom: 10px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.lozma-shop-archive-intro p { max-width: 820px; margin: 0; color: #526174; }
.faq-page { display: grid; gap: 28px; }
.faq-page > h2 { margin-bottom: -10px; }
.faq-page__group { display: grid; gap: 14px; }
.faq-page__group h3 { margin: 0; font-size: 1.25rem; }
.support-option--static { cursor: default; }
.empty-state__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 22px; }
.empty-cart-state { align-items: flex-start; text-align: left; }
.search-page .woocommerce ul.products { margin-top: 36px; }
.product-info-accordion-content h3 { margin: 18px 0 8px; font-size: 1.05rem; }
@media (max-width: 900px) { .v107-home-intro__inner, .v107-delivery-steps__inner { grid-template-columns: 1fr; } .v107-home-why__grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .v107-home-intro, .v107-home-why, .v107-delivery-steps { padding-block: 42px; } .v107-home-intro h1 { font-size: 2.35rem; } .empty-state__actions, .empty-state__actions .button, .empty-state__actions .text-link { width: 100%; } }

/* LOZMA v1.0.11 visual hierarchy, mobile CRO and storefront polish. */
:root {
  --lozma-color-text: var(--lozma-text);
  --lozma-color-muted: var(--lozma-muted);
  --lozma-color-background: #f5f7fa;
  --lozma-color-surface: #ffffff;
  --lozma-color-border: #dce2ea;
  --lozma-color-brand: var(--lozma-blue);
  --lozma-color-brand-dark: var(--lozma-blue-hover);
  --lozma-color-success: #376d60;
  --lozma-container: 1320px;
  --lozma-radius-sm: 4px;
  --lozma-radius-md: 8px;
  --lozma-radius-lg: 8px;
  --lozma-shadow-soft: 0 10px 24px rgba(16, 42, 77, 0.08);
  --lozma-space-xs: 8px;
  --lozma-space-sm: 12px;
  --lozma-space-md: 18px;
  --lozma-space-lg: 28px;
  --lozma-space-xl: 44px;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

html.menu-open,
html.help-open,
html.search-open,
html.modal-open {
  overflow: hidden;
}

body {
  background: var(--lozma-color-background);
}

.lozma-container,
.lozma-page-container,
.site-header__inner,
.utility-bar__inner,
.primary-navigation__inner,
.site-footer .lozma-container,
.market-home .lozma-container,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main,
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main,
.woocommerce-account .site-main {
  width: min(var(--lozma-container), calc(100vw - 48px));
  max-width: var(--lozma-container);
}

.button,
button.button,
input.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 46px;
  border-radius: var(--lozma-radius-md);
}

.button:active,
.woocommerce a.button:active,
.woocommerce button.button:active {
  transform: translateY(0);
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
}

.site-header__inner {
  min-width: 0;
  grid-template-columns: minmax(150px, 220px) minmax(320px, 620px) minmax(120px, auto);
}

.site-branding,
.header-actions,
.primary-navigation,
.header-product-search {
  min-width: 0;
}

.header-actions {
  flex-wrap: nowrap;
}

.cart-count {
  width: auto;
  min-width: 18px;
  transform: translateZ(0);
}

.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.primary-menu .current-menu-ancestor > a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.market-home--v111 .v111-home-hero {
  padding-block: clamp(42px, 6vw, 82px) 28px;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 68%, var(--lozma-color-background) 68%, var(--lozma-color-background) 100%);
}

.v111-home-hero__inner {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.v111-home-hero__visual {
  display: grid;
  align-items: stretch;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v111-product-image-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--lozma-color-border);
  border-radius: var(--lozma-radius-lg);
  background: var(--lozma-color-surface);
  color: var(--lozma-color-text);
  text-decoration: none;
  box-shadow: var(--lozma-shadow-soft);
}

.v111-product-image-card:first-child {
  transform: translateY(18px);
}

.v111-product-image-card__media {
  display: grid;
  aspect-ratio: 1 / 1;
  padding: 14px;
  background: #f8fafc;
  place-items: center;
}

.v111-product-image-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.v111-product-image-card__meta {
  display: grid;
  gap: 5px;
  padding: 14px;
}

.v111-product-image-card__meta span {
  color: var(--lozma-color-muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.v111-product-image-card__meta strong {
  color: var(--lozma-color-text);
  font-size: 0.95rem;
  line-height: 1.3;
}

.v111-product-image-card__meta em {
  color: var(--lozma-navy);
  font-style: normal;
  font-weight: 850;
}

.v111-hero-brand-card {
  display: grid;
  min-height: 320px;
  border: 1px solid var(--lozma-color-border);
  border-radius: var(--lozma-radius-lg);
  background: #fff;
  place-items: center;
}

.v111-trust-bar {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v111-trust-bar li {
  display: flex;
  min-height: 58px;
  align-items: center;
  border-color: var(--lozma-color-border);
  background: #fff;
  color: var(--lozma-navy);
}

.v111-category-entry {
  padding-block: 48px;
  background: var(--lozma-color-background);
}

.v111-category-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v111-category-card {
  display: grid;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--lozma-color-border);
  border-radius: var(--lozma-radius-lg);
  background: #fff;
  color: var(--lozma-color-text);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.v111-category-card:hover,
.v111-category-card:focus-visible {
  border-color: rgba(47, 99, 216, 0.42);
  box-shadow: var(--lozma-shadow-soft);
  transform: translateY(-2px);
}

.v111-category-card__media {
  display: grid;
  aspect-ratio: 4 / 3;
  padding: 14px;
  background: #f8fafc;
  place-items: center;
}

.v111-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.v111-category-card__mark {
  display: grid;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: var(--lozma-blue);
  background: #eef4ff;
  place-items: center;
}

.v111-category-card__copy {
  display: grid;
  gap: 5px;
  padding: 16px;
}

.v111-category-card__copy strong {
  color: var(--lozma-navy);
  font-size: 1rem;
}

.v111-category-card__copy span {
  color: var(--lozma-color-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.market-home--v111 .section {
  padding-block: clamp(44px, 6vw, 76px);
}

.market-home--v111 .section-intro {
  display: grid;
  max-width: none;
  gap: 10px;
  margin-bottom: 26px;
}

.market-home--v111 .v107-product-band .section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.market-home--v111 .section-intro > div,
.market-home--v111 .section-intro > p:not(.market-eyebrow),
.market-home--v111 .section-intro > h2 {
  max-width: 760px;
}

.market-home--v111 .section-intro h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.market-home--v111 .market-products-grid,
.woocommerce ul.products {
  display: grid;
  justify-content: center;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  grid-template-columns: repeat(auto-fill, minmax(240px, 320px));
}

.market-product-card--v107,
.woocommerce ul.products li.product {
  border-radius: var(--lozma-radius-lg);
}

.market-product-card--v107 h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: block;
  overflow: visible;
  min-height: 0;
  text-overflow: clip;
  white-space: normal;
  -webkit-line-clamp: unset;
}

.market-product-card--v107 .button--small,
.woocommerce ul.products li.product .button {
  min-height: 44px;
}

.lozma-shop-archive-intro {
  padding: 0 0 24px;
  border: 0;
  border-bottom: 1px solid var(--lozma-color-border);
  border-radius: 0;
  background: transparent;
}

.lozma-shop-archive-intro h1 {
  max-width: 920px;
  margin-bottom: 10px;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
}

.lozma-shop-archive-intro p {
  max-width: 820px;
  color: var(--lozma-color-muted);
}

.woocommerce .woocommerce-result-count {
  color: var(--lozma-color-muted);
}

.woocommerce .lozma-shop-category-nav {
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.single-product-page .product-purchase-summary,
.single-product-page .product-info-card,
.single-product-page .reviews-card,
.single-product-page .purchase-reassurance,
.single-product-page .shipping-notice,
.single-product-page .key-benefits {
  border-radius: var(--lozma-radius-lg);
}

.single-product-page .product-purchase-summary {
  box-shadow: var(--lozma-shadow-soft);
}

.single-product-page .purchase-reassurance ul {
  grid-template-columns: 1fr;
}

.single-product-page .shipping-notice {
  background: #f8fafc;
}

.single-product-page .product-purchase-summary {
  display: flex;
  flex-direction: column;
}

.single-product-page .product-title {
  order: 1;
}

.single-product-page .price {
  order: 2;
}

.single-product-page .quantity-and-cart {
  order: 3;
}

.single-product-page .ppc-button-wrapper {
  order: 4;
}

.single-product-page .ppcp-messages {
  order: 5;
}

.single-product-page .lozma-product-shipping {
  order: 6;
}

.single-product-page .woocommerce-product-details__short-description {
  order: 7;
}

.single-product-page .key-benefits {
  order: 8;
}

.single-product-page .purchase-reassurance {
  order: 9;
}

.single-product-page .shipping-notice {
  order: 10;
}

.single-product-page .product-summary-links {
  order: 11;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  display: inline-grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  place-items: center;
}

@media (min-width: 1025px) {
  .single-product-page {
    padding-block-start: 32px;
  }
}

.contact-grid,
.woocommerce-account .woocommerce,
.woocommerce-cart .woocommerce,
.error-page .content-narrow,
.search-page .empty-state,
.page-entry {
  border-radius: var(--lozma-radius-lg);
}

.contact-grid {
  align-items: start;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 46px;
  border-radius: var(--lozma-radius-md);
}

.faq-section .faq-grid,
.faq-page,
.v107-home-why__grid,
.v107-delivery-steps__inner,
.v107-story-preview__inner,
.contact-entry__inner {
  gap: 24px;
}

.v111-home-faq .section-intro {
  align-self: start;
}

.lozma-accordion details,
.v107-home-why__grid article,
.v107-delivery-steps li,
.contact-entry__inner {
  border-color: var(--lozma-color-border);
  border-radius: var(--lozma-radius-lg);
  box-shadow: none;
}

.site-footer {
  background: var(--lozma-navy);
}

.footer-grid--v111 {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, 1.35fr) repeat(4, minmax(150px, 1fr));
}

.footer-menu a,
.footer-column p,
.footer-brand p,
.footer-brand a,
.footer-bottom p {
  overflow-wrap: anywhere;
}

.footer-socials--text {
  max-width: 320px;
}

.help-panel {
  border-radius: var(--lozma-radius-lg);
}

.help-panel__links a,
.help-panel__links button,
.footer-social-link,
.footer-socials .footer-social-button {
  min-height: 46px;
  border-radius: var(--lozma-radius-md);
}

.woocommerce-account .u-columns {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce-account #customer_login {
  display: grid;
  width: min(100%, 1160px);
  max-width: 1160px;
  margin-inline: auto;
  gap: 36px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

/* WooCommerce col2-set floats are still loaded; scope the reset to the login/register form only. */
.woocommerce-account #customer_login::before,
.woocommerce-account #customer_login::after {
  display: none;
  content: none;
}

.woocommerce-account #customer_login .u-column1.col-1,
.woocommerce-account #customer_login .u-column2.col-2 {
  float: none;
  clear: none;
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0;
  align-self: start;
}

.woocommerce-account #customer_login h2 {
  margin-top: 0;
  color: var(--lozma-navy);
  font-size: 1.55rem;
  line-height: 1.25;
}

.woocommerce-account #customer_login form {
  width: 100%;
  margin: 0;
}

.woocommerce-account #customer_login form .form-row {
  margin: 0 0 16px;
}

.woocommerce-account #customer_login label {
  display: block;
  margin-bottom: 7px;
  color: var(--lozma-ink);
  font-weight: 700;
}

.woocommerce-account #customer_login .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}

.woocommerce-account #customer_login input.input-text,
.woocommerce-account .lost_reset_password input.input-text {
  width: 100%;
  min-height: 48px;
  font-size: 16px;
}

.woocommerce-account #customer_login button.button,
.woocommerce-account .lost_reset_password button.button {
  min-height: 46px;
}

.woocommerce-account .lost_reset_password {
  max-width: 560px;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid var(--lozma-color-border);
  border-radius: var(--lozma-radius-lg);
  background: #fff;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-cart .cart-collaterals .cart_totals,
.empty-state,
.page-entry .entry-content > form,
.woocommerce form.woocommerce-form-track-order {
  border: 1px solid var(--lozma-color-border);
  border-radius: var(--lozma-radius-lg);
  background: #fff;
  box-shadow: none;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.empty-state,
.page-entry .entry-content > form,
.woocommerce form.woocommerce-form-track-order {
  padding: 24px;
}

.woocommerce form.woocommerce-form-track-order {
  max-width: 680px;
  margin: 24px 0 0;
}

.page-entry .entry-content {
  color: #475467;
}

.page-entry .entry-content h2,
.page-entry .entry-content h3 {
  color: var(--lozma-navy);
}

.error-page .content-narrow,
.search-page .empty-state {
  max-width: 760px;
}

.search-page .search-form {
  margin-top: 18px;
}

.primary-navigation.is-open .primary-menu a {
  color: var(--lozma-ink);
}

.primary-navigation.is-open .primary-menu .current-menu-item > a,
.primary-navigation.is-open .primary-menu .current_page_item > a,
.primary-navigation.is-open .primary-menu .current-menu-ancestor > a {
  color: var(--lozma-blue);
}

@media (max-width: 1100px) {
  .site-header__inner {
    width: min(var(--lozma-container), calc(100vw - 32px));
    grid-template-columns: 44px minmax(0, 1fr) minmax(96px, auto);
  }

  .site-branding {
    justify-self: center;
    max-width: min(150px, 42vw);
  }

  .header-actions {
    justify-self: end;
  }

  .primary-navigation {
    right: auto;
    left: 0;
    display: none;
    width: 100vw;
    max-width: 100vw;
    transform: none;
  }

  .primary-navigation.is-open {
    display: block;
    transform: none;
  }

  .v111-home-hero__inner,
  .v111-trust-bar,
  .v111-category-grid,
  .footer-grid--v111 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .woocommerce-account .u-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 899px) {
  .woocommerce-account #customer_login {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .single-product-page .product-top-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
    gap: 24px;
    align-items: start;
  }

  .single-product-page .product-gallery,
  .single-product-page .product-purchase-summary {
    min-width: 0;
  }

  .single-product-page .product-purchase-summary {
    padding: 22px;
  }

  .single-product-page .product-title {
    font-size: clamp(1.9rem, 3.2vw, 2.45rem);
  }

  .single-product-page .product-gallery img {
    max-height: 590px;
    object-fit: contain;
  }
}

@media (max-width: 700px) {
  .lozma-container,
  .lozma-page-container,
  .site-header__inner,
  .utility-bar__inner,
  .primary-navigation__inner,
  .site-footer .lozma-container,
  .market-home .lozma-container,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main,
  .single-product .site-main,
  .woocommerce-cart .site-main,
  .woocommerce-checkout .site-main,
  .woocommerce-account .site-main {
    width: min(var(--lozma-container), calc(100vw - 24px));
  }

  .utility-bar {
    padding-block: 6px;
  }

  .announcement-bar {
    padding: 7px 12px;
    font-size: 0.72rem;
  }

  .site-header__inner {
    min-height: 58px;
    grid-template-columns: 44px minmax(0, 1fr) minmax(88px, auto);
    gap: 6px;
  }

  .site-branding {
    max-width: 120px;
  }

  .header-actions {
    gap: 0;
  }

  .header-actions .icon-button,
  .mobile-menu-close,
  .menu-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .header-actions .cart-link {
    width: 44px;
  }

  .mobile-search-panel[hidden] {
    display: none;
  }

  .v111-home-hero__inner {
    grid-template-columns: 1fr;
  }

  .market-home--v111 .v111-home-hero {
    padding-block: 34px 18px;
  }

  .v107-home-intro h1 {
    font-size: clamp(2.05rem, 10vw, 2.55rem);
  }

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

  .v111-product-image-card:first-child {
    transform: none;
  }

  .v111-product-image-card__meta {
    padding: 11px;
  }

  .v111-product-image-card__meta strong {
    font-size: 0.84rem;
  }

  .v111-trust-bar {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin-top: 20px;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .v111-trust-bar li {
    flex: 0 0 min(78vw, 280px);
    scroll-snap-align: start;
  }

  .v111-category-grid,
  .footer-grid--v111 {
    grid-template-columns: 1fr;
  }

  .market-home--v111 .section-intro {
    display: grid;
    gap: 10px;
    align-items: start;
  }

  .market-home--v111 .market-products-grid,
  .woocommerce ul.products {
    justify-content: stretch;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products li.product {
    min-width: 0;
    max-width: 100%;
  }

  .woocommerce ul.products li.product .market-product-card__actions,
  .market-product-card--v107 .market-product-card__actions {
    display: grid;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .market-product-card--v107 .market-product-card__body,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .price {
    overflow-wrap: anywhere;
  }

  .market-product-card--v107 .button--small,
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product a.button.button--small {
    display: flex;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
    justify-self: stretch;
    padding-inline: 8px;
    font-size: 0.78rem;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .single-product-page .product-top-grid {
    gap: 22px;
  }

  .single-product-page .product-purchase-summary {
    order: 1;
  }

  .single-product-page .product-gallery {
    order: 2;
  }

  .single-product-page .product-purchase-summary,
  .single-product-page .product-info-card,
  .single-product-page .reviews-card {
    padding: 18px;
  }

  .contact-grid {
    gap: 20px;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .woocommerce form .form-row select {
    font-size: 16px;
  }

  .floating-help {
    display: none;
  }

  .help-panel {
    right: 12px;
    bottom: 84px;
    width: min(390px, calc(100vw - 24px));
    max-height: calc(100vh - 108px);
  }
}

@media (max-width: 380px) {
  .market-home--v111 .market-products-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .v111-home-hero__visual {
    grid-template-columns: 1fr;
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    font-size: 0.62rem;
  }
}

/* Stage I1 global marketplace header and toolbar polish. */
.marketplace-search-header {
  grid-template-columns: minmax(170px, 240px) minmax(460px, 720px) minmax(118px, max-content);
  justify-content: space-between;
}

.marketplace-search-header .menu-toggle {
  display: none;
}

.marketplace-search-wrap {
  justify-self: center;
  width: min(100%, 720px);
}

.marketplace-product-search,
.header-product-search {
  position: relative;
}

.marketplace-search-clear {
  display: inline-grid;
  width: 44px;
  min-width: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  background: #fff;
  color: #66758d;
  font-size: 22px;
  font-weight: 650;
  cursor: pointer;
}

.marketplace-search-clear[hidden] {
  display: none;
}

.market-floating-toolbar {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 86;
  display: grid;
  gap: 8px;
  transform: translateY(-50%);
}

.market-floating-toolbar button {
  position: relative;
  display: grid;
  width: 66px;
  min-width: 66px;
  min-height: 62px;
  place-items: center;
  gap: 4px;
  border: 0;
  border-radius: 8px;
  background: #0f2f5f;
  color: #fff;
  box-shadow: 0 14px 28px rgba(15, 47, 95, 0.24);
  cursor: pointer;
}

.market-floating-toolbar button:hover,
.market-floating-toolbar button:focus-visible {
  background: #173d72;
  color: #fff;
}

.market-floating-toolbar svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.market-floating-toolbar span {
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.1;
}

.market-floating-toolbar em.marketplace-cart-count {
  position: absolute;
  top: 5px;
  right: 7px;
  display: inline-grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  background: #f08a24;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.market-mini-cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(18, 33, 58, 0.34);
}

.market-mini-cart {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 81;
  display: flex;
  flex-direction: column;
  width: min(420px, 100vw);
  height: 100vh;
  background: #fff;
  box-shadow: -18px 0 45px rgba(18, 33, 58, 0.18);
}

.market-mini-cart[hidden],
.market-mini-cart-backdrop[hidden] {
  display: none;
}

.market-mini-cart__header,
.market-mini-cart__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid #dbe3ef;
}

.market-mini-cart__actions {
  border-top: 1px solid #dbe3ef;
  border-bottom: 0;
}

.market-mini-cart__shipping {
  margin: 0;
  padding: 12px 16px;
  background: #f0f8f3;
  color: #146a42;
  font-weight: 800;
}

.market-mini-cart .widget_shopping_cart_content {
  flex: 1;
  overflow: auto;
  padding: 16px;
}

@media (max-width: 900px) {
  .marketplace-search-header {
    grid-template-columns: auto 1fr auto;
    justify-content: stretch;
  }

  .marketplace-search-header .menu-toggle {
    display: inline-flex;
  }

  .market-floating-toolbar {
    display: none;
  }
}

/* Stage I2 English header, page hero, story, and toolbar refinements. */
.market-container,
.marketplace-announcement__inner,
.marketplace-topbar__inner,
.marketplace-search-header,
.marketplace-global-nav__inner,
.lozma-page-hero > .lozma-container,
.story-page {
  width: min(1480px, calc(100vw - 48px));
  margin-inline: auto;
}

.marketplace-announcement {
  background: #0f2f5f;
  color: #fff;
  font-size: 13px;
}

.marketplace-announcement__inner {
  min-height: 34px;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.marketplace-topbar__inner {
  justify-content: space-between;
  gap: 20px;
  min-height: 38px;
}

.marketplace-topbar__nav {
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 16px;
  white-space: nowrap;
}

.marketplace-search-header {
  grid-template-columns: 220px minmax(480px, 760px) 180px;
  column-gap: 36px;
  justify-content: space-between;
  padding-block: 20px 24px;
}

.marketplace-category-trigger {
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
  background: #f08a24;
  color: #fff;
  padding-inline: 22px;
}

.marketplace-category-trigger:hover {
  background: #d96f10;
}

.marketplace-category-trigger:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.lozma-page-hero {
  padding-block: 60px 64px;
  background: linear-gradient(180deg, #f7f9fc, #eef3f8);
  border-bottom: 1px solid #dbe3ef;
}

.lozma-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
  color: #66758d;
  font-size: 13px;
}

.lozma-breadcrumbs a {
  color: #173d72;
  text-decoration: none;
}

.lozma-page-hero__eyebrow,
.story-section .eyebrow {
  margin: 0 0 10px;
  color: #d46b10;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lozma-page-hero__title {
  max-width: 850px;
  margin: 0;
  color: #12213a;
  font-size: clamp(2.35rem, 4.2vw, 4.35rem);
  line-height: 1.06;
}

.lozma-page-hero__intro {
  max-width: 850px;
  margin: 18px 0 0;
  color: #3f4f69;
  font-size: 1.1rem;
  line-height: 1.65;
}

.page-entry {
  margin-top: 36px;
}

.story-page {
  display: grid;
  gap: 34px;
  padding-block: 46px 72px;
}

.story-section {
  max-width: 900px;
}

.story-section h2 {
  margin: 0 0 14px;
  color: #12213a;
  font-size: clamp(1.75rem, 2.4vw, 2.45rem);
  line-height: 1.14;
}

.story-section p {
  max-width: 75ch;
  color: #3f4f69;
  line-height: 1.72;
}

.story-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
}

.story-value-grid article,
.story-facts,
.story-cta,
.story-section--split {
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  padding: 22px;
}

.story-value-grid h3 {
  margin: 0 0 8px;
  color: #12213a;
  font-size: 1.05rem;
}

.story-section--split {
  display: grid;
  max-width: 1180px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 34%);
  gap: 24px;
  align-items: center;
}

.story-route {
  display: grid;
  gap: 14px;
  place-items: center;
  color: #173d72;
  font-weight: 800;
}

.story-route i {
  display: block;
  width: min(100%, 220px);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #173d72, #f08a24);
}

.story-facts dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
}

.story-facts dl div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-left: 4px solid #f08a24;
  background: #f8fafc;
}

.story-facts dt {
  color: #66758d;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.story-facts dd {
  margin: 0;
  color: #12213a;
  font-weight: 700;
}

.story-cta__actions,
.story-cta__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.story-cta__links a {
  color: #173d72;
  font-weight: 750;
  text-decoration: none;
}

.market-floating-toolbar {
  top: 52%;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transform: translateY(-50%);
}

.market-floating-toolbar button {
  display: flex;
  width: 60px;
  min-width: 60px;
  min-height: 66px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 9px 5px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: #173d72;
  color: #fff;
}

.market-floating-toolbar button:hover,
.market-floating-toolbar button:focus-visible {
  background: #f08a24;
  color: #fff;
}

.market-floating-toolbar span {
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}

@media (max-width: 1180px) {
  .marketplace-search-header {
    grid-template-columns: 190px minmax(360px, 1fr) 150px;
  }

  .story-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .marketplace-announcement__inner {
    min-height: 32px;
    white-space: normal;
  }

  .marketplace-announcement__inner strong {
    font-size: 0;
  }

  .marketplace-announcement__inner strong::before {
    content: "Free shipping to eligible Australian addresses";
    font-size: 12px;
  }

  .marketplace-topbar__nav {
    flex-wrap: wrap;
  }

  .marketplace-search-header {
    grid-template-columns: auto 1fr auto;
    padding-block: 14px;
  }

  .lozma-page-hero {
    padding-block: 42px 46px;
  }

  .story-section--split,
  .story-facts dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .market-container,
  .marketplace-announcement__inner,
  .marketplace-topbar__inner,
  .marketplace-search-header,
  .marketplace-global-nav__inner,
  .lozma-page-hero > .lozma-container,
  .story-page {
    width: min(100% - 24px, 1480px);
  }

  .story-value-grid {
    grid-template-columns: 1fr;
  }
}

.header-product-search button,
.marketplace-product-search button {
  background: #f08a24;
  color: #fff;
}

.header-product-search button:hover,
.header-product-search button:focus-visible,
.marketplace-product-search button:hover,
.marketplace-product-search button:focus-visible {
  background: #d96f10;
  color: #fff;
}

/* Stage I3 global header alignment, search visibility, and single nav state. */
.marketplace-announcement__inner,
.marketplace-topbar__inner,
.marketplace-search-header,
.marketplace-global-nav__inner {
  width: min(1480px, calc(100% - 48px));
}

.marketplace-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 40px;
}

.marketplace-region {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #27364f;
  font-size: 13px;
  line-height: 1;
}

.marketplace-region label {
  margin: 0;
  white-space: nowrap;
}

.marketplace-region select {
  max-width: 220px;
  min-height: 30px;
  border: 1px solid #c8d2e0;
  border-radius: 4px;
  background-color: #fff;
  color: #12213a;
  font-size: 13px;
}

.marketplace-topbar__nav {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  gap: 0;
  white-space: nowrap;
}

.marketplace-topbar__nav a,
.marketplace-topbar__nav span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding-inline: 10px;
  color: #27364f;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.marketplace-topbar__nav a + a,
.marketplace-topbar__nav a + span {
  border-left: 1px solid #d6dee9;
}

.marketplace-topbar__nav a:hover,
.marketplace-topbar__nav a:focus-visible {
  color: #173d72;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.marketplace-search-header {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(480px, 760px) minmax(132px, 180px);
  align-items: center;
  justify-content: space-between;
  column-gap: 36px;
  min-height: 118px;
  padding-block: 18px 22px;
}

.marketplace-logo {
  justify-self: start;
}

.marketplace-search-wrap {
  display: grid;
  justify-self: center;
  width: 100%;
  max-width: 760px;
  min-width: 0;
}

.marketplace-header-actions {
  justify-self: end;
}

.marketplace-hot-keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px 18px;
  width: 100%;
  margin-top: 10px;
  color: #5a6780;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.marketplace-hot-keywords a {
  display: inline-flex;
  align-items: center;
  color: #5a6780;
  text-decoration: none;
  white-space: nowrap;
}

.marketplace-hot-keywords a:hover,
.marketplace-hot-keywords a:focus-visible {
  color: #173d72;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lozma-primary-nav .primary-menu a,
.lozma-primary-nav .primary-menu a.is-current,
.lozma-primary-nav .primary-menu a[aria-current="page"],
.lozma-primary-nav .primary-menu .current-menu-item > a,
.lozma-primary-nav .primary-menu .current_page_item > a,
.lozma-primary-nav .primary-menu .current-menu-ancestor > a {
  position: relative;
  box-shadow: none;
  text-decoration: none;
}

.lozma-primary-nav .primary-menu li.is-active > a {
  color: #fff;
}

.lozma-primary-nav .primary-menu li.is-active > a::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: #f08a24;
  content: "";
}

@media (max-width: 1180px) {
  .marketplace-topbar__inner,
  .marketplace-search-header,
  .marketplace-global-nav__inner {
    width: min(1480px, calc(100% - 32px));
  }

  .marketplace-search-header {
    grid-template-columns: minmax(160px, 190px) minmax(360px, 1fr) minmax(118px, 150px);
    column-gap: 28px;
  }

  .header-product-search--desktop {
    display: flex;
  }

  .header-search-toggle,
  .mobile-search-panel {
    display: none;
  }
}

@media (max-width: 900px) {
  .marketplace-topbar__inner {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    padding-block: 8px;
  }

  .marketplace-topbar__nav {
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 0;
    row-gap: 2px;
    white-space: normal;
  }

  .marketplace-topbar__nav a,
  .marketplace-topbar__nav span {
    min-height: 28px;
    padding-inline: 8px;
  }

  .marketplace-topbar__nav a + a,
  .marketplace-topbar__nav a + span {
    border-left: 0;
  }

  .marketplace-search-header {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    row-gap: 12px;
    min-height: 0;
    padding-block: 14px 16px;
  }

  .marketplace-search-header .menu-toggle {
    display: inline-flex;
    grid-column: 1;
    grid-row: 1;
  }

  .marketplace-logo {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .marketplace-header-actions {
    grid-column: 3;
    grid-row: 1;
  }

  .marketplace-search-wrap {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
  }

  .header-product-search--desktop {
    display: flex;
  }

  .header-search-toggle,
  .mobile-search-panel {
    display: none;
  }

  .marketplace-hot-keywords {
    row-gap: 6px;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 2px;
    text-align: left;
    scrollbar-width: thin;
  }

  .site-footer .lozma-container {
    width: min(100% - 32px, 1480px);
    max-width: calc(100% - 32px);
  }

  .footer-grid,
  .footer-grid--v111,
  .footer-grid--marketplace {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
  }

  .footer-brand,
  .footer-column,
  .footer-logo-plaque,
  .footer-brand a,
  .footer-menu {
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .marketplace-topbar__inner {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    padding-block: 8px;
  }

  .marketplace-topbar__nav {
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 0;
    row-gap: 2px;
    white-space: normal;
  }

  .marketplace-topbar__nav a,
  .marketplace-topbar__nav span {
    min-height: 28px;
    padding-inline: 8px;
  }

  .marketplace-topbar__nav a + a,
  .marketplace-topbar__nav a + span {
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .marketplace-announcement__inner,
  .marketplace-topbar__inner,
  .marketplace-search-header,
  .marketplace-global-nav__inner {
    width: min(100% - 24px, 1480px);
  }

  .marketplace-region {
    width: 100%;
    justify-content: center;
  }

  .marketplace-region select {
    max-width: min(220px, 58vw);
  }

  .marketplace-search-header {
    grid-template-columns: 40px minmax(0, 1fr) auto;
  }
}
