/* =============================================================
   LightMobile Minimal 2026
   Ultra-clean Divi/WooCommerce child-theme skin.
   Goal: simple header, hamburger far right, minimal shop UI.
   ============================================================= */

:root {
  --lm-bg: #ffffff;
  --lm-bg-soft: #f7f8fa;
  --lm-surface: #ffffff;
  --lm-text: #111318;
  --lm-muted: #6f7682;
  --lm-border: #e8ebef;
  --lm-border-strong: #d9dde3;
  --lm-accent: #0aa79d;
  --lm-accent-dark: #07877f;
  --lm-radius: 16px;
  --lm-radius-sm: 10px;
  --lm-shadow: 0 18px 44px rgba(17, 19, 24, 0.08);
  --lm-container: min(1180px, calc(100vw - 36px));
  --lm-transition: 160ms ease;
}

html { background: var(--lm-bg); }

body.lm-minimal-theme,
body.lm-minimal-theme.custom-background {
  background: var(--lm-bg) !important;
  color: var(--lm-text) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.lm-minimal-theme *,
body.lm-minimal-theme *::before,
body.lm-minimal-theme *::after { box-sizing: border-box; }

body.lm-minimal-theme a {
  color: inherit;
  text-decoration: none;
  transition: color var(--lm-transition), background var(--lm-transition), border-color var(--lm-transition), opacity var(--lm-transition), transform var(--lm-transition);
}

body.lm-minimal-theme a:hover { color: var(--lm-accent); }

body.lm-minimal-theme h1,
body.lm-minimal-theme h2,
body.lm-minimal-theme h3,
body.lm-minimal-theme h4,
body.lm-minimal-theme h5,
body.lm-minimal-theme h6 {
  color: var(--lm-text) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

body.lm-minimal-theme p,
body.lm-minimal-theme li,
body.lm-minimal-theme .entry-content,
body.lm-minimal-theme .et_pb_text_inner { color: var(--lm-muted); }

body.lm-minimal-theme #page-container,
body.lm-minimal-theme #et-main-area,
body.lm-minimal-theme #main-content,
body.lm-minimal-theme .et_pb_section,
body.lm-minimal-theme .et_pb_row,
body.lm-minimal-theme article,
body.lm-minimal-theme .et_pb_module {
  background-color: transparent !important;
}

body.lm-minimal-theme .container,
body.lm-minimal-theme .et_pb_row,
body.lm-minimal-theme .woocommerce .woocommerce-breadcrumb,
body.lm-minimal-theme .woocommerce-notices-wrapper,
body.lm-minimal-theme .woocommerce ul.products,
body.lm-minimal-theme .woocommerce-page ul.products {
  width: var(--lm-container) !important;
  max-width: var(--lm-container) !important;
}

/* -----------------------------
   Top notice bar
------------------------------ */
body.lm-minimal-theme #top-header,
body.lm-minimal-theme .header-top,
body.lm-minimal-theme .top-header,
body.lm-minimal-theme .top-bar {
  background: #ffffff !important;
  color: var(--lm-text) !important;
  border-bottom: 1px solid var(--lm-border) !important;
  box-shadow: none !important;
  min-height: 34px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

body.lm-minimal-theme #top-header a,
body.lm-minimal-theme #top-header #et-info,
body.lm-minimal-theme #top-header #et-info a,
body.lm-minimal-theme .header-top a,
body.lm-minimal-theme .top-header a,
body.lm-minimal-theme .top-bar a {
  color: var(--lm-text) !important;
}

body.lm-minimal-theme #top-header .container,
body.lm-minimal-theme #et-info {
  width: var(--lm-container) !important;
  max-width: var(--lm-container) !important;
  float: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 34px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
}

/* -----------------------------
   Main header: logo left, actions right
------------------------------ */
body.lm-minimal-theme #main-header,
body.lm-minimal-theme #main-header.et-fixed-header {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid var(--lm-border) !important;
  box-shadow: none !important;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  min-height: 74px !important;
}

body.lm-minimal-theme.lm-scrolled #main-header,
body.lm-minimal-theme.lm-scrolled #main-header.et-fixed-header {
  box-shadow: 0 10px 28px rgba(17, 19, 24, 0.06) !important;
}

body.lm-minimal-theme #main-header .container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: var(--lm-container) !important;
  max-width: var(--lm-container) !important;
  min-height: 74px !important;
  padding: 0 !important;
  position: relative !important;
}

body.lm-minimal-theme .logo_container {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  max-width: 52vw !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

body.lm-minimal-theme #logo {
  max-height: 42px !important;
  width: auto !important;
  object-fit: contain !important;
  transform: none !important;
  filter: none !important;
}

body.lm-minimal-theme #et-top-navigation {
  float: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  width: auto !important;
  flex: 1 1 auto !important;
  margin-left: auto !important;
  padding: 0 !important;
  height: auto !important;
}

/* Hide horizontal buttons completely. Only hamburger remains. */
body.lm-minimal-theme #top-menu-nav,
body.lm-minimal-theme #top-menu,
body.lm-minimal-theme .et_header_style_left #et-top-navigation nav > ul,
body.lm-minimal-theme .et_fullwidth_nav #top-menu-nav,
body.lm-minimal-theme .et_header_style_centered #top-menu-nav,
body.lm-minimal-theme .et_header_style_split #top-menu-nav {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.lm-minimal-theme #et_top_search {
  order: 1 !important;
  float: none !important;
  margin: 0 !important;
  width: 40px !important;
  height: 40px !important;
  display: grid !important;
  place-items: center !important;
  position: static !important;
}

body.lm-minimal-theme #et_search_icon::before {
  color: var(--lm-text) !important;
  font-size: 17px !important;
  line-height: 1 !important;
  position: static !important;
  margin: 0 !important;
}

body.lm-minimal-theme .et-cart-info {
  order: 2 !important;
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid var(--lm-border) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--lm-text) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

body.lm-minimal-theme .et-cart-info:hover {
  border-color: var(--lm-text) !important;
  color: var(--lm-text) !important;
}

/* -----------------------------
   Hamburger: far right, very simple
------------------------------ */
body.lm-minimal-theme #et_mobile_nav_menu {
  order: 3 !important;
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  position: relative !important;
  flex: 0 0 auto !important;
}

body.lm-minimal-theme .mobile_nav {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  width: auto !important;
  line-height: 1 !important;
}

body.lm-minimal-theme .mobile_nav .select_page { display: none !important; }

body.lm-minimal-theme .mobile_menu_bar {
  display: grid !important;
  place-items: center !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid var(--lm-border) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  cursor: pointer !important;
  position: relative !important;
  transition: border-color var(--lm-transition), background var(--lm-transition), transform var(--lm-transition) !important;
}

body.lm-minimal-theme .mobile_menu_bar:hover {
  border-color: var(--lm-text) !important;
  background: #fafafa !important;
}

body.lm-minimal-theme .mobile_menu_bar::before {
  content: "" !important;
  width: 17px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: var(--lm-text) !important;
  box-shadow: 0 -6px 0 var(--lm-text), 0 6px 0 var(--lm-text) !important;
  position: static !important;
  line-height: 1 !important;
  font-size: 0 !important;
  transform: none !important;
}

body.lm-minimal-theme .mobile_nav.opened .mobile_menu_bar::before,
body.lm-minimal-theme .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
  content: "×" !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--lm-text) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}

/* Menu wrapper: right aligned, plain white card */
body.lm-minimal-theme #et_mobile_nav_menu .et_mobile_menu,
body.lm-minimal-theme .et_mobile_menu {
  display: none;
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  top: calc(100% + 12px) !important;
  width: min(300px, calc(100vw - 28px)) !important;
  max-height: min(520px, calc(100vh - 116px)) !important;
  overflow-y: auto !important;
  margin: 0 !important;
  padding: 8px !important;
  list-style: none !important;
  background: #ffffff !important;
  border: 1px solid var(--lm-border) !important;
  border-radius: 18px !important;
  box-shadow: var(--lm-shadow) !important;
  z-index: 999999 !important;
}

body.lm-minimal-theme .mobile_nav.opened .et_mobile_menu,
body.lm-minimal-theme .et_mobile_nav_menu .mobile_nav.opened .et_mobile_menu {
  display: block !important;
  animation: lmMinimalMenu 130ms ease both;
}

body.lm-minimal-theme .et_mobile_menu::before { display: none !important; content: none !important; }

body.lm-minimal-theme .et_mobile_menu li {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.lm-minimal-theme .et_mobile_menu li a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-height: 42px !important;
  padding: 11px 12px !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #f0f1f3 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: var(--lm-text) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

body.lm-minimal-theme .et_mobile_menu li:last-child > a { border-bottom-color: transparent !important; }

body.lm-minimal-theme .et_mobile_menu li a:hover,
body.lm-minimal-theme .et_mobile_menu li.current-menu-item > a,
body.lm-minimal-theme .et_mobile_menu li.current_page_item > a {
  background: var(--lm-bg-soft) !important;
  color: var(--lm-text) !important;
}

body.lm-minimal-theme .et_mobile_menu .menu-item-has-children > a::after { content: "›"; opacity: .45; margin-left: 12px; }

body.lm-minimal-theme .et_mobile_menu .sub-menu {
  position: static !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 0 10px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.lm-minimal-theme .et_mobile_menu .sub-menu li a {
  min-height: 38px !important;
  padding: 9px 12px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: var(--lm-muted) !important;
}

@keyframes lmMinimalMenu {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* -----------------------------
   Search overlay minimal
------------------------------ */
body.lm-minimal-theme .et_search_outer,
body.lm-minimal-theme .et_search_form_container {
  background: #ffffff !important;
  box-shadow: none !important;
}

body.lm-minimal-theme .et_search_form_container input {
  color: var(--lm-text) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

body.lm-minimal-theme .et_search_form_container input::placeholder { color: #9aa1ad !important; }

/* -----------------------------
   Sections / hero cleanup
------------------------------ */
body.lm-minimal-theme .et_pb_section { padding: 48px 0 !important; }

body.lm-minimal-theme .et_pb_fullwidth_section,
body.lm-minimal-theme .et_pb_section:first-child { padding-top: 0 !important; }

body.lm-minimal-theme .et_pb_slider,
body.lm-minimal-theme .et_pb_fullwidth_slider,
body.lm-minimal-theme .et_pb_fullwidth_image,
body.lm-minimal-theme .et_pb_image,
body.lm-minimal-theme .et_pb_module img {
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.lm-minimal-theme .et_pb_button,
body.lm-minimal-theme .button,
body.lm-minimal-theme button,
body.lm-minimal-theme input[type="button"],
body.lm-minimal-theme input[type="submit"],
body.lm-minimal-theme .woocommerce a.button,
body.lm-minimal-theme .woocommerce button.button,
body.lm-minimal-theme .woocommerce input.button,
body.lm-minimal-theme .woocommerce #respond input#submit {
  background: var(--lm-text) !important;
  color: #ffffff !important;
  border: 1px solid var(--lm-text) !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  text-transform: none !important;
  box-shadow: none !important;
}

body.lm-minimal-theme .et_pb_button:hover,
body.lm-minimal-theme .button:hover,
body.lm-minimal-theme button:hover,
body.lm-minimal-theme input[type="button"]:hover,
body.lm-minimal-theme input[type="submit"]:hover,
body.lm-minimal-theme .woocommerce a.button:hover,
body.lm-minimal-theme .woocommerce button.button:hover,
body.lm-minimal-theme .woocommerce input.button:hover,
body.lm-minimal-theme .woocommerce #respond input#submit:hover {
  background: var(--lm-accent) !important;
  border-color: var(--lm-accent) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* -----------------------------
   WooCommerce minimal cards
------------------------------ */
body.lm-minimal-theme .woocommerce-products-header,
body.lm-minimal-theme .woocommerce .woocommerce-breadcrumb {
  width: var(--lm-container) !important;
  max-width: var(--lm-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.lm-minimal-theme .woocommerce .woocommerce-breadcrumb {
  color: var(--lm-muted) !important;
  font-size: 13px !important;
  padding-top: 22px !important;
}

body.lm-minimal-theme .woocommerce-products-header__title.page-title,
body.lm-minimal-theme .entry-title,
body.lm-minimal-theme h1.product_title {
  font-size: clamp(2rem, 5vw, 4.2rem) !important;
  margin-bottom: 18px !important;
}

body.lm-minimal-theme .woocommerce ul.products,
body.lm-minimal-theme .woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  margin: 26px auto 60px !important;
  padding: 0 !important;
}

body.lm-minimal-theme .woocommerce ul.products::before,
body.lm-minimal-theme .woocommerce ul.products::after,
body.lm-minimal-theme .woocommerce-page ul.products::before,
body.lm-minimal-theme .woocommerce-page ul.products::after { display: none !important; }

body.lm-minimal-theme .woocommerce ul.products li.product,
body.lm-minimal-theme .woocommerce-page ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 14px !important;
  background: #ffffff !important;
  border: 1px solid var(--lm-border) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  text-align: left !important;
  overflow: hidden !important;
  transition: border-color var(--lm-transition), transform var(--lm-transition), box-shadow var(--lm-transition) !important;
}

body.lm-minimal-theme .woocommerce ul.products li.product:hover,
body.lm-minimal-theme .woocommerce-page ul.products li.product:hover {
  border-color: var(--lm-border-strong) !important;
  box-shadow: 0 14px 36px rgba(17, 19, 24, 0.07) !important;
  transform: translateY(-2px);
}

body.lm-minimal-theme .woocommerce ul.products li.product a img,
body.lm-minimal-theme .woocommerce-page ul.products li.product a img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  padding: 16px !important;
  margin: 0 0 12px !important;
  background: #f7f8fa !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

body.lm-minimal-theme .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.lm-minimal-theme .woocommerce ul.products li.product h2,
body.lm-minimal-theme .woocommerce ul.products li.product h3 {
  color: var(--lm-text) !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
  letter-spacing: -0.02em !important;
  padding: 0 !important;
  margin: 0 0 8px !important;
}

body.lm-minimal-theme .woocommerce ul.products li.product .price,
body.lm-minimal-theme .woocommerce div.product p.price,
body.lm-minimal-theme .woocommerce div.product span.price {
  color: var(--lm-text) !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  margin: 0 0 12px !important;
}

body.lm-minimal-theme .woocommerce ul.products li.product .price del { color: #a2a8b2 !important; opacity: 1 !important; }
body.lm-minimal-theme .woocommerce ul.products li.product .price ins { text-decoration: none !important; color: var(--lm-accent-dark) !important; }

body.lm-minimal-theme .woocommerce span.onsale {
  top: 12px !important;
  left: 12px !important;
  right: auto !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: var(--lm-text) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.lm-minimal-theme .woocommerce-result-count,
body.lm-minimal-theme .woocommerce-ordering {
  color: var(--lm-muted) !important;
  font-size: 14px !important;
}

body.lm-minimal-theme select,
body.lm-minimal-theme input[type="text"],
body.lm-minimal-theme input[type="email"],
body.lm-minimal-theme input[type="tel"],
body.lm-minimal-theme input[type="password"],
body.lm-minimal-theme input[type="search"],
body.lm-minimal-theme input[type="number"],
body.lm-minimal-theme textarea,
body.lm-minimal-theme .select2-container--default .select2-selection--single {
  background: #ffffff !important;
  color: var(--lm-text) !important;
  border: 1px solid var(--lm-border) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  min-height: 44px !important;
  padding: 10px 13px !important;
}

body.lm-minimal-theme input:focus,
body.lm-minimal-theme textarea:focus,
body.lm-minimal-theme select:focus {
  border-color: var(--lm-text) !important;
  outline: none !important;
}

/* -----------------------------
   Product page / cart / checkout
------------------------------ */
body.lm-minimal-theme .woocommerce div.product,
body.lm-minimal-theme .woocommerce-cart-form,
body.lm-minimal-theme .cart_totals,
body.lm-minimal-theme #customer_details,
body.lm-minimal-theme #order_review,
body.lm-minimal-theme .woocommerce-MyAccount-navigation,
body.lm-minimal-theme .woocommerce-MyAccount-content {
  background: #ffffff !important;
  border: 1px solid var(--lm-border) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  padding: 22px !important;
}

body.lm-minimal-theme .woocommerce div.product {
  width: var(--lm-container) !important;
  max-width: var(--lm-container) !important;
  margin: 32px auto 70px !important;
}

body.lm-minimal-theme .woocommerce div.product div.images img {
  background: #f7f8fa !important;
  border-radius: 16px !important;
  padding: 18px !important;
}

body.lm-minimal-theme .woocommerce-tabs ul.tabs,
body.lm-minimal-theme .woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0 !important; }

body.lm-minimal-theme .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--lm-border) !important;
  background: #ffffff !important;
  border-radius: 999px !important;
  margin: 0 8px 8px 0 !important;
}

body.lm-minimal-theme table,
body.lm-minimal-theme .woocommerce table.shop_table {
  border: 1px solid var(--lm-border) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

body.lm-minimal-theme .woocommerce table.shop_table th,
body.lm-minimal-theme .woocommerce table.shop_table td {
  border-color: var(--lm-border) !important;
  color: var(--lm-text) !important;
}

body.lm-minimal-theme .woocommerce-message,
body.lm-minimal-theme .woocommerce-info,
body.lm-minimal-theme .woocommerce-error {
  width: var(--lm-container) !important;
  max-width: var(--lm-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 14px !important;
  border: 1px solid var(--lm-border) !important;
  background: #ffffff !important;
  color: var(--lm-text) !important;
  box-shadow: none !important;
}

/* Footer minimal */
body.lm-minimal-theme #main-footer,
body.lm-minimal-theme footer,
body.lm-minimal-theme .footer-widget {
  background: #ffffff !important;
  color: var(--lm-muted) !important;
  border-top: 1px solid var(--lm-border) !important;
  box-shadow: none !important;
}

body.lm-minimal-theme #footer-bottom {
  background: #ffffff !important;
  border-top: 1px solid var(--lm-border) !important;
}

body.lm-minimal-theme #footer-info,
body.lm-minimal-theme #footer-info a,
body.lm-minimal-theme #main-footer a { color: var(--lm-muted) !important; }
body.lm-minimal-theme #main-footer a:hover { color: var(--lm-text) !important; }

/* -----------------------------
   Responsive
------------------------------ */
@media (max-width: 1180px) {
  body.lm-minimal-theme .woocommerce ul.products,
  body.lm-minimal-theme .woocommerce-page ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 980px) {
  body.lm-minimal-theme #main-header,
  body.lm-minimal-theme #main-header.et-fixed-header,
  body.lm-minimal-theme #main-header .container { min-height: 68px !important; }

  body.lm-minimal-theme #logo { max-height: 36px !important; }

  body.lm-minimal-theme #et_top_search,
  body.lm-minimal-theme .et-cart-info,
  body.lm-minimal-theme .mobile_menu_bar {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
  }

  body.lm-minimal-theme #et_mobile_nav_menu .et_mobile_menu,
  body.lm-minimal-theme .et_mobile_menu {
    position: fixed !important;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 78px) !important;
    right: 16px !important;
    left: auto !important;
    width: min(320px, calc(100vw - 32px)) !important;
    max-height: calc(100vh - 108px) !important;
  }

  body.lm-minimal-theme .woocommerce ul.products,
  body.lm-minimal-theme .woocommerce-page ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 600px) {
  :root { --lm-container: min(100% - 24px, 1180px); }

  body.lm-minimal-theme #et-top-navigation { gap: 8px !important; }
  body.lm-minimal-theme .et-cart-info { padding: 0 8px !important; font-size: 0 !important; }
  body.lm-minimal-theme .logo_container { max-width: 54vw !important; }

  body.lm-minimal-theme .woocommerce ul.products,
  body.lm-minimal-theme .woocommerce-page ul.products {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.lm-minimal-theme .et_pb_section { padding: 34px 0 !important; }
  body.lm-minimal-theme .woocommerce div.product,
  body.lm-minimal-theme .woocommerce-cart-form,
  body.lm-minimal-theme .cart_totals,
  body.lm-minimal-theme #customer_details,
  body.lm-minimal-theme #order_review { padding: 16px !important; border-radius: 14px !important; }
}

@media (prefers-reduced-motion: reduce) {
  body.lm-minimal-theme *,
  body.lm-minimal-theme *::before,
  body.lm-minimal-theme *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
