/*
Theme Name: LM Brickstore
Theme URI: https://lmbrickstore.dk/
Author: LM Brickstore
Description: Et hurtigt, selvstændigt WooCommerce-tema til brugte byggeklodser, figurer og sæt.
Version: 2.11.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: lm-brickstore
License: GPL-2.0-or-later
*/

:root {
  --lm-ink: #17233b;
  --lm-navy: #20375f;
  --lm-blue: #2f5f9f;
  --lm-orange: #ef6b43;
  --lm-orange-dark: #d65330;
  --lm-yellow: #f4c95d;
  --lm-paper: #fbfaf6;
  --lm-white: #fff;
  --lm-muted: #667085;
  --lm-line: #e6e8ec;
  --lm-success: #16794c;
  --lm-radius: 16px;
  --lm-shadow: 0 12px 35px rgba(23, 35, 59, .09);
  --lm-wrap: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--lm-ink); background: var(--lm-paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--lm-orange-dark); }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { clip: auto; width: auto; height: auto; margin: 8px; padding: 10px 14px; z-index: 9999; background: #fff; }
.lm-wrap { width: min(calc(100% - 40px), var(--lm-wrap)); margin-inline: auto; }
.lm-main { min-height: 55vh; }
.lm-section { padding: 72px 0; }
.lm-section--white { background: var(--lm-white); }
.lm-eyebrow { display: inline-flex; color: var(--lm-orange-dark); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lm-heading { margin: 8px 0 30px; font-size: clamp(1.75rem, 3.2vw, 3rem); line-height: 1.08; letter-spacing: -.04em; }
.lm-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.lm-section-head .lm-heading { margin-bottom: 0; }
.lm-text-link { color: var(--lm-blue); font-weight: 800; white-space: nowrap; }

/* Header */
.lm-topbar { color: #fff; background: var(--lm-ink); font-size: .86rem; }
.lm-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 34px; }
.lm-topbar span { display: flex; align-items: center; gap: 7px; }
.lm-topbar svg { width: 16px; height: 16px; color: var(--lm-yellow); }
.lm-header { position: relative; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--lm-line); }
.lm-header.is-stuck { position: sticky; top: 0; box-shadow: 0 8px 30px rgba(23,35,59,.08); }
.lm-header__main { min-height: 88px; display: grid; grid-template-columns: 235px minmax(300px, 1fr) auto; align-items: center; gap: 30px; }
.lm-brand { display: inline-flex; align-items: center; gap: 12px; }
.lm-brand__mark { width: 48px; height: 48px; flex: 0 0 48px; }
.lm-brand__name { display: block; color: var(--lm-ink); font-size: 1.18rem; font-weight: 900; letter-spacing: -.035em; line-height: 1; }
.lm-brand__tag { display: block; margin-top: 5px; color: var(--lm-muted); font-size: .69rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.lm-search { position: relative; }
.lm-search .search-field { width: 100%; height: 50px; padding: 0 52px 0 18px; border: 2px solid #d8dde6; border-radius: 12px; background: #fff; outline: none; transition: .2s; }
.lm-search .search-field:focus { border-color: var(--lm-blue); box-shadow: 0 0 0 4px rgba(47,95,159,.12); }
.lm-search .search-submit { position: absolute; inset: 5px 5px 5px auto; width: 42px; border: 0; border-radius: 9px; color: #fff; background: var(--lm-blue); cursor: pointer; }
.lm-header__actions { display: flex; align-items: center; gap: 12px; }
.lm-icon-link { position: relative; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--lm-line); border-radius: 12px; background: #fff; }
.lm-icon-link svg { width: 22px; height: 22px; }
.lm-cart-count { position: absolute; top: -7px; right: -7px; min-width: 22px; height: 22px; padding: 0 5px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 99px; color: #fff; background: var(--lm-orange); font-size: .7rem; font-weight: 900; }
.lm-menu-toggle { display: none; border: 0; background: transparent; }
.lm-nav { background: var(--lm-navy); color: #fff; }
.lm-nav__inner { display: flex; align-items: center; justify-content: space-between; min-height: 54px; }
.lm-nav ul { display: flex; align-items: center; gap: 3px; padding: 0; margin: 0; list-style: none; }
.lm-nav li { position: relative; }
.lm-nav a { display: block; padding: 16px 18px; color: #fff; font-weight: 750; font-size: .92rem; }
.lm-nav a:hover, .lm-nav .current-menu-item > a { color: #fff; background: rgba(255,255,255,.1); }
.lm-nav .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 240px; padding: 8px; background: #fff; border-radius: 0 0 12px 12px; box-shadow: var(--lm-shadow); }
.lm-nav li:hover > .sub-menu { display: block; }
.lm-nav .sub-menu a { padding: 10px 12px; color: var(--lm-ink); border-radius: 7px; }
.lm-nav__help { color: #fff; opacity: .88; font-size: .84rem; }

/* Hero */
.lm-hero { position: relative; overflow: hidden; padding: 80px 0 74px; color: #fff; background: linear-gradient(125deg, #17233b 0%, #294b7d 64%, #326cab 100%); }
.lm-hero::before { content: ""; position: absolute; width: 480px; height: 480px; right: -120px; top: -180px; border: 70px solid rgba(255,255,255,.055); border-radius: 34%; transform: rotate(24deg); }
.lm-hero::after { content: ""; position: absolute; width: 210px; height: 210px; left: 52%; bottom: -155px; border: 45px solid rgba(244,201,93,.12); border-radius: 45px; transform: rotate(18deg); }
.lm-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.lm-hero .lm-eyebrow { color: var(--lm-yellow); }
.lm-hero h1 { max-width: 750px; margin: 12px 0 20px; font-size: clamp(2.7rem, 5.8vw, 5.8rem); line-height: .96; letter-spacing: -.065em; }
.lm-hero p { max-width: 650px; margin: 0 0 30px; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.5vw, 1.22rem); }
.lm-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.lm-button, .button, button.button, input.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 21px; border: 0; border-radius: 10px; color: #fff !important; background: var(--lm-orange) !important; font-weight: 850; cursor: pointer; transition: transform .18s, background .18s, box-shadow .18s; }
.lm-button:hover, .button:hover { transform: translateY(-2px); background: var(--lm-orange-dark) !important; box-shadow: 0 9px 22px rgba(239,107,67,.25); }
.lm-button--ghost { color: #fff !important; background: rgba(255,255,255,.1) !important; border: 1px solid rgba(255,255,255,.25); }
.lm-hero__visual { position: relative; min-height: 370px; }
.lm-tile { position: absolute; display: grid; place-items: center; color: var(--lm-ink); background: #fff; border-radius: 25px; box-shadow: 0 25px 70px rgba(5,15,31,.3); }
.lm-tile::before, .lm-tile::after { content: ""; position: absolute; top: -16px; width: 43px; height: 25px; border-radius: 50% 50% 15% 15%; background: inherit; box-shadow: inset 0 5px 8px rgba(255,255,255,.28); }
.lm-tile::before { left: 28px; }.lm-tile::after { right: 28px; }
.lm-tile--one { width: 245px; height: 150px; right: 45px; top: 35px; background: var(--lm-yellow); transform: rotate(7deg); }
.lm-tile--two { width: 220px; height: 132px; left: 12px; bottom: 42px; color: #fff; background: var(--lm-orange); transform: rotate(-8deg); }
.lm-tile--three { width: 170px; height: 110px; right: 0; bottom: 10px; color: #fff; background: var(--lm-blue); transform: rotate(4deg); }
.lm-tile strong { font-size: 1.2rem; letter-spacing: -.03em; }

/* Cards */
.lm-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lm-category-card { position: relative; min-height: 210px; overflow: hidden; padding: 28px; border: 1px solid var(--lm-line); border-radius: var(--lm-radius); background: #fff; box-shadow: 0 4px 16px rgba(23,35,59,.04); transition: .2s; }
.lm-category-card:hover { transform: translateY(-5px); box-shadow: var(--lm-shadow); color: var(--lm-ink); }
.lm-category-card__icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 15px; color: var(--lm-blue); background: #edf3fb; }
.lm-category-card:nth-child(2) .lm-category-card__icon { color: var(--lm-orange-dark); background: #fff0eb; }
.lm-category-card:nth-child(3) .lm-category-card__icon { color: #8d6b12; background: #fff7dc; }
.lm-category-card svg { width: 30px; height: 30px; }
.lm-category-card h3 { margin: 0 0 6px; font-size: 1.35rem; }
.lm-category-card p { margin: 0; color: var(--lm-muted); }
.lm-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lm-trust { padding: 25px; border-radius: 14px; background: #fff; border: 1px solid var(--lm-line); }
.lm-trust strong { display: block; margin: 10px 0 3px; }
.lm-trust p { margin: 0; color: var(--lm-muted); font-size: .9rem; }
.lm-trust svg { width: 25px; color: var(--lm-orange); }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { padding: 22px 0; margin: 0; color: var(--lm-muted); font-size: .84rem; }
.woocommerce-products-header { margin: 25px 0 32px; }
.woocommerce-products-header__title { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.05em; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 24px; }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 0 35px 0 12px; border: 1px solid var(--lm-line); border-radius: 9px; background: #fff; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; margin: 0 0 55px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding: 14px 14px 18px; border: 1px solid var(--lm-line); border-radius: var(--lm-radius); background: #fff; transition: .2s; }
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--lm-shadow); }
.woocommerce ul.products li.product a img { aspect-ratio: 1/1; object-fit: contain; margin: 0 0 15px; border-radius: 11px; background: #f7f7f5; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 48px; padding: 0; color: var(--lm-ink); font-size: .98rem; line-height: 1.4; }
.woocommerce ul.products li.product .price { color: var(--lm-ink); font-size: 1.15rem; font-weight: 900; }
.woocommerce span.onsale { min-width: auto; min-height: auto; padding: 6px 9px; margin: 8px !important; border-radius: 7px; line-height: 1; background: var(--lm-orange); }
.woocommerce ul.products li.product .button { width: 100%; margin-top: 12px; font-size: .86rem; }
.woocommerce div.product { padding: 38px 0 70px; }
.woocommerce div.product div.images img { border-radius: var(--lm-radius); background: #fff; }
.woocommerce div.product .product_title { font-size: clamp(2rem,4vw,3.3rem); line-height: 1.05; letter-spacing: -.05em; }
.woocommerce div.product p.price { color: var(--lm-ink); font-size: 1.7rem; font-weight: 900; }
.woocommerce div.product .stock { color: var(--lm-success); font-weight: 800; }
.woocommerce div.product form.cart .qty { min-height: 48px; border: 1px solid var(--lm-line); border-radius: 9px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 10px 10px 0 0; }
.woocommerce table.shop_table { border-color: var(--lm-line); border-radius: 12px; background: #fff; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { min-height: 46px; padding: 10px 12px; border: 1px solid #d6dae1; border-radius: 9px; background: #fff; }
.woocommerce-info, .woocommerce-message { border-top-color: var(--lm-blue); background: #fff; }
.woocommerce-info::before, .woocommerce-message::before { color: var(--lm-blue); }
.lm-shop-shell { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 36px; padding-bottom: 70px; }
.lm-sidebar { padding: 22px; border: 1px solid var(--lm-line); border-radius: var(--lm-radius); background: #fff; align-self: start; }
.lm-sidebar .widget { margin-bottom: 28px; }
.lm-sidebar .widget:last-child { margin-bottom: 0; }
.lm-sidebar h2, .lm-sidebar .widget-title { margin: 0 0 12px; font-size: 1rem; }
.lm-sidebar ul { padding: 0; margin: 0; list-style: none; }
.lm-sidebar li { padding: 6px 0; border-bottom: 1px solid #f0f1f2; font-size: .9rem; }

/* Content + footer */
.lm-content { padding: 55px 0 80px; }
.lm-content article { max-width: 850px; }
.lm-content h1 { font-size: clamp(2.2rem,5vw,4rem); letter-spacing: -.05em; }
.lm-notice { padding: 18px 0; color: #563e00; background: #fff4cc; text-align: center; font-size: .86rem; }
.lm-footer { padding: 62px 0 0; color: rgba(255,255,255,.78); background: var(--lm-ink); }
.lm-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 50px; }
.lm-footer .lm-brand__name { color: #fff; }.lm-footer .lm-brand__tag { color: rgba(255,255,255,.58); }
.lm-footer h3 { margin: 0 0 16px; color: #fff; font-size: .95rem; }
.lm-footer ul { padding: 0; margin: 0; list-style: none; }
.lm-footer li { margin: 8px 0; }
.lm-footer__about p { max-width: 360px; }
.lm-footer__bottom { margin-top: 45px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: .82rem; }

@media (max-width: 980px) {
  .lm-header__main { grid-template-columns: 1fr auto; gap: 15px; padding: 13px 0; }
  .lm-search { grid-column: 1/-1; grid-row: 2; }
  .lm-menu-toggle { display: grid; }
  .lm-nav { display: none; position: absolute; left: 0; right: 0; }
  .lm-nav.is-open { display: block; }
  .lm-nav__inner, .lm-nav ul { display: block; }
  .lm-nav__help { display: block; padding: 15px 18px; }
  .lm-nav .sub-menu { position: static; display: block; padding-left: 14px; box-shadow: none; background: rgba(255,255,255,.05); }
  .lm-nav .sub-menu a { color: #fff; }
  .lm-hero__grid { grid-template-columns: 1fr; }
  .lm-hero__visual { display: none; }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .lm-shop-shell { grid-template-columns: 1fr; }
  .lm-sidebar { display: none; }
  .lm-footer__grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 680px) {
  .lm-wrap { width: min(calc(100% - 28px), var(--lm-wrap)); }
  .lm-topbar__inner { min-height: 34px; gap: 12px; justify-content: space-between; font-size: .72rem; }
  .lm-topbar span:nth-child(2) { display: none; }
  .lm-brand__tag { display: none; }
  .lm-brand__mark { width: 40px; height: 40px; flex-basis: 40px; }
  .lm-brand__name { font-size: 1rem; }
  .lm-icon-link--account { display: none; }
  .lm-header__main { grid-template-columns: minmax(0,1fr) auto; }
  .lm-hero { padding: 58px 0; }
  .lm-hero h1 { font-size: 3rem; }
  .lm-section { padding: 50px 0; }
  .lm-category-grid, .lm-trust-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .woocommerce ul.products li.product { padding: 9px 9px 14px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: .88rem; }
  .lm-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .lm-footer__bottom { display: block; }
}

/* =========================================================
   LM Brickstore 2.0 – compact catalogue layout
   ========================================================= */
body.lm-v2 { background: #ededed; color: #3d3d3d; font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.lm-v2 a { color: #168eb2; }
.lm-v2 a:hover { color: #e48219; }
.lm-v2 .lm-wrap { width: min(calc(100% - 24px), 1080px); }
.lm-v2 .lm-main { min-height: 650px; }
.lm-v2 .lm-topbar { background: #efc900; color: #5d5200; border-bottom: 1px solid #d6ae00; }
.lm-v2 .lm-usp-top { color:#fff; background:#172d52; border-bottom:3px solid #efc900; }
.lm-v2 .lm-usp-top__inner { min-height:38px; display:grid; grid-template-columns:repeat(4,1fr); align-items:center; }
.lm-v2 .lm-usp-top__item { min-height:22px; display:flex; align-items:center; justify-content:center; gap:8px; padding:0 12px; border-right:1px solid rgba(255,255,255,.13); font-size:11px; font-weight:700; text-align:center; }
.lm-v2 .lm-usp-top__item:last-child { border-right:0; }
.lm-v2 .lm-usp-top__icon { width:20px; height:20px; display:grid; place-items:center; border-radius:50%; color:#172d52; background:#f4c95d; font-size:11px; font-weight:900; }
.lm-v2 .lm-topbar__inner { position: relative; height: 43px; justify-content: center; }
.lm-v2 .lm-top-search { width: 395px; }
.lm-v2 .lm-top-search .search-field { height: 28px; padding: 0 48px 0 14px; border: 1px solid #d1ad00; border-radius: 16px; box-shadow: inset 0 1px 3px rgba(0,0,0,.15); font-size: 12px; }
.lm-v2 .lm-top-search .search-submit { inset: 2px 2px 2px auto; width: 38px; border-radius: 0 14px 14px 0; background: linear-gradient(#f8d72d,#d8ad00); color: #765f00; }
.lm-v2 .lm-login-links { position: absolute; right: 8px; top: 13px; color: #fff; font-size: 12px; }
.lm-v2 .lm-login-links a { color: #fff; }
.lm-v2 .lm-header { position: relative; background: transparent; border: 0; }
.lm-v2 .lm-header.is-stuck { position: relative; box-shadow: none; }
.lm-v2 .lm-header__banner { width: 100%; height: 94px; background: linear-gradient(#ffdc29 0%,#ffd715 70%,#f5c600 100%); border: 0; }
.lm-v2 .lm-header__banner-inner { height: 100%; display: flex; align-items: center; padding: 0 22px; }
.lm-v2 .lm-brand__mark { width: 78px; height: 58px; flex-basis: 78px; }
.lm-v2 .lm-brand__name { color: #172d52; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif; font-size: 21px; font-weight: 900; letter-spacing: -.055em; }
.lm-v2 .lm-brand__tag { color: #725e00; font-size: 9px; font-weight: 800; letter-spacing: .055em; }
.lm-v2 .lm-nav { background: #c9a800; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid #aa8f00; }
.lm-v2 .lm-nav__inner { min-height: 29px; }
.lm-v2 .lm-nav a { padding: 6px 11px; color: #fff; font-size: 12px; font-weight: bold; }
.lm-v2 .lm-nav a:hover, .lm-v2 .lm-nav .current-menu-item>a { background: #b39500; }
.lm-v2 .lm-nav__cart { margin-left: auto; padding: 5px 10px; color: #fff; font-weight: bold; }
.lm-v2 .lm-nav__cart a { display: inline; padding: 0; }
.lm-v2 .lm-cart-count { position: static; display: inline; min-width: 0; height: auto; padding: 0; border: 0; color: inherit; background: transparent; font-size: inherit; }
.lm-v2 .lm-site-frame { min-height: 660px; display: grid; grid-template-columns: 214px minmax(0,1fr) 198px; gap: 10px; padding: 12px 10px 35px; background: #fff; border: 1px solid #d8d8d8; border-top: 0; }
.lm-v2 .lm-catalog-main { min-width: 0; padding: 0 0 20px; }
.lm-v2 .lm-panel { margin-bottom: 15px; border: 1px solid #cfcfcf; background: #fafafa; }
.lm-v2 .lm-panel__title { margin: 0; padding: 7px 10px; color: #df7f12; background: linear-gradient(#fff,#eee); border-bottom: 1px solid #d7d7d7; font-size: 12px; font-weight: bold; text-transform: uppercase; }
.lm-v2 .lm-panel--categories .lm-panel__title { color: #fff; background: #ffd324; border-color: #e9bc00; font-size: 13px; }
.lm-v2 .lm-category-tree { max-height: 1040px; overflow: hidden; padding: 7px 10px 12px; margin: 0; list-style: none; }
.lm-v2 .lm-category-tree ul { padding: 0 0 0 11px; margin: 0; list-style: none; }
.lm-v2 .lm-category-tree li { margin: 0; padding: 2px 0; border: 0; line-height: 1.25; }
.lm-v2 .lm-category-tree>li>a { color: #555; font-weight: bold; }
.lm-v2 .lm-category-tree a { color: #555; }
.lm-v2 .lm-category-tree .count { color: #888; }
.lm-v2 .lm-panel__body { padding: 9px; }
.lm-v2 .lm-panel__body p { margin: 0 0 6px; }
.lm-v2 .lm-panel__body p:last-child { margin-bottom: 0; }
.lm-v2 .lm-status { display: block; padding: 2px 8px; margin: 6px 0 9px; border-radius: 10px; color: #fff; background: #4aa148; text-align: center; font-size: 11px; }
.lm-v2 .lm-info-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.lm-v2 .lm-info-table td { padding: 3px 0; vertical-align: top; }
.lm-v2 .lm-info-table td:last-child { text-align: right; }
.lm-v2 .lm-small-button { display: block; width: 90px; padding: 4px 7px; margin: 10px auto 0; border: 1px solid #1781a0; border-radius: 3px; color: #fff!important; background: linear-gradient(#4db4d0,#188caf); text-align: center; font-size: 11px; }
.lm-v2 .lm-welcome { min-height: 420px; padding: 20px 22px; text-align: center; }
.lm-v2 .lm-welcome h1 { margin: 0 0 31px; color: #333; font-size: 18px; text-transform: uppercase; }
.lm-v2 .lm-welcome h2 { margin: 0; font-size: 17px; text-transform: uppercase; }
.lm-v2 .lm-welcome__links { margin-top: 195px; padding-top: 17px; border-top: 1px solid #eee; font-weight: bold; }
.lm-v2 .lm-welcome__links a { display: block; line-height: 1.55; }
.lm-v2 .lm-strip-title { padding: 6px; margin: 7px 0 4px; border: 1px solid #c7c7c7; border-radius: 4px; color: #1594b7; background: linear-gradient(#fff,#eaeaea); text-align: center; font-size: 15px; }
.lm-v2 .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 4px; margin-bottom: 25px; }
.lm-v2 .woocommerce ul.products li.product { min-width: 0; padding: 7px 7px 10px; border: 1px solid #d6d6d6; border-radius: 4px; box-shadow: none; }
.lm-v2 .woocommerce ul.products li.product:hover { transform: none; border-color: #aaa; box-shadow: 0 2px 8px rgba(0,0,0,.1); }
.lm-v2 .woocommerce ul.products li.product a img { margin-bottom: 6px; border-radius: 0; background: #fff; }
.lm-v2 .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 34px; font-size: 12px; font-weight: normal; text-align: center; }
.lm-v2 .woocommerce ul.products li.product .price { color: #555; font-size: 12px; text-align: center; }
.lm-v2 .woocommerce ul.products li.product .button { min-height: 28px; padding: 0 8px; margin-top: 6px; border-radius: 3px; background: linear-gradient(#4db4d0,#188caf)!important; font-size: 10px; }
.lm-v2 .woocommerce .woocommerce-breadcrumb { padding: 7px 0; font-size: 11px; }
.lm-v2 .woocommerce-products-header { margin: 6px 0 15px; }
.lm-v2 .woocommerce-products-header__title { font-size: 20px; text-transform: uppercase; text-align: center; letter-spacing: 0; }
.lm-v2 .woocommerce .woocommerce-result-count, .lm-v2 .woocommerce .woocommerce-ordering { font-size: 11px; }
.lm-v2 .woocommerce div.product { padding: 10px 0 30px; }

/* Product category/archive – same card system as the storefront */
.lm-v2.tax-product_cat .lm-catalog-main,
.lm-v2.post-type-archive-product .lm-catalog-main { width:100%; min-width:0; }
.lm-v2.tax-product_cat .woocommerce-products-header,
.lm-v2.post-type-archive-product .woocommerce-products-header {
  margin:0 0 12px; padding:0; border:1px solid #c7c7c7; border-radius:4px;
  background:linear-gradient(#fff,#ededed); overflow:hidden;
}
.lm-v2.tax-product_cat .woocommerce-products-header__title,
.lm-v2.post-type-archive-product .woocommerce-products-header__title {
  margin:0!important; padding:9px 12px!important; color:#1594b7!important;
  font-size:18px!important; font-weight:400!important; line-height:1.2!important;
  text-align:center!important; text-transform:none!important;
}
.lm-v2.tax-product_cat .term-description,
.lm-v2.post-type-archive-product .term-description { padding:0 13px 10px; color:#667085; font-size:12px; }
.lm-v2.tax-product_cat .woocommerce-result-count,
.lm-v2.post-type-archive-product .woocommerce-result-count {
  float:left!important; margin:6px 0 14px!important; color:#666!important; font-size:12px!important; line-height:38px!important;
}
.lm-v2.tax-product_cat .woocommerce-ordering,
.lm-v2.post-type-archive-product .woocommerce-ordering { float:right!important; margin:6px 0 14px!important; }
.lm-v2.tax-product_cat .woocommerce-ordering select,
.lm-v2.post-type-archive-product .woocommerce-ordering select {
  width:210px; min-height:38px; padding:0 34px 0 11px; border:1px solid #c9cfd5;
  border-radius:5px; color:#394554; background:#fff; font-size:12px;
}
.lm-v2.tax-product_cat ul.products,
.lm-v2.post-type-archive-product ul.products,
.lm-v2.tax-product_cat .products,
.lm-v2.post-type-archive-product .products {
  clear:both!important; display:grid!important; width:100%!important; max-width:none!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important; justify-content:stretch!important;
  align-items:stretch!important; gap:8px!important; margin:0 0 25px!important; padding:0!important;
}
.lm-v2.tax-product_cat ul.products::before,
.lm-v2.tax-product_cat ul.products::after,
.lm-v2.post-type-archive-product ul.products::before,
.lm-v2.post-type-archive-product ul.products::after { display:none!important; content:none!important; }
.lm-v2.tax-product_cat ul.products li.product,
.lm-v2.post-type-archive-product ul.products li.product,
.lm-v2.tax-product_cat .products>li,
.lm-v2.post-type-archive-product .products>li {
  display:flex!important; flex-direction:column!important; width:auto!important; max-width:none!important;
  min-width:0!important; height:auto!important; min-height:0!important; margin:0!important;
  padding:10px!important; border:1px solid #cfcfcf!important; border-radius:7px!important;
  background:#fff!important; box-shadow:none!important; text-align:left!important;
}
.lm-v2.tax-product_cat ul.products li.product>a.woocommerce-LoopProduct-link,
.lm-v2.post-type-archive-product ul.products li.product>a.woocommerce-LoopProduct-link { display:flex; flex:1; flex-direction:column; color:inherit; }
.lm-v2.tax-product_cat ul.products li.product a img,
.lm-v2.post-type-archive-product ul.products li.product a img {
  width:100%!important; height:100%!important; max-width:100%!important; max-height:100%!important;
  aspect-ratio:1/1!important; margin:0 0 10px!important; padding:8px!important;
  object-fit:contain!important; object-position:center!important; border:0!important; border-radius:0!important;
  background:#fff!important; box-sizing:border-box!important;
}
.lm-v2.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.lm-v2.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
  min-height:43px!important; margin:0 0 7px!important; padding:0!important; color:#21354b!important;
  font-size:14px!important; font-weight:700!important; line-height:1.35!important; text-align:left!important;
}
.lm-v2.tax-product_cat ul.products li.product .price,
.lm-v2.post-type-archive-product ul.products li.product .price {
  min-height:24px!important; margin:auto 0 9px!important; color:#c75a00!important;
  font-size:15px!important; font-weight:700!important; line-height:1.3!important; text-align:left!important;
}
.lm-v2.tax-product_cat ul.products li.product .button,
.lm-v2.post-type-archive-product ul.products li.product .button,
.lm-v2.tax-product_cat .products>li .button,
.lm-v2.post-type-archive-product .products>li .button {
  display:flex!important; width:100%!important; min-height:40px!important; margin:0!important; padding:5px 9px!important;
  align-items:center!important; justify-content:center!important; border:1px solid #f3a800!important;
  border-radius:7px!important; color:#263444!important; background:linear-gradient(#ffe677,#ffb91f)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.75)!important; font-size:14px!important;
  font-weight:700!important; line-height:1.1!important; text-align:center!important;
}
.lm-v2 .woocommerce div.product .product_title { font-size: 22px; letter-spacing: 0; }
.lm-v2 .lm-notice { padding: 9px; color: #604d00; background: #fff4bd; border-top: 1px solid #edd57b; font-size: 10px; }
.lm-v2 .lm-footer { position: relative; padding: 0; color: #dce3eb; background: #172d52; border-top: 7px solid #efc900; font-size: 12px; }
.lm-v2 .lm-footer::before { content:""; display:block; height:4px; background:linear-gradient(90deg,#2f5f9f 0 33%,#f4c95d 33% 66%,#ef6b43 66%); }
.lm-v2 .lm-footer__main { padding: 32px 0 27px; }
.lm-v2 .lm-footer__grid { display:grid; grid-template-columns: 1.35fr 1fr 1fr 1.05fr; gap: 34px; }
.lm-v2 .lm-footer__about p { max-width:330px; margin:17px 0 0; color:#c7d1dd; line-height:1.65; }
.lm-v2 .lm-footer .lm-brand__name { color:#fff; font-size:20px; }
.lm-v2 .lm-footer .lm-brand__tag { color:#f4c95d; }
.lm-v2 .lm-footer h3 { position:relative; margin:4px 0 17px; padding-bottom:9px; color:#fff!important; font-size:13px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.lm-v2 .lm-footer h3::after { content:""; position:absolute; left:0; bottom:0; width:35px; height:3px; border-radius:3px; background:#efc900; }
.lm-v2 .lm-footer ul { padding:0; margin:0; list-style:none; }
.lm-v2 .lm-footer li { margin:0; border-bottom:1px solid rgba(255,255,255,.09); }
.lm-v2 .lm-footer li:last-child { border-bottom:0; }
.lm-v2 .lm-footer a { display:block; padding:7px 0; color:#dce3eb; transition:.18s; }
.lm-v2 .lm-footer a:hover { color:#f4c95d; transform:translateX(3px); }
.lm-v2 .lm-footer__contact p { margin:0 0 12px; line-height:1.6; }
.lm-v2 .lm-footer__contact strong { color:#fff; }
.lm-v2 .lm-footer__bottom { margin:0; padding:16px 0; border-top:1px solid rgba(255,255,255,.12); display:flex; align-items:center; justify-content:space-between; gap:20px; color:#aebaca; font-size:10px; }
.lm-v2 .lm-footer__bottom a { display:inline; padding:0; color:#fff; }

/* Product cards – classic loops and WooCommerce product blocks */
.lm-v2 .woocommerce ul.products,
.lm-v2 .wc-block-grid__products,
.lm-v2 .wp-block-woocommerce-product-template,
.lm-v2 ul.wc-block-product-template {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 0 25px !important;
}
.lm-v2 .wc-block-grid__product,
.lm-v2 .wp-block-woocommerce-product-template .wc-block-product,
.lm-v2 ul.wc-block-product-template>li,
.lm-v2 .woocommerce ul.products li.product {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 12px 12px 14px !important;
  border: 1px solid #cfcfcf !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
  text-align: left !important;
  overflow: hidden;
}
.lm-v2 .wc-block-grid__product:hover,
.lm-v2 .wp-block-woocommerce-product-template .wc-block-product:hover,
.lm-v2 .woocommerce ul.products li.product:hover {
  transform: none !important;
  border-color: #aaa !important;
  box-shadow: 0 2px 7px rgba(0,0,0,.10) !important;
}
.lm-v2 .wc-block-grid__product-image,
.lm-v2 .wc-block-components-product-image,
.lm-v2 .woocommerce ul.products li.product a img {
  width: 100% !important;
  margin: 0 0 13px !important;
}
.lm-v2 .wc-block-grid__product-image img,
.lm-v2 .wc-block-components-product-image img,
.lm-v2 .woocommerce ul.products li.product a img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: clamp(170px,18vw,245px) !important;
  max-height: 245px !important;
  aspect-ratio: auto !important;
  margin: 0 auto 12px !important;
  padding: 8px !important;
  object-fit: contain !important;
  object-position: center center !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-sizing: border-box !important;
}
.lm-v2 .wc-block-grid__product-image,
.lm-v2 .wc-block-components-product-image,
.lm-v2 .wp-block-woocommerce-product-template .wc-block-components-product-image {
  display: grid !important;
  width: 100% !important;
  height: clamp(170px,18vw,245px) !important;
  aspect-ratio: auto !important;
  place-items: center !important;
  overflow: hidden !important;
  border-radius: 4px !important;
  background: #fff !important;
}
.lm-v2 .wc-block-grid__product,
.lm-v2 .wp-block-woocommerce-product-template .wc-block-product,
.lm-v2 ul.wc-block-product-template>li,
.lm-v2 .woocommerce ul.products li.product {
  display:flex !important;
  flex-direction:column !important;
}
.lm-v2 .wc-block-grid__product-add-to-cart,
.lm-v2 .wc-block-components-product-button,
.lm-v2 .woocommerce ul.products li.product>a.button {
  margin-top:auto !important;
}

/* Safe image area: keep hats, feet and wide parts away from clipping edges */
.lm-v2 ul.products li.product a img,
.lm-v2 ul.products li.product img.attachment-woocommerce_thumbnail,
.lm-v2 .wc-block-grid__product-image img,
.lm-v2 .wc-block-components-product-image img,
.lm-v2 .wp-block-woocommerce-product-template .wc-block-components-product-image img {
  width:84% !important;
  max-width:84% !important;
  height:220px !important;
  max-height:220px !important;
  margin:12px auto 14px !important;
  padding:0 !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
}
.lm-v2 .wc-block-grid__product-image,
.lm-v2 .wc-block-components-product-image,
.lm-v2 .wp-block-woocommerce-product-template .wc-block-components-product-image {
  height:245px !important;
  min-height:245px !important;
  padding:0 !important;
  place-items:center !important;
}

/* v2.11: white, uncropped image stage on archives and related products */
.lm-v2 .woocommerce ul.products li.product .woocommerce-loop-product__link,
.lm-v2 .related.products ul.products li.product .woocommerce-loop-product__link,
.lm-v2 .up-sells.upsells ul.products li.product .woocommerce-loop-product__link,
.lm-v2 .cross-sells ul.products li.product .woocommerce-loop-product__link,
.lm-v2 .wc-block-grid__product-image,
.lm-v2 .wc-block-components-product-image {
  background:#fff !important;
}
.lm-v2 .woocommerce ul.products li.product .woocommerce-loop-product__link > img,
.lm-v2 .related.products ul.products li.product .woocommerce-loop-product__link > img,
.lm-v2 .up-sells.upsells ul.products li.product .woocommerce-loop-product__link > img,
.lm-v2 .cross-sells ul.products li.product .woocommerce-loop-product__link > img,
.lm-v2 .wc-block-grid__product-image img,
.lm-v2 .wc-block-components-product-image img {
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  height:245px !important;
  max-height:245px !important;
  margin:0 auto 14px !important;
  padding:12px !important;
  border:0 !important;
  border-radius:0 !important;
  background:#fff !important;
  object-fit:contain !important;
  object-position:center center !important;
  box-sizing:border-box !important;
}
.lm-v2 .wc-block-grid__product-title,
.lm-v2 .wc-block-components-product-name,
.lm-v2 .wc-block-components-product-name a,
.lm-v2 .wp-block-woocommerce-product-template .wp-block-post-title,
.lm-v2 .wp-block-woocommerce-product-template .wp-block-post-title a,
.lm-v2 .woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: block !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 0 10px !important;
  color: #21354b !important;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}
.lm-v2 .wc-block-grid__product-price,
.lm-v2 .wc-block-components-product-price,
.lm-v2 .woocommerce ul.products li.product .price {
  display: block !important;
  min-height: 29px;
  margin: 0 0 14px !important;
  color: #d85f00 !important;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-align: left !important;
}
.lm-v2 .wc-block-grid__product-price .woocommerce-Price-amount,
.lm-v2 .wc-block-components-product-price .woocommerce-Price-amount,
.lm-v2 .woocommerce ul.products li.product .price .woocommerce-Price-amount {
  color: #c75a00 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.lm-v2 .wc-block-grid__product-add-to-cart,
.lm-v2 .wp-block-button.wc-block-components-product-button,
.lm-v2 .wc-block-components-product-button,
.lm-v2 .woocommerce ul.products li.product .button {
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
  text-align: center !important;
}
.lm-v2 .wc-block-grid__product-add-to-cart a,
.lm-v2 .wc-block-components-product-button .wp-block-button__link,
.lm-v2 .wp-block-button.wc-block-components-product-button .wp-block-button__link,
.lm-v2 .woocommerce ul.products li.product .button {
  display: flex !important;
  width: 100% !important;
  min-height: 43px !important;
  padding: 5px 12px !important;
  margin: 0 auto !important;
  justify-content: center !important;
  align-items: center !important;
  border: 1px solid #f3a800 !important;
  border-radius: 8px !important;
  color: #263444 !important;
  background: linear-gradient(#ffe677,#ffb91f) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.75) !important;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
}
.lm-v2 .wc-block-grid__product-add-to-cart a:hover,
.lm-v2 .wc-block-components-product-button .wp-block-button__link:hover,
.lm-v2 .woocommerce ul.products li.product .button:hover {
  transform: none !important;
  color: #17233b !important;
  background: linear-gradient(#ffed91,#ffa916) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.8) !important;
}

/* Single product – compact reference-style hierarchy */
.lm-v2.single-product .lm-catalog-main { padding-top: 8px; }
.lm-v2.single-product .woocommerce div.product { padding: 8px 12px 30px; border: 1px solid #ccc; background: #fff; }
.lm-v2.single-product .woocommerce div.product div.images { width: 43%; }
.lm-v2.single-product .woocommerce div.product div.summary { width: 53%; }
.lm-v2.single-product .woocommerce div.product .product_title {
  margin: 12px 0 16px; color: #343434; font-size: 26px; font-weight: 400; line-height: 1.35;
}
.lm-v2.single-product .woocommerce div.product p.price { color: #c75a00; font-size: 22px; font-weight: 700; }
.lm-v2.single-product .woocommerce div.product form.cart { padding: 18px; border: 1px solid #eadfac; background: #fff9d9; }
.lm-v2.single-product .woocommerce div.product form.cart .quantity { float: none; display: inline-block; }
.lm-v2.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
  min-height: 42px; margin-left: 10px; border: 1px solid #f3a800; border-radius: 7px;
  color: #263444!important; background: linear-gradient(#ffe677,#ffb91f)!important; font-size: 16px;
}
.lm-v2.single-product .woocommerce div.product .woocommerce-tabs { clear: both; padding-top: 25px; }
.lm-v2.single-product .woocommerce div.product .woocommerce-tabs .panel { padding: 18px 28px; background: #faf6ed; }
.lm-v2.single-product .woocommerce div.product .woocommerce-tabs .panel h2 { color: #df6500; font-size: 18px; }

/* Related products */
.lm-v2 .related.products,
.lm-v2 .up-sells.upsells,
.lm-v2 .cross-sells { clear: both; padding-top: 25px; }
.lm-v2 .lm-related-wrap { clear: both; width: 100%; padding: 22px 12px 5px; }
.lm-v2 .lm-related-wrap .related.products { width: 100%!important; max-width: none!important; float: none!important; margin: 0!important; }
.lm-v2 .related.products>h2,
.lm-v2 .up-sells.upsells>h2,
.lm-v2 .cross-sells>h2 {
  padding: 7px 10px; margin: 0 0 8px; border: 1px solid #c7c7c7; border-radius: 4px;
  color: #1594b7; background: linear-gradient(#fff,#eaeaea); font-size: 17px; font-weight: 400; text-align: center;
}
.lm-v2 .related.products ul.products,
.lm-v2 .up-sells.upsells ul.products,
.lm-v2 .cross-sells ul.products {
  display: grid!important; grid-template-columns: repeat(3,minmax(0,1fr))!important; gap: 8px!important;
  width: 100%!important; max-width: none!important;
}
.lm-v2 .related.products ul.products li.product,
.lm-v2 .up-sells.upsells ul.products li.product,
.lm-v2 .cross-sells ul.products li.product {
  width: auto!important; max-width: none!important; margin: 0!important; padding: 10px!important;
  border: 1px solid #cfcfcf!important; border-radius: 8px!important; background: #fff!important;
}
.lm-v2 .lm-related-wrap .related.products ul.products li.product .button {
  display: flex!important; width: 100%!important; min-height: 42px!important; margin: 0!important;
  align-items: center!important; justify-content: center!important; border: 1px solid #f3a800!important;
  border-radius: 7px!important; color: #263444!important; background: linear-gradient(#ffe677,#ffb91f)!important;
  font-size: 15px!important; font-weight: 700!important; line-height: 1.1!important; text-align: center!important;
}
.lm-v2 .lm-related-wrap .related.products ul.products li.product .woocommerce-loop-product__title {
  min-height: 48px!important; margin-bottom: 8px!important; font-size: 15px!important; line-height: 1.35!important;
}
.lm-v2 .lm-related-wrap .related.products ul.products li.product .price { min-height: 25px; margin-bottom: 10px!important; }

/* Cart and checkout – wide, modern and compact */
.lm-v2 .lm-commerce-frame {
  display: block; padding: 22px 24px 55px; background: #fff; border: 1px solid #d8d8d8; border-top: 0;
}
.lm-v2 .lm-commerce-frame .lm-catalog-main { width: 100%; max-width: none; }
.lm-v2.woocommerce-cart .woocommerce,
.lm-v2.woocommerce-checkout .woocommerce { font-size: 14px; }
.lm-v2.woocommerce-cart .woocommerce>h1,
.lm-v2.woocommerce-checkout .woocommerce>h1,
.lm-v2.woocommerce-cart .entry-title,
.lm-v2.woocommerce-checkout .entry-title { margin: 0 0 22px; color: #333; font-size: 30px; font-weight: 600; }
.lm-v2.woocommerce-cart table.shop_table {
  overflow: hidden; border: 1px solid #c8d0d5; border-radius: 5px; border-collapse: separate; background: #fff;
}
.lm-v2.woocommerce-cart table.shop_table th {
  padding: 12px; color: #173047; background: #dce8ef; border: 0; font-size: 13px; text-transform: uppercase;
}
.lm-v2.woocommerce-cart table.shop_table td { padding: 13px 12px; border-color: #e0e4e7; }
.lm-v2.woocommerce-cart table.shop_table img { width: 82px; border: 1px solid #eee; }
.lm-v2.woocommerce-cart table.shop_table .product-name a { color: #168eb2; font-weight: 700; }
.lm-v2.woocommerce-cart table.shop_table input.qty { min-height: 40px; border: 1px solid #c8cdd2; border-radius: 5px; }
.lm-v2.woocommerce-cart .cart-collaterals { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 24px; align-items: start; }
.lm-v2.woocommerce-cart .cart-collaterals .cross-sells { width: auto; float: none; padding-top: 0; }
.lm-v2.woocommerce-cart .cart-collaterals .cart_totals {
  width: auto; float: none; padding: 18px; border: 1px solid #c8d0d5; border-radius: 6px; background: #edf3f6;
}
.lm-v2.woocommerce-cart .cart_totals h2 { margin: 0 0 12px; color: #173047; font-size: 20px; }
.lm-v2.woocommerce-cart .cart_totals table { background: transparent; }
.lm-v2.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.lm-v2.woocommerce-checkout #place_order {
  width: 100%; min-height: 52px; border: 1px solid #e78d00; border-radius: 7px;
  color: #263444!important; background: linear-gradient(#ffc657,#ff9800)!important;
  font-size: 19px; font-weight: 700; text-align: center;
}
.lm-v2.woocommerce-cart .coupon { display: flex; gap: 6px; }
.lm-v2.woocommerce-cart .coupon input { min-width: 190px; min-height: 42px; border: 1px solid #c8cdd2; border-radius: 5px; }
.lm-v2.woocommerce-cart table.cart td.actions .button { min-height: 42px; border-radius: 5px; background: #e6e9eb!important; color: #344454!important; }

.lm-v2.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(340px,.65fr); gap: 28px; }
.lm-v2.woocommerce-checkout #customer_details { width: auto; }
.lm-v2.woocommerce-checkout #customer_details .col-1,
.lm-v2.woocommerce-checkout #customer_details .col-2 { width: 100%; float: none; }
.lm-v2.woocommerce-checkout #order_review_heading,
.lm-v2.woocommerce-checkout #order_review { width: auto; float: none; }
.lm-v2.woocommerce-checkout #order_review_heading { grid-column: 2; margin: 0; padding: 18px 18px 0; border: 1px solid #c8d0d5; border-bottom: 0; border-radius: 6px 6px 0 0; background: #f4f6f7; font-size: 20px; }
.lm-v2.woocommerce-checkout #order_review { grid-column: 2; padding: 12px 18px 18px; border: 1px solid #c8d0d5; border-top: 0; border-radius: 0 0 6px 6px; background: #f4f6f7; }
.lm-v2.woocommerce-checkout #customer_details { grid-column: 1; grid-row: 1 / span 2; }
.lm-v2.woocommerce-checkout h3 { color: #263444; font-size: 20px; }
.lm-v2.woocommerce-checkout .form-row label { color: #4b5563; font-size: 12px; font-weight: 700; }
.lm-v2.woocommerce-checkout form .form-row input.input-text,
.lm-v2.woocommerce-checkout form .form-row textarea,
.lm-v2.woocommerce-checkout .select2-container--default .select2-selection--single {
  min-height: 45px; border: 1px solid #bfc6cc; border-radius: 5px; background: #fff;
}
.lm-v2.woocommerce-checkout .woocommerce-checkout-payment { border-radius: 5px!important; background: #e9eef1!important; }

/* WooCommerce Blocks fallback if a site keeps the block pages */
.lm-v2 .wp-block-woocommerce-cart,
.lm-v2 .wp-block-woocommerce-checkout { max-width: 1180px; margin: 0 auto; padding: 24px; background: #fff; font-size: 14px!important; }
.lm-v2 .wp-block-woocommerce-cart h1,
.lm-v2 .wp-block-woocommerce-checkout h1 { font-size: 30px!important; }
.lm-v2 .wc-block-cart__submit-button,
.lm-v2 .wc-block-components-checkout-place-order-button {
  min-height: 52px!important; border: 1px solid #e78d00!important; border-radius: 7px!important;
  color: #263444!important; background: linear-gradient(#ffc657,#ff9800)!important; font-size: 17px!important; font-weight: 700!important;
}
.lm-v2 .lm-cart-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 10px; }
.lm-v2 .lm-cart-actions a {
  display: flex; min-height: 34px; padding: 4px 5px; align-items: center; justify-content: center;
  border: 1px solid #e8a000; border-radius: 5px; color: #263444!important;
  background: linear-gradient(#ffe677,#ffb91f); font-size: 10px; font-weight: 700; text-align: center;
}
.lm-v2 .lm-cart-actions a:last-child { background: linear-gradient(#ffc657,#ff9800); }
.lm-v2 .lm-footer h3 { color: #fff!important; }
.lm-v2 .lm-footer a { color: #e7e7e7; }
.lm-v2 .lm-legal-page { max-width: 900px; padding: 5px 0 25px; font-size: 14px; line-height: 1.7; }
.lm-v2 .lm-legal-page h2 { margin: 30px 0 8px; padding-bottom: 6px; border-bottom: 1px solid #e1d8bf; color: #d96500; font-size: 20px; }
.lm-v2 .lm-legal-page h3 { margin: 21px 0 6px; color: #20375f; font-size: 16px; }
.lm-v2 .lm-legal-page ul { padding-left: 20px; }
.lm-v2 .lm-missing-info { padding: 12px 15px; border: 1px solid #e5b900; border-radius: 5px; background: #fff7cf; }
.lm-v2 .lm-about-intro { font-size: 17px; color: #37465a; }

@media(max-width:900px){
  .lm-v2 .lm-site-frame{grid-template-columns:190px minmax(0,1fr)}
  .lm-v2 .lm-catalog-right{display:none}
}
@media(max-width:680px){
  .lm-v2 .lm-wrap{width:100%}
  .lm-v2 .lm-topbar__inner{padding:0 10px}
  .lm-v2 .lm-usp-top__inner{grid-template-columns:repeat(2,1fr);padding:4px 0}
  .lm-v2 .lm-usp-top__item{min-height:28px;padding:3px 6px;border-right:0;font-size:9px}
  .lm-v2 .lm-top-search{width:65%}
  .lm-v2 .lm-login-links{right:10px;font-size:10px}
  .lm-v2 .lm-header__banner{height:62px}
  .lm-v2 .lm-header__banner-inner{padding:0 12px}
  .lm-v2 .lm-menu-toggle{display:grid;position:absolute;right:10px;top:9px;background:#b39500;border:0}
  .lm-v2 .lm-nav{position:relative}
  .lm-v2 .lm-nav__inner{display:block}
  .lm-v2 .lm-nav ul{display:none}
  .lm-v2 .lm-nav.is-open ul{display:block}
  .lm-v2 .lm-nav__cart{position:absolute;right:8px;top:1px}
  .lm-v2 .lm-site-frame{display:block;padding:8px}
  .lm-v2 .lm-catalog-left{display:none}
  .lm-v2 .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lm-v2 .wc-block-grid__products,.lm-v2 .wp-block-woocommerce-product-template,.lm-v2 ul.wc-block-product-template{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .lm-v2 ul.products li.product a img,.lm-v2 ul.products li.product img.attachment-woocommerce_thumbnail,.lm-v2 .wc-block-grid__product-image img,.lm-v2 .wc-block-components-product-image img,.lm-v2 .wp-block-woocommerce-product-template .wc-block-components-product-image img{width:88%!important;max-width:88%!important;height:165px!important;max-height:165px!important;margin:8px auto 10px!important}
  .lm-v2 .wc-block-grid__product-image,.lm-v2 .wc-block-components-product-image,.lm-v2 .wp-block-woocommerce-product-template .wc-block-components-product-image{height:185px!important;min-height:185px!important}
  .lm-v2.tax-product_cat ul.products,.lm-v2.post-type-archive-product ul.products,.lm-v2.tax-product_cat .products,.lm-v2.post-type-archive-product .products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .lm-v2.tax-product_cat .woocommerce-result-count,.lm-v2.post-type-archive-product .woocommerce-result-count{float:none!important;margin:0!important;line-height:30px!important}
  .lm-v2.tax-product_cat .woocommerce-ordering,.lm-v2.post-type-archive-product .woocommerce-ordering{float:none!important;margin:0 0 12px!important}
  .lm-v2.tax-product_cat .woocommerce-ordering select,.lm-v2.post-type-archive-product .woocommerce-ordering select{width:100%}
  .lm-v2 .wc-block-grid__product-title,.lm-v2 .wc-block-components-product-name,.lm-v2 .wc-block-components-product-name a,.lm-v2 .wp-block-woocommerce-product-template .wp-block-post-title,.lm-v2 .wp-block-woocommerce-product-template .wp-block-post-title a,.lm-v2 .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important;line-height:1.35!important}
  .lm-v2 .wc-block-grid__product-add-to-cart a,.lm-v2 .wc-block-components-product-button .wp-block-button__link,.lm-v2 .woocommerce ul.products li.product .button{min-height:38px!important;font-size:14px!important}
  .lm-v2.single-product .woocommerce div.product div.images,.lm-v2.single-product .woocommerce div.product div.summary{width:100%;float:none}
  .lm-v2.single-product .woocommerce div.product .product_title{font-size:21px}
  .lm-v2 .related.products ul.products,.lm-v2 .up-sells.upsells ul.products,.lm-v2 .cross-sells ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .lm-v2 .lm-related-wrap{padding-inline:0}
  .lm-v2 .lm-commerce-frame{padding:15px 10px 35px}
  .lm-v2.woocommerce-cart .cart-collaterals{display:block}
  .lm-v2.woocommerce-checkout form.checkout{display:block}
  .lm-v2.woocommerce-checkout #order_review_heading{margin-top:20px;border-bottom:0}
  .lm-v2 .wp-block-woocommerce-cart,.lm-v2 .wp-block-woocommerce-checkout{padding:12px}
  .lm-v2 .lm-footer__main{padding:32px 14px 25px}
  .lm-v2 .lm-footer__grid{grid-template-columns:1fr;gap:28px;padding:0}
  .lm-v2 .lm-footer__bottom{display:block;padding:14px;text-align:center}
}
