.lpcg {
	--green: #173f2d;
	--green-soft: #edf3e8;
	--lime: #d9e99a;
	--accent: #8ea73d;
	--ink: #1d2d25;
	--muted: #68756e;
	position: relative;
	width: 100%;
	max-width: none;
	margin: 20px 0;
	color: var(--ink);
	font-family: inherit;
	line-height: 1.45;
}
.lpcg * { box-sizing: border-box; }
body.lightpro-phase-summary .lightpro-hide-on-summary { display: none !important; }
.lpcg [hidden] { display: none !important; }
.lpcg button,
.lpcg select { font: inherit; }
.lpcg button:focus-visible,
.lpcg select:focus-visible { outline: 3px solid #8aaa45 !important; outline-offset: 3px; }
.lpcg-phase h2[tabindex="-1"]:focus { outline: 0; }
.lpcg-eyebrow { margin: 0 0 6px; color: #63804f; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.lpcg-hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding: 24px 28px; background: #fff; border: 1px solid #dfe6e1; border-radius: 20px 20px 0 0; }
.lpcg-hero h2,
.lpcg-phase--complete h2 { margin: 0; color: var(--green); font-size: clamp(30px, 4vw, 46px); line-height: 1.06; letter-spacing: -.04em; }
.lpcg-hero > div > p:last-child { max-width: 720px; margin: 8px 0 0; color: var(--muted); font-size: 16px; }
.lpcg-stepper { display: flex; width: min(100%, 410px); gap: 0; margin: 0; padding: 0; list-style: none; }
.lpcg-stepper .lpcg-step { display: flex; min-width: max-content; flex: 0 0 auto; align-items: center; justify-content: center; gap: 6px; color: #8a948e; background: transparent; font-size: 12px; font-weight: 550; white-space: nowrap; }
.lpcg-stepper-connector { align-self: center; min-width: 12px; height: 1px; flex: 1 1 28px; margin: 0 8px; background: #d8dfda; }
.lpcg-stepper span { position: relative; z-index: 1; display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 25px; color: #7a857f; background: #fff; border: 1px solid #cbd5ce; border-radius: 50%; font-size: 11px; }
.lpcg-stepper .is-active { color: var(--green); font-weight: 700; }
.lpcg-stepper .is-active span { color: #fff; background: var(--green); border-color: var(--green); }
.lpcg-stepper .is-complete { color: #587162; }
.lpcg-stepper .is-complete span { color: var(--green); background: var(--green-soft); border-color: #b8c7bd; }
.lpcg-stepper-connector.is-complete { background: #aabcae; }

.lpcg-types-wrap { position: relative; }
.lpcg-types { display: flex; gap: 7px; padding: 12px 18px; overflow-x: auto; scrollbar-width: thin; background: #fff; border: 1px solid #dfe6e1; border-top: 0; }
.lpcg-types button { min-height: 40px; padding: 7px 14px; color: #385146; background: #fff; border: 1px solid #ccd7d0; border-radius: 999px; font-size: 14px; font-weight: 550; white-space: nowrap; cursor: pointer; }
.lpcg-types button:hover { border-color: #7e9b8b; }
.lpcg-types button.is-active { color: #fff; background: var(--green); border-color: var(--green); }

.lpcg-layout { display: grid; grid-template-columns: minmax(0, 1fr) 306px; gap: 22px; padding: 20px 0; }
.lpcg-catalog-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 2px 10px; }
.lpcg-results { margin: 0; color: #6d7972; font-size: 16px; }
.lpcg-sort { position: relative; display: inline-flex; align-items: center; gap: 6px; min-height: 36px; color: #647169; font-size: 16px; white-space: nowrap; cursor: pointer; }
.lpcg-sort strong { color: #314a3e; font-weight: 600; }
.lpcg-caret { width: 16px; height: 16px; flex: 0 0 16px; color: #40584c; transition: transform .18s ease; }
.lpcg-sort-mobile { display: none; }
.lpcg-sort select { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.lpcg-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.lpcg-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #dde5df; border-radius: 18px; box-shadow: 0 7px 24px rgba(27, 54, 41, .07); transition: border-color .16s ease, box-shadow .16s ease; }
.lpcg-card:hover { box-shadow: 0 11px 30px rgba(27, 54, 41, .12); }
.lpcg-card.is-selected { background: #fdfef9; border: 2px solid #708f55; box-shadow: 0 0 0 3px rgba(180, 198, 103, .32), 0 13px 32px rgba(27, 54, 41, .16); }
.lpcg-card.is-selected .lpcg-quantity { background: #e4edcf; box-shadow: inset 0 0 0 1px rgba(91, 118, 67, .2); }
.lpcg-card-media { position: relative; display: grid; place-items: center; aspect-ratio: 1 / 1; overflow: hidden; background: #f2f5f1; }
.lpcg-card-media img { width: 100%; height: 100%; object-fit: cover; }
.lpcg-card-media-button { display: block; width: 100%; height: 100%; padding: 0; background: transparent; border: 0; cursor: pointer; }
.lpcg-card-media-button:focus-visible { outline: 3px solid #8ea73d; outline-offset: -4px; }
.lpcg-image-fallback { display: grid; place-items: center; width: 100%; height: 100%; color: #7f9862; background: #edf2e8; font-size: 42px; }
.lpcg-card-body { display: flex; flex: 1; flex-direction: column; padding: 16px; }
.lpcg-card h3 { display: -webkit-box; min-height: 47px; margin: 0; overflow: hidden; color: #20372c; font-size: 20px; font-weight: 650; line-height: 1.18; letter-spacing: -.02em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.lpcg-card-meta { display: flex; flex-wrap: wrap; gap: 4px 9px; min-height: 19px; margin: 5px 0 11px; color: #748078; font-size: 12.5px; font-weight: 400; }
.lpcg-card-meta span + span::before { margin-right: 9px; color: #c2cac5; content: "·"; }
.lpcg-card-meta-detail { display: inline-flex; align-items: baseline; gap: 0; }
.lpcg-card-meta-detail i { color: #a7b1ab; font-style: normal; white-space: pre; }
.lpcg-card-meta-detail button { margin: 0; padding: 0; color: #486356; background: transparent; border: 0; font: inherit; font-weight: 650; text-decoration: underline; text-decoration-color: rgba(72,99,86,.36); text-underline-offset: 2px; cursor: pointer; }
.lpcg-card-meta-detail button:hover { color: var(--green); text-decoration-color: currentColor; }
.lpcg-set-label { padding: 2px 7px; color: #35523f; background: #edf3e8; border-radius: 999px; font-size: 11px; font-weight: 700; }
.lpcg-set-summary { flex-basis: 100%; color: #5e6d64; line-height: 1.35; }
.lpcg-attribute { min-width: 0; margin: 0 0 10px; padding: 0; border: 0; }
.lpcg-attribute legend { margin-bottom: 5px; color: #65726a; font-size: 12px; font-weight: 600; }
.lpcg-attribute > div { display: flex; gap: 6px; max-width: 100%; overflow-x: auto; padding: 2px; scrollbar-width: thin; }
.lpcg-swatch { display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-width: 40px; min-height: 40px; flex: 0 0 auto; padding: 5px 9px; color: #344c40; background: #fff; border: 1px solid #cbd5cf; border-radius: 9px; cursor: pointer; font-size: 12px; font-weight: 550; }
.lpcg-swatch.is-active { border: 2px solid var(--green); box-shadow: 0 0 0 2px #dce8b5; }
.lpcg-swatch:disabled { opacity: .34; cursor: not-allowed; text-decoration: line-through; }
.lpcg-swatch img { width: 24px; height: 24px; object-fit: cover; border-radius: 5px; }
.lpcg-swatch-color { width: 22px; height: 22px; background: var(--lpcg-swatch); border: 1px solid rgba(0, 0, 0, .18); border-radius: 50%; }
.lpcg-card-buy { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 8px; }
.lpcg-card-buy > strong { min-height: 25px; font-size: 18px; font-weight: 700; line-height: 1.45; }
.lpcg-card-price { display: block; min-width: 0; }
.lpcg-price-sale { display: flex; flex-direction: row; align-items: baseline; gap: 8px; }
.lpcg-price-regular { color: #7b8780; font-size: .82em; font-weight: 500; text-decoration-thickness: 1px; }
.lpcg-price-current { color: var(--green); font-weight: 750; text-decoration: none; }
.lpcg-card .lpcg-card-price,
.lpcg-card .lpcg-price-regular,
.lpcg-card .lpcg-price-current { font-size: 18px; }
.lpcg-add,
.lpcg-selection [data-lpcg-continue],
.lpcg-mobile-bar > [data-lpcg-continue] { min-height: 44px; padding: 8px 14px; color: #fff; background: var(--green); border: 1px solid var(--green); border-radius: 999px; font-size: 14px; font-weight: 650; cursor: pointer; }
.lpcg-add:disabled,
.lpcg [data-lpcg-continue]:disabled { color: #78817c; background: #e7ebe8; border-color: #e7ebe8; cursor: not-allowed; }
.lpcg-quantity { display: grid; grid-template-columns: 40px minmax(30px, auto) 40px; align-items: center; gap: 2px; padding: 2px; background: #eef2ee; border-radius: 999px; }
.lpcg-quantity button { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; color: var(--green); background: #fff; border: 1px solid #d3dcd6; border-radius: 50%; font-size: 19px; font-weight: 600; cursor: pointer; }
.lpcg-quantity button:disabled { opacity: .35; }
.lpcg-quantity output { text-align: center; font-size: 14px; font-weight: 650; }

.lpcg-selection { position: sticky; top: 18px; align-self: start; padding: 20px; background: #fff; border: 1px solid #dce4de; border-radius: 18px; box-shadow: 0 9px 28px rgba(27, 54, 41, .08); }
.lpcg-selection > [data-lpcg-selection-list] { display: grid; gap: 12px; max-height: 52vh; overflow: auto; }
.lpcg-selection-row { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 9px; padding-bottom: 11px; border-bottom: 1px solid #e5ebe7; }
.lpcg-selection-row__image { width: 48px; height: 48px; overflow: hidden; background: #f1f4f1; border-radius: 10px; }
.lpcg-selection-row__image img { width: 100%; height: 100%; object-fit: cover; }
.lpcg-selection-row > div:nth-child(2) { display: grid; min-width: 0; }
.lpcg-selection-row strong { overflow: hidden; font-size: 13px; font-weight: 650; text-overflow: ellipsis; }
.lpcg-selection-row span,
.lpcg-selection-row small { color: #6c7871; font-size: 12px; }
.lpcg-selection-row .lpcg-quantity { grid-template-columns: 32px 23px 32px; }
.lpcg-selection-row .lpcg-quantity button { width: 32px; height: 32px; }
.lpcg-selection-empty { color: #68756e; }
.lpcg-selection-empty > p { margin: 0 0 14px; font-size: 13px; }
.lpcg-selection-empty ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.lpcg-selection-empty li { display: grid; grid-template-columns: 26px 1fr; align-items: center; gap: 9px; color: #385146; font-size: 13px; }
.lpcg-selection-empty li span { display: grid; place-items: center; width: 26px; height: 26px; color: var(--green); background: var(--green-soft); border-radius: 50%; font-size: 11px; font-weight: 700; }
.lpcg-selection-total { margin-top: 14px; color: var(--green); font-size: 17px; font-weight: 700; }
.lpcg-selection-subtotal { min-height: 22px; margin: 3px 0 13px; color: #66736b; font-size: 13px; }
.lpcg-selection > [data-lpcg-continue] { width: 100%; }
.lpcg-selection-note { margin: 9px 0 0; color: #7a857f; font-size: 13px; }
.lpcg-empty { padding: 38px; color: #657269; background: #fff; border: 1px dashed #cbd5cf; border-radius: 16px; text-align: center; }
.lpcg-mobile-bar { display: none; }
.lpcg-card-badges { position: absolute; z-index: 2; top: 9px; left: 9px; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.lpcg-smart-badge,
.lpcg-sale-badge { display: inline-flex; min-height: 32px; align-items: center; padding: 3px 12px; color: #fff; border-radius: 999px; box-shadow: 0 2px 7px rgba(18, 45, 32, .14); font-size: 14px; font-weight: 600; line-height: 1; letter-spacing: .02em; }
.lpcg-smart-badge { background: rgba(23,63,45,.9); }
.lpcg-sale-badge { background: #9f692f; }

.lpcg-planner-stepper { display: flex; justify-content: flex-end; margin-bottom: 12px; }
.lpcg-phase--planner > .lpcp { margin: 0; }
.lpcg-system-continue { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 15px; padding: 17px 19px; background: linear-gradient(115deg,#f5f8ed,#fff); border: 1px solid #d8e1d4; border-radius: 17px; box-shadow: 0 8px 24px rgba(25,48,37,.08); }
.lpcg-system-continue > div { display: grid; gap: 2px; }
.lpcg-system-continue > div strong { color: var(--green); font-size: 16px; }
.lpcg-system-continue > div span { color: #647169; font-size: 13px; }
.lpcg-system-continue__cta-slot { display: block; min-height: 54px; flex: 0 0 auto; }
.lpcg-system-continue button,
.lpcg-smart-primary { min-height: 48px; padding: 10px 22px; color: #fff; background: var(--green); border: 1px solid var(--green); border-radius: 999px; font-size: 15px; font-weight: 700; cursor: pointer; }
.lpcg-system-continue button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 11px 29px; box-shadow: 0 9px 22px rgba(23,63,45,.2); font-size: 16px; }
.lpcg-system-continue button::after { font-size: 20px; font-weight: 500; line-height: 1; content: "→"; }
.lpcg-planner-sticky-slot { position: fixed; z-index: 80; right: 22px; bottom: 22px; }
.lpcg-planner-sticky-slot .lpcg-system-cta { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 10px 23px; color: #fff; background: var(--green); border: 1px solid var(--green); border-radius: 999px; box-shadow: 0 12px 30px rgba(23,63,45,.26); font-size: 15px; font-weight: 700; cursor: pointer; }
.lpcg-planner-sticky-slot .lpcg-system-cta::after { font-size: 18px; font-weight: 500; line-height: 1; content: "→"; }
.lpcg-planner-sticky-slot[hidden] { display: none !important; }
.lpcg-phase--complete { padding: 8px 0; background: transparent; border: 0; border-radius: 0; font-size: 14px; }
.lpcg-complete-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.lpcg-complete-header h2 { font-size: clamp(28px,3vw,36px); }
.lpcg-complete-header > div > p:last-child { margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.lpcg-complete-header .lpcg-stepper { max-width: 410px; }
.lpcg-phase--complete .lpcg-eyebrow,
.lpcg-phase--complete .lpcg-stepper .lpcg-step,
.lpcg-phase--complete .lpcg-stepper span { font-size: 14px; }
.lpcg-system-summary { display: grid; min-width: 0; gap: 0; }
.lpcg-system-columns,.lpcg-system-line { display: grid; grid-template-columns: minmax(0,1fr) 64px 105px 112px; align-items: center; column-gap: 18px; }
.lpcg-system-columns { padding: 0 2px 10px; color: #748078; border-bottom: 1px solid #ccd6d0; font-size: 14px; font-weight: 650; }
.lpcg-system-columns span:not(:first-child) { text-align: right; }
.lpcg-system-accessory { padding: 18px; background: #fbfcf8; border: 1px solid #dce5df; border-radius: 16px; }
.lpcg-system-classic,
.lpcg-system-calculated { margin: 0; padding: 15px 17px; color: #516158; background: #f2f5f1; border-radius: 13px; font-size: 14px; }
.lpcg-system-control-split { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.lpcg-system-control-split span { padding: 12px 14px; color: #385146; background: #edf3e8; border-radius: 12px; font-size: 14px; }
.lpcg-system-ready,.lpcg-system-review { margin: 0; padding: 7px 10px; border-radius: 10px; font-size: 14px; line-height: 1.4; }
.lpcg-system-ready { display: grid; gap: 1px; color: #28553d; background: #edf5df; border: 1px solid #c9dba2; }
.lpcg-system-ready__desktop { display: grid; gap: 1px; }
.lpcg-system-ready__mobile { display: none; }
.lpcg-system-ready strong { font-weight: 700; }
.lpcg-system-ready span { color: #52715f; font-size: 14px; }
.lpcg-system-review { color: #79501f; background: #fff6df; border: 1px solid #e2c57b; }
.lpcg-phase--complete .lpcg-smart-blocking { margin: 0; padding: 10px 11px; font-size: 14px; line-height: 1.4; }
.lpcg-system-group { background: transparent; border-bottom: 1px solid #ccd6d0; }
.lpcg-system-group > header { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; padding: 20px 2px 9px; border-bottom: 1px solid #e1e7e3; }
.lpcg-system-group > header div { display: grid; gap: 1px; }
.lpcg-system-group > header p { margin: 0; }
.lpcg-system-group > header span { color: #5f6e66; font-size: 14px; }
.lpcg-system-group > header > b { color: #52655b; font-size: 14px; white-space: nowrap; }
.lpcg-system-line { min-height: 90px; padding: 10px 2px; border-bottom: 1px solid #e8ece9; }
.lpcg-system-line:last-child { border-bottom: 0; }
.lpcg-system-line__product { display: flex; min-width: 0; align-items: center; gap: 12px; }
.lpcg-system-line__image { width: 70px; height: 70px; flex: 0 0 70px; overflow: hidden; background: #f1f4f1; border-radius: 11px; }
.lpcg-system-line__image img { width: 100%; height: 100%; object-fit: contain; }
.lpcg-system-line__copy { display: grid; min-width: 0; gap: 2px; }
.lpcg-system-line__copy strong { overflow: hidden; color: #243e31; font-size: 16px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.lpcg-system-line__copy small,.lpcg-system-line__copy span { overflow: hidden; color: #5f6d65; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.lpcg-system-line__mobile-price { display: none; }
.lpcg-system-line__copy em { color: #963f36; font-size: 14px; font-style: normal; font-weight: 650; }
.lpcg-system-line__qty,.lpcg-system-line__unit,.lpcg-system-line__price { display: grid; gap: 2px; text-align: right; }
.lpcg-system-line__qty span,.lpcg-system-line__unit span,.lpcg-system-line__price span { display: none; color: #738078; font-size: 14px; }
.lpcg-system-line__qty b,.lpcg-system-line__unit b { color: #40564b; font-size: 15px; font-weight: 600; }
.lpcg-system-line__price strong { color: var(--green); font-size: 16px; }
.lpcg-system-line.is-unavailable { background: #fff8f7; }
.lpcg-existing-cart-group .lpcg-system-line { position: relative; padding-right: 52px; }
.lpcg-existing-cart-remove { position: absolute; top: 50%; right: 2px; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; transform: translateY(-50%); color: #617068; background: transparent; border: 1px solid transparent; border-radius: 50%; cursor: pointer; }
.lpcg-existing-cart-remove:hover { color: #314a3e; background: #eef2ee; border-color: #d7dfda; }
.lpcg-existing-cart-remove:focus-visible { outline: 3px solid rgba(70, 103, 84, .25); outline-offset: 2px; }
.lpcg-existing-cart-remove:disabled { cursor: wait; opacity: .65; }
.lpcg-existing-cart-remove svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.lpcg-existing-cart-remove.is-loading svg { visibility: hidden; }
.lpcg-existing-cart-remove.is-loading::after { position: absolute; width: 16px; height: 16px; border: 2px solid #b9c5be; border-top-color: var(--green); border-radius: 50%; content: ""; animation: lpcg-remove-spin .7s linear infinite; }
@keyframes lpcg-remove-spin { to { transform: rotate(360deg); } }
.lpcg-complete-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; margin-top: 12px; }
.lpcg-cart-primary,.lpcg-back-to-plan { min-height: 52px; padding: 10px 21px; border-radius: 12px; font-size: 16px; font-weight: 700; cursor: pointer; }
.lpcg .lpcg-cart-primary,.lpcg .lpcg-back-to-plan { font-size: 16px; }
.lpcg-cart-primary { color: #fff; background: var(--green); border: 1px solid var(--green); box-shadow: 0 7px 18px rgba(23,63,45,.18); }
.lpcg-cart-primary::after { margin-left: 8px; font-size: 17px; font-weight: 500; content: "→"; }
.lpcg-cart-primary:disabled { opacity: .48; cursor: not-allowed; }
.lpcg-cart-feedback { margin: 0 0 7px; padding: 8px 10px; color: #365144; background: #eef3e8; border: 1px solid #d2dec1; border-radius: 9px; font-size: 14px; line-height: 1.4; }
.lpcg-cart-feedback[data-state="error"] { color: #7d302b; background: #fff0ee; border-color: #dfa9a4; }
.lpcg-cart-feedback[data-state="success"] { color: #28553d; background: #edf5df; border-color: #c9dba2; }
.lpcg-cart-feedback[data-state="loading"] { color: #365144; }
.lpcg-back-to-plan { color: var(--green); background: #fff; border: 1px solid #b9c8bf; }
.lpcg-back-to-plan__mobile { display: none; }
.lpcg-complete-layout { display: grid; grid-template-columns: minmax(0,68fr) minmax(400px,32fr); align-items: start; gap: clamp(22px,2.6vw,40px); }
.lpcg-checkout-rail { position: sticky; top: 18px; display: grid; min-width: 0; gap: 16px; }
.lpcg-system-checkout { display: grid; gap: 12px; padding: 20px; background: #f5f7f3; border-radius: 16px; box-shadow: 0 10px 28px rgba(25,48,37,.08); }
.lpcg-checkout-summary { display: grid; gap: 12px; min-width: 0; }
.lpcg-existing-cart-notice { margin: 0; padding: 0 0 10px; color: #52645a; background: transparent; border-bottom: 1px solid #d6dfd9; border-radius: 0; font-size: 14px; line-height: 1.4; }
.lpcg-system-prices { display: grid; gap: 10px; }
.lpcg-system-prices > div { display: grid; grid-template-columns: minmax(0,1fr) minmax(140px,auto); align-items: baseline; gap: 16px; color: #56665d; font-size: 14px; }
.lpcg-system-prices > div strong { color: #2e4539; font-size: 15px; line-height: 1.35; text-align: right; }
.lpcg-system-prices .lpcg-shipping-value,.lpcg-system-prices .lpcg-delivery-time strong { max-width: 210px; color: #47653f; font-size: 14px; }
.lpcg-system-prices .lpcg-system-prices__total { margin-top: 4px; padding-top: 12px; border-top: 1px solid #d6dfd9; color: var(--green); font-size: 16px; font-weight: 700; }
.lpcg-system-prices .lpcg-system-prices__total strong { color: var(--green); font-size: 22px; }
.lpcg-system-prices > small { color: #708078; font-size: 14px; line-height: 1.35; text-align: right; }
.lpcg-system-checkout .lpcg-complete-actions { display: grid; grid-template-columns: minmax(0,1fr); width: 100%; gap: 8px; margin-top: 0; }
.lpcg-complete-cart-bar { display: grid; width: 100%; }
.lpcg-complete-cart-bar .lpcg-cart-primary,.lpcg-system-checkout .lpcg-back-to-plan { width: 100%; max-width: none; justify-content: center; }
.lpcg-complete-cart-bar .lpcg-cart-primary { min-height: 54px; }
.lpcg-payment-methods,.lpcg-trust-points { min-width: 0; padding-top: 14px; border-top: 1px solid #dce3de; }
.lpcg-trust-points { padding-top: 12px; }
.lpcg .lpcg-payment-methods .cart_pay_methods_notice.lumenor_payment_methods_lightpro { display: block !important; width: 100%; margin: 0 !important; padding: 0 !important; background: transparent !important; border: 0 !important; box-shadow: none !important; }
.lpcg .lpcg-payment-methods .cart_pay_methods_notice.lumenor_payment_methods_lightpro > p { margin: 0 0 9px !important; padding: 0 !important; color: #43574c; background: transparent !important; border: 0 !important; font-size: 14px !important; font-weight: 650; }
.lpcg .lpcg-payment-methods .cart_pay_methods_icons_box { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); align-items: center; gap: 7px; width: 100%; margin: 0 !important; padding: 0 !important; }
.lpcg .lpcg-payment-methods .cart_pay_methods_icon { display: flex !important; min-width: 0; min-height: 40px; align-items: center; justify-content: center; margin: 0 !important; padding: 5px 6px !important; background: #fff; border: 0 !important; border-radius: 7px; box-shadow: none !important; }
.lpcg .lpcg-payment-methods .cart_pay_methods_icon img { display: block; width: auto; max-width: 100%; height: 25px; object-fit: contain; }
.lpcg .lpcg-trust-points .lumenor_trust_notice_lightpro { display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 0 !important; padding: 0 !important; background: transparent !important; border: 0 !important; }
.lpcg .lpcg-trust-points .lumenor_trust_notice_lightpro > * { min-width: 0; margin: 0; padding: 0 7px; color: #5b6b62; border-right: 1px solid #e0e6e2; font-size: 14px !important; line-height: 1.4; text-align: center; }
.lpcg .lpcg-trust-points .lumenor_trust_notice_lightpro > * * { font-size: 14px !important; }
.lpcg .lpcg-trust-points .lumenor_trust_notice_lightpro > *:last-child { border-right: 0; }
.lpcg .lpcg-trust-points .lumenor_trust_notice_lightpro img,.lpcg .lpcg-trust-points .lumenor_trust_notice_lightpro svg { display: block; width: 30px; height: 30px; margin: 0 auto 6px; object-fit: contain; }
.lpcg-modal-backdrop { position: fixed; z-index: 99990; inset: 0; opacity: 0; background: rgba(18, 34, 27, .44); backdrop-filter: blur(2px); transition: opacity .24s ease; }
.lpcg-modal-backdrop.is-open { opacity: 1; }
.lpcg-modal { position: fixed; z-index: 99991; top: 50%; left: 50%; width: min(520px, calc(100% - 34px)); max-height: 85vh; padding: 27px; overflow: auto; transform: translate(-50%, -50%); background: #fff; border-radius: 20px; box-shadow: 0 25px 70px rgba(15, 34, 24, .28); }
.lpcg-modal h3 { margin: 0 45px 20px 0; font-size: 25px; }
.lpcg-modal-close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; background: #eef2ee; border: 0; border-radius: 50%; font-size: 25px; cursor: pointer; }
.lpcg-modal [data-lpcg-mobile-applications] { display: grid; gap: 7px; }
.lpcg-modal [data-lpcg-mobile-applications] button { min-height: 46px; padding: 8px 12px; text-align: left; background: #f6f8f5; border: 1px solid #d5ddd8; border-radius: 10px; }
.lpcg-modal [data-lpcg-mobile-applications] button.is-active { color: #fff; background: var(--green); }
.lpcg-modal-apply { width: 100%; min-height: 48px; margin-top: 18px; color: #fff; background: var(--green); border: 0; border-radius: 999px; font-weight: 650; }
.lpcg-smart-check { width: min(640px, calc(100% - 34px)); opacity: 0; overflow: hidden; transform: translate(-50%, calc(-50% + 12px)); border: 1px solid #dce5df; transition: opacity .22s ease, transform .24s cubic-bezier(.22,.72,.24,1); }
.lpcg-product-detail-backdrop { position: fixed; z-index: 100000; inset: 0; opacity: 0; background: rgba(13,30,22,.62); backdrop-filter: blur(4px); transition: opacity .2s ease; }
.lpcg-product-detail-backdrop.is-open { opacity: 1; }
.lpcg-product-detail { position: fixed; z-index: 100001; top: 50%; left: 50%; display: grid; width: min(1160px, calc(100vw - 48px)); height: min(88vh, 900px); grid-template-rows: auto minmax(0,1fr) auto; overflow: hidden; opacity: 0; transform: translate(-50%, calc(-50% + 10px)); color: var(--ink); background: #fff; border: 1px solid rgba(214,224,217,.9); border-radius: 24px; box-shadow: 0 32px 100px rgba(8,24,16,.34); transition: opacity .2s ease, transform .22s ease; }
.lpcg-product-detail.is-open { opacity: 1; transform: translate(-50%,-50%); }
.lpcg-product-detail__header { display: flex; min-height: 62px; align-items: center; gap: 11px; padding: 10px 14px 10px 22px; background: rgba(255,255,255,.96); border-bottom: 1px solid #e3e9e5; }
.lpcg-product-detail__header > span { display: none; }
.lpcg-product-detail__header h3 { min-width: 0; margin: 0; overflow: hidden; color: #53655b; font-size: 14px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.lpcg-product-detail__header button { display: grid; width: 42px; height: 42px; place-items: center; flex: 0 0 42px; margin-left: auto; padding: 0; color: var(--green); background: #eef3ef; border: 0; border-radius: 50%; font-size: 25px; cursor: pointer; }
.lpcg-product-detail__scroll { min-height: 0; padding: 30px; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
.lpcg-product-detail__layout { display: grid; grid-template-columns: minmax(0,.72fr) minmax(400px,1fr); gap: clamp(32px,4vw,58px); }
.lpcg-product-detail__gallery { position: sticky; top: 0; min-width: 0; align-self: start; }
.lpcg-product-detail__track { overflow: hidden; background: #f3f6f2; border-radius: 20px; }
.lpcg-product-detail__slide { position: relative; display: none; aspect-ratio: 1/1; margin: 0; cursor: pointer; }
.lpcg-product-detail__slide.is-active { display: block; }
.lpcg-product-detail__slide img { width: 100%; height: 100%; object-fit: contain; }
.lpcg-product-detail__loupe { position: absolute; right: 16px; bottom: 16px; display: grid; width: 46px; height: 46px; place-items: center; padding: 0; color: var(--green); background: rgba(255,255,255,.96); border: 1px solid #d8e1db; border-radius: 50%; box-shadow: 0 7px 22px rgba(20,43,31,.16); cursor: pointer; }
.lpcg-product-detail__loupe svg { width: 21px; height: 21px; }
.lpcg-product-detail__thumbs { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 9px; margin-top: 12px; overflow: visible; padding: 2px; }
.lpcg-product-detail__thumbs button { width: 100%; aspect-ratio: 1/1; min-width: 0; padding: 3px; overflow: hidden; background: #fff; border: 1px solid #d8e1db; border-radius: 11px; cursor: pointer; }
.lpcg-product-detail__thumbs button[aria-pressed="true"] { border: 2px solid var(--green); box-shadow: 0 0 0 2px #dce8b5; }
.lpcg-product-detail__thumbs img { width: 100%; height: 100%; object-fit: cover; border-radius: 7px; }
.lpcg-product-detail__dots { display: none; }
.lpcg-product-detail__gallery-empty { display: grid; min-height: 390px; place-items: center; align-content: center; gap: 12px; color: #68786f; background: #f2f5f1; border-radius: 20px; text-align: center; }
.lpcg-product-detail__gallery-empty span { color: #8fa46d; font-size: 60px; }
.lpcg-product-detail__gallery-empty p { max-width: 270px; margin: 0; }
.lpcg-product-detail__info { min-width: 0; }
.lpcg-product-detail__heading { position: relative; padding-bottom: 22px; border-bottom: 1px solid #e1e7e3; }
.lpcg-product-detail__heading > p { margin: 0 0 5px; color: #76837b; font-size: 14px; font-weight: 650; }
.lpcg-product-detail__heading h2 { margin: 0 0 13px; color: var(--green); font-size: clamp(28px,3vw,38px); line-height: 1.08; letter-spacing: -.035em; }
.lpcg-product-detail__badge { display: block; width: fit-content; margin-bottom: 12px; }
.lpcg-product-detail__price, .lpcg-product-detail__price .lpcg-price-current { font-size: 24px; font-weight: 750; }
.lpcg-product-detail__price .lpcg-price-regular { font-size: 17px; }
.lpcg-product-detail__attribute { margin: 18px 0 0; }
.lpcg-product-detail__attribute + .lpcg-product-detail__attribute { margin-top: 12px; }
.lpcg-product-detail__attribute legend { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 7px; color: #4f6257; font-size: 14px; }
.lpcg-product-detail__attribute legend span { color: #9a523f; font-size: 12px; font-weight: 600; }
.lpcg-product-detail__attribute > div { flex-wrap: wrap; overflow: visible; padding: 2px; }
.lpcg-product-detail__attribute .lpcg-swatch { min-height: 44px; padding: 7px 13px; font-size: 14px; }
.lpcg-product-detail__attribute.is-missing { padding-left: 9px; border-left: 2px solid #c9826f; }
.lpcg-product-detail__layout.is-variant-loading .lpcg-product-detail__gallery,
.lpcg-product-detail__layout.is-variant-loading .lpcg-product-detail__short,
.lpcg-product-detail__layout.is-variant-loading .lpcg-product-detail__section { opacity: .55; transition: opacity .15s ease; }
.lpcg-product-detail__layout.is-variant-loading .lpcg-product-detail__price::after { display: inline-block; margin-left: 10px; color: #718078; font-size: 12px; font-weight: 550; content: "Wird aktualisiert …"; }
.lpcg-product-detail__short { padding: 21px 0; color: #475b50; font-size: 16px; line-height: 1.65; }
.lpcg-product-detail__short > :first-child, .lpcg-product-detail__section-inner > :first-child { margin-top: 0; }
.lpcg-product-detail__short > :last-child, .lpcg-product-detail__section-inner > :last-child { margin-bottom: 0; }
.lpcg-product-detail__section { border-top: 1px solid #e1e7e3; }
.lpcg-product-detail__section-toggle { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: space-between; padding: 11px 0; color: #243d31; background: transparent; border: 0; font-size: 16px; font-weight: 700; text-align: left; cursor: pointer; }
.lpcg-product-detail__section-toggle svg { width: 22px; height: 22px; flex: 0 0 22px; fill: #173f2d; transition: transform .24s cubic-bezier(.22,.72,.24,1); }
.lpcg-product-detail__section-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.lpcg-product-detail__section-panel { display: grid; grid-template-rows: 0fr; opacity: 0; color: #516159; font-size: 15px; line-height: 1.6; transition: grid-template-rows .24s cubic-bezier(.22,.72,.24,1), opacity .2s ease; }
.lpcg-product-detail__section-panel.is-open { grid-template-rows: 1fr; opacity: 1; }
.lpcg-product-detail__section-inner { min-height: 0; overflow: hidden; padding-bottom: 0; transition: padding-bottom .24s cubic-bezier(.22,.72,.24,1); }
.lpcg-product-detail__section-panel.is-open .lpcg-product-detail__section-inner { padding-bottom: 22px; }
.lpcg-product-detail__specs { margin: 0; }
.lpcg-product-detail__specs > div { display: grid; grid-template-columns: minmax(120px,.8fr) minmax(0,1.2fr); gap: 18px; padding: 10px 0; border-bottom: 1px solid #edf0ee; }
.lpcg-product-detail__specs dt { color: #728078; }
.lpcg-product-detail__specs dd { margin: 0; color: #273e33; font-weight: 650; }
.lpcg-product-detail__documents { display: grid; gap: 7px; }
.lpcg-product-detail__documents a { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 13px; color: var(--green); background: #f4f7f1; border-radius: 10px; text-decoration: none; }
.lpcg-product-detail__documents a span { display: grid; }
.lpcg-product-detail__documents small { color: #66786e; font-size: 13px; font-weight: 600; }
.lpcg-product-detail__documents small i { font-style: normal; }
.lpcg-product-detail__page-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 22px; color: #6b7b73; font-size: 13px; font-weight: 550; text-decoration: none; }
.lpcg-product-detail__action { display: flex; min-height: 82px; align-items: center; justify-content: flex-end; gap: 24px; padding: 13px 22px calc(13px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.98); border-top: 1px solid #dfe6e1; box-shadow: 0 -10px 26px rgba(22,45,33,.07); }
.lpcg-product-detail__action > div:first-child { display: grid; min-width: 190px; margin-right: auto; }
.lpcg-product-detail__action span { color: #75827a; font-size: 12px; }
.lpcg-product-detail__action span b { color: var(--green); font-size: 14px; }
.lpcg-product-detail__action strong { color: var(--green); font-size: 16px; }
.lpcg-product-detail__action small { min-height: 18px; color: #66756d; font-size: 12px; }
.lpcg-product-detail__action .lpcg-add { min-width: 190px; min-height: 50px; }
.lpcg-product-detail__action .lpcg-quantity { grid-template-columns: 48px minmax(48px,auto) 48px; }
.lpcg-product-detail__action .lpcg-quantity button { width: 48px; height: 48px; }
.lpcg-product-detail__selected-check { width: 14px; height: 14px; vertical-align: -2px; }
.lpcg-smart-choice__check { width: 13px; height: 13px; }
.lpcg-system-ready__check { width: 15px; height: 15px; vertical-align: -2px; }
.lpcg-product-lightbox { position: fixed; z-index: 100010; inset: 0; display: grid; grid-template-columns: 72px minmax(0,1fr) 72px; grid-template-rows: 70px minmax(0,1fr); align-items: center; gap: 8px 18px; padding: 12px 24px 28px; color: #fff; background: rgba(6,14,10,.95); opacity: 0; transition: opacity .18s ease; }
.lpcg-product-lightbox[hidden] { display: none; }
.lpcg-product-lightbox.is-open { opacity: 1; }
.lpcg-product-lightbox > header { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; min-height: 58px; }
.lpcg-product-lightbox > header > span { color: #e7ece9; font-size: 14px; font-weight: 650; letter-spacing: .04em; }
.lpcg-product-lightbox button { display: grid; width: 50px; height: 50px; place-items: center; padding: 0; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 25px; cursor: pointer; }
.lpcg-product-lightbox button[hidden] { display: none; }
.lpcg-product-lightbox > header button { margin-left: auto; font-size: 30px; font-weight: 300; }
.lpcg-product-lightbox figure { display: grid; width: 100%; height: 100%; min-width: 0; min-height: 0; place-items: center; grid-column: 2; grid-row: 2; margin: 0; }
.lpcg-product-lightbox img { display: block; max-width: 100%; max-height: calc(100vh - 124px); object-fit: contain; }
.lpcg-product-lightbox__previous { grid-column: 1; grid-row: 2; justify-self: end; }
.lpcg-product-lightbox__next { grid-column: 3; grid-row: 2; justify-self: start; }
.lpcg-product-detail__loading { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.9fr); gap: 50px; }
.lpcg-detail-skeleton { display: block; width: 82%; height: 28px; margin: 9px 0; overflow: hidden; background: linear-gradient(100deg,#edf1ee 25%,#f7f9f7 40%,#edf1ee 58%); background-size: 220% 100%; border-radius: 8px; animation: lpcg-detail-loading 1.25s linear infinite; }
.lpcg-detail-skeleton--image { width: 100%; height: auto; aspect-ratio: 1/1; margin: 0; border-radius: 20px; }
.lpcg-detail-skeleton--short { width: 48%; }
.lpcg-detail-skeleton--price { width: 34%; height: 34px; margin-top: 28px; }
.lpcg-product-detail__error { display: grid; min-height: 420px; place-items: center; align-content: center; gap: 8px; text-align: center; }
.lpcg-product-detail__error > span { display: grid; width: 48px; height: 48px; place-items: center; color: #80561d; background: #f8ead4; border-radius: 50%; font-size: 24px; font-weight: 800; }
.lpcg-product-detail__error h2, .lpcg-product-detail__error p { margin: 0; }
.lpcg-product-detail__error button { min-height: 46px; margin-top: 12px; padding: 8px 20px; color: #fff; background: var(--green); border: 0; border-radius: 999px; font-weight: 700; cursor: pointer; }
body.lpcg-product-detail-open .lpcg-mobile-bar { visibility: hidden !important; pointer-events: none !important; }
@keyframes lpcg-detail-loading { to { background-position-x: -220%; } }
.lpcg-smart-check.is-open { opacity: 1; transform: translate(-50%, -50%); }
.lpcg-smart-check__handle { display: none; }
.lpcg-smart-check h3 { margin-bottom: 5px; color: var(--green); font-size: 27px; letter-spacing: -.025em; }
.lpcg-smart-intro { margin: 0 44px 13px 0; color: #647169; font-size: 14px; }
.lpcg-smart-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 12px 0; }
.lpcg-smart-options button { position: relative; display: grid; grid-template-columns: 38px minmax(0,1fr) 24px; align-items: start; gap: 10px; min-height: 126px; padding: 14px; color: #314a3e; background: #fff; border: 1px solid #cdd8d1; border-radius: 15px; text-align: left; cursor: pointer; transition: border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease; }
.lpcg-smart-options button:hover:not(:disabled) { transform: translateY(-1px); border-color: #7e9c89; box-shadow: 0 5px 15px rgba(23,63,45,.08); }
.lpcg-smart-choice__icon { display: grid; width: 38px; height: 38px; place-items: center; color: var(--green); background: #edf3e8; border-radius: 11px; }
.lpcg-smart-choice__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 16; stroke-linecap: round; stroke-linejoin: round; }
.lpcg-smart-choice__copy { display: grid; min-width: 0; gap: 3px; }
.lpcg-smart-choice__copy em { width: max-content; margin-bottom: 1px; padding: 2px 6px; color: #536b31; background: #e9f1c6; border-radius: 999px; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.lpcg-smart-choice__copy small { color: #66736b; font-size: 12px; line-height: 1.35; }
.lpcg-smart-choice__copy b { margin-top: 2px; color: #476052; font-size: 11px; font-weight: 650; }
.lpcg-smart-choice__indicator { display: grid; width: 22px; height: 22px; place-items: center; color: transparent; background: #fff; border: 1px solid #b9c7bf; border-radius: 50%; font-size: 12px; font-weight: 800; }
.lpcg-smart-options button.is-active { background: #f5f8eb; border: 2px solid #65824f; box-shadow: 0 0 0 3px rgba(190,207,110,.22); }
.lpcg-smart-options button.is-active .lpcg-smart-choice__indicator { color: #fff; background: var(--green); border-color: var(--green); }
.lpcg-smart-options button:disabled { opacity: .48; cursor: not-allowed; }
.lpcg-smart-options strong { color: var(--green); font-size: 17px; }
.lpcg-smart-derived { display: grid; gap: 7px; margin: 8px 0 13px; padding: 11px; background: #f7f8f2; border: 1px solid #dfe6d7; border-radius: 13px; }
.lpcg-smart-derived__reason { display: grid; gap: 1px; margin: 0; }
.lpcg-smart-derived__reason b { color: #42582f; font-size: 12px; }
.lpcg-smart-derived__reason span { color: #647169; font-size: 12px; }
.lpcg-smart-derived > small { color: #647169; font-size: 12px; }
.lpcg-smart-dynamic { position: relative; transition: opacity .18s ease; }
.lpcg-smart-dynamic > * { transition: opacity .18s ease; }
.lpcg-smart-dynamic.is-updating > :not(.lpcg-smart-inline-status) { opacity: .38; }
.lpcg-smart-dynamic.is-replacing > * { opacity: 0; }
.lpcg-smart-inline-status { position: absolute; z-index: 2; inset: 0; display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 72px; color: #365144; background: rgba(247,249,245,.9); border-radius: 12px; font-size: 13px; font-weight: 650; }
.lpcg-smart-inline-status.is-standalone { position: relative; margin-top: 14px; background: #f5f8f3; }
.lpcg-smart-inline-status i { width: 18px; height: 18px; flex: 0 0 18px; border: 2px solid #cbd8cf; border-top-color: var(--green); border-radius: 50%; animation: lpcg-smart-spin .7s linear infinite; }
@keyframes lpcg-smart-spin { to { transform: rotate(360deg); } }
.lpcg-smart-inline-error { margin: 9px 0; padding: 10px 12px; color: #7d302b; background: #fff0ee; border: 1px solid #dfa9a4; border-radius: 11px; font-size: 13px; }
.lpcg-smart-inline-error button { padding: 0; color: inherit; background: transparent; border: 0; font: inherit; font-weight: 750; text-decoration: underline; cursor: pointer; }
.lpcg-smart-app-visual { display: grid; grid-template-columns: 145px minmax(0,1fr); align-items: center; gap: 13px; margin: 11px 0; padding: 8px 12px 8px 8px; overflow: hidden; color: #fff; background: #173f2d; border-radius: 13px; }
.lpcg-smart-app-visual img { width: 145px; height: 90px; object-fit: contain; object-position: center; background: #eef2ed; border-radius: 9px; }
.lpcg-smart-app-visual span { display: grid; gap: 3px; font-size: 12px; }
.lpcg-smart-app-visual small { color: #eef3ef; font-size: 12px; line-height: 1.35; }
.lpcg-smart-app-visual b { color: #e3efad; font-size: 15px; }
.lpcg-smart-choice-note { margin: 0 0 13px; color: #6b7770; font-size: 12px; text-align: center; }
.lpcg-smart-accessory { display: grid; grid-template-columns: 54px minmax(0,1fr) auto; align-items: center; gap: 10px; margin: 2px 0; padding: 8px; background: #fff; border: 1px solid #dce4df; border-radius: 11px; }
.lpcg-smart-accessory > div { width: 54px; height: 54px; overflow: hidden; background: #f0f3ef; border-radius: 9px; }
.lpcg-smart-accessory img { width: 100%; height: 100%; object-fit: cover; }
.lpcg-smart-accessory p { display: grid; min-width: 0; gap: 2px; margin: 0; }
.lpcg-smart-accessory strong { color: #254235; font-size: 15px; }
.lpcg-smart-accessory small { color: #78837d; font-size: 11px; }
.lpcg-smart-accessory span,
.lpcg-smart-accessory > b { color: var(--green); font-size: 15px; font-weight: 700; }
.lpcg-smart-accessory em { color: #963f36; font-size: 12px; font-style: normal; font-weight: 650; }
.lpcg-smart-required { align-self: start; padding: 3px 7px; color: #3d5a38; background: #edf3dc; border-radius: 999px; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.lpcg-smart-accessory.is-unavailable { border-color: #d9aca7; }
.lpcg-smart-note { margin: 0 0 16px; padding: 11px 13px; color: #59675f; background: #f2f5f1; border-radius: 11px; font-size: 13px; }
.lpcg-smart-split { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 12px 0; }
.lpcg-smart-split span { display: grid; gap: 2px; padding: 10px 12px; background: #edf3e8; border-radius: 10px; font-size: 12px; }
.lpcg-smart-blocking { margin: 12px 0; padding: 12px 14px; color: #7d302b; background: #fff0ee; border: 1px solid #dfa9a4; border-radius: 11px; font-size: 13px; font-weight: 650; }
.lpcg-smart-unavailable { margin: 0 0 14px; color: #7b4a3d; font-size: 13px; }
.lpcg-smart-primary { width: 100%; margin-top: 5px; }
.lpcg-smart-primary:disabled { opacity: .58; cursor: wait; }
.lpcg-toast { position: fixed; z-index: 99999; bottom: 22px; left: 50%; width: min(560px, calc(100% - 32px)); padding: 12px 16px; transform: translateX(-50%); color: #fff; background: #72452f; border-radius: 12px; box-shadow: 0 10px 28px rgba(20, 37, 29, .22); font-size: 14px; text-align: center; }
.lpcg-selection-row .lpcg-unavailable { color: #963f36; font-weight: 650; }
.lpcg-sheet-handle,
.lpcg-sheet-header,
.lpcg-sheet-summary { display: none; }
.lpcg-sheet-open { overflow: hidden; }

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

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

@media (min-width: 768px) {
	.lpcg-price-sale { flex-direction: column; align-items: flex-start; gap: 2px; }
}

@media (min-width: 821px) {
	.lpcg-phase--catalog .lpcg-hero { align-items: center; gap: 24px; padding: 24px 24px; }
	.lpcg-phase--catalog .lpcg-hero > div > p:last-child { margin-top: 6px; }
	.lpcg-phase--catalog .lpcg-stepper { width: min(100%, 390px); }
	.lpcg-phase--catalog .lpcg-stepper .lpcg-step { color: #98a19c; font-weight: 500; }
	.lpcg-phase--catalog .lpcg-stepper .is-active { color: var(--green); font-weight: 700; }
	.lpcg-phase--catalog .lpcg-stepper-connector { background: #e3e8e5; }
	.lpcg-phase--catalog .lpcg-types { gap: 6px; padding: 14px 18px; border-radius: 0 0 20px 20px; }
	.lpcg-phase--catalog .lpcg-types button { min-height: 36px; padding: 5px 12px; border-color: #d8e0db; }
	.lpcg-phase--catalog .lpcg-types button.is-active { border-color: var(--green); }
	.lpcg-phase--catalog .lpcg-layout { padding-top: 14px; }
	.lpcg-phase--catalog .lpcg-catalog-meta { margin-bottom: 6px; }
	.lpcg-phase--catalog .lpcg-selection { margin-top: 42px; }
}

@media (max-width: 900px) {
	.lpcg-card-buy { flex-direction: column; align-items: stretch; gap: 9px; padding-top: 9px; }
	.lpcg-card-buy > div { min-width: 0; }
}

@media (max-width: 820px) {
	.lpcg { margin: 4px 0 0; }
	.lpcg-hero { display: block; padding: 0 0 8px; background: transparent; border: 0; border-radius: 0; }
	.lpcg-eyebrow { margin-bottom: 6px; font-size: 11.5px; }
	.lpcg-hero h2 { font-size: clamp(27px, 8vw, 32px); }
	.lpcg-hero > div > p:last-child { margin-top: 7px; font-size: 14.5px; line-height: 1.4; }
	.lpcg-stepper { width: 100%; margin-top: 20px; overflow: hidden; }
	.lpcg-stepper .lpcg-step { gap: 4px; font-size: 11px; }
	.lpcg-stepper-connector { min-width: 7px; flex-basis: 16px; margin: 0 4px; }
	.lpcg-stepper span { width: 21px; height: 21px; flex: 0 0 21px; font-size: 10.5px; }
	.lpcg-types { gap: 6px; padding: 7px 26px 9px 0; background: transparent; border: 0; scrollbar-width: none; -webkit-mask-image: none; mask-image: none; }
	.lpcg-types::-webkit-scrollbar { display: none; }
	.lpcg-types.is-scrollable:not(.is-at-end) { -webkit-mask-image: linear-gradient(to right,#000 0,#000 calc(100% - 30px),transparent 100%); mask-image: linear-gradient(to right,#000 0,#000 calc(100% - 30px),transparent 100%); }
	.lpcg-types button { min-height: 34px; padding: 6px 12px; font-size: 13px; }
	.lpcg-layout { display: block; padding: 3px 0 calc(96px + env(safe-area-inset-bottom)); }
	.lpcg-catalog-meta { margin: 0 2px 7px; }
	.lpcg-results { font-size: 14px; }
	.lpcg-sort { min-height: 32px; font-size: 14px; }
	.lpcg-sort-desktop,
	.lpcg-sort strong { display: none; }
	.lpcg-sort-mobile { display: inline; color: #43594e; font-weight: 600; }
	.lpcg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.lpcg-card { border-radius: 14px; }
	.lpcg-card-media { aspect-ratio: 1 / 1; }
	.lpcg-card-body { padding: 9px 10px 10px; }
	.lpcg-card h3 { min-height: 38px; font-size: 16px; line-height: 1.18; }
	.lpcg-card-meta { display: block; min-height: 17px; margin: 4px 0 0; font-size: 11.5px; line-height: 1.35; }
	.lpcg-card-meta span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.lpcg-card-meta span + span::before { content: none; }
	.lpcg-attribute { margin-bottom: 7px; }
	.lpcg-attribute legend { margin-bottom: 3px; font-size: 11.5px; }
	.lpcg-attribute > div { gap: 5px; margin: 0 -2px; scrollbar-width: none; }
	.lpcg-attribute > div::-webkit-scrollbar { display: none; }
	.lpcg-swatch { min-width: 40px; min-height: 40px; padding: 5px 7px; font-size: 11.5px; }
	.lpcg-swatch img { width: 22px; height: 22px; }
	.lpcg-swatch-color { width: 22px; height: 22px; }
	.lpcg-card-buy > strong { min-height: 22px; }
	.lpcg-add { width: 100%; min-height: 38px; padding: 5px 8px; font-size: 13px; }
	.lpcg-card .lpcg-quantity { width: 100%; grid-template-columns: 36px minmax(24px, 1fr) 36px; padding: 1px; }
	.lpcg-card .lpcg-quantity button { width: 36px; height: 36px; }
	.lpcg-selection { display: none; }
	.lpcg-mobile-bar { position: fixed; z-index: 40; right: 8px; bottom: 0; left: 8px; display: grid; visibility: hidden; grid-template-columns: minmax(0, 1fr) minmax(148px, auto); gap: 7px; padding: 8px 9px calc(8px + env(safe-area-inset-bottom)); transform: translateY(calc(100% + 18px)); opacity: 0; background: rgba(255, 255, 255, .98); border: 1px solid #d6dfd9; border-radius: 14px 14px 0 0; box-shadow: 0 -8px 28px rgba(19, 45, 32, .13); pointer-events: none; backdrop-filter: blur(10px); transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s; }
	.lpcg-mobile-bar.is-visible { visibility: visible; transform: translateY(0); opacity: 1; pointer-events: auto; transition-delay: 0s; }
	.lpcg-mobile-bar > [data-lpcg-selection-open] { display: grid; align-content: center; min-width: 0; min-height: 46px; padding: 3px 5px; text-align: left; background: transparent; border: 0; cursor: pointer; }
	.lpcg-mobile-bar-title { display: flex; align-items: center; gap: 5px; }
	.lpcg-mobile-bar-title .lpcg-caret { width: 14px; height: 14px; flex: 0 0 14px; transform: rotate(180deg); }
	.lpcg-mobile-bar [aria-expanded="true"] .lpcg-caret { transform: rotate(0); }
	.lpcg-mobile-bar strong,
	.lpcg-mobile-bar span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.lpcg-mobile-bar strong { font-size: 13px; }
	.lpcg-mobile-bar span { color: #6c7771; font-size: 11.5px; }
	.lpcg-mobile-bar > [data-lpcg-continue] { min-height: 46px; padding: 7px 11px; font-size: 13px; }
	.lpcg-planner-stepper { justify-content: flex-start; }
	.lpcg-planner-stepper .lpcg-stepper { margin-top: 0; }
	.lpcg-system-continue { display: grid; gap: 12px; margin-top: 11px; padding: 14px; }
	.lpcg-system-continue__cta-slot { width: 100% !important; min-height: 48px; }
	.lpcg-system-continue button { width: 100%; min-height: 48px; }
	.lpcg-planner-sticky-slot.is-mobile-floating { right: calc(12px + env(safe-area-inset-right)) !important; bottom: calc(16px + env(safe-area-inset-bottom)); left: auto; width: auto; max-width: calc(100vw - 24px - env(safe-area-inset-right)); transform: none; }
	.lpcg-planner-sticky-slot.is-mobile-floating .lpcg-system-cta { width: auto; max-width: calc(100vw - 24px - env(safe-area-inset-right)); min-height: 48px; padding: 9px 19px; white-space: nowrap; }
	.lpcg-phase--complete { padding: 10px 0 calc(20px + env(safe-area-inset-bottom)); }
	.lpcg.has-cart-feedback .lpcg-phase--complete { padding-bottom: calc(146px + env(safe-area-inset-bottom)); }
	.lpcg-complete-header { display: block; margin-bottom: 11px; }
	.lpcg-complete-header h2 { font-size: clamp(27px,8vw,32px); }
	.lpcg-complete-header > div > p:last-child { font-size: 14px; }
	.lpcg-phase--complete .lpcg-eyebrow { font-size: 14px; }
	.lpcg-complete-layout { display: grid; grid-template-columns: minmax(0,1fr); align-items: stretch; gap: 8px; }
	.lpcg-checkout-rail,
	.lpcg-system-checkout { display: contents; }
	.lpcg-checkout-summary { order: 1; gap: 9px; margin-bottom: 2px; padding: 14px; background: #f5f7f3; border-radius: 14px; box-shadow: 0 8px 22px rgba(25,48,37,.07); }
	.lpcg-system-checkout .lpcg-complete-actions { order: 2; margin: 0 0 4px; }
	.lpcg-system-summary { order: 3; }
	.lpcg-payment-methods { order: 4; }
	.lpcg-trust-points { order: 5; }
	.lpcg-system-columns { display: none; }
	.lpcg-system-group > header { align-items: center; padding: 13px 0 6px; }
	.lpcg-system-group > header div { gap: 0; }
	.lpcg-system-group > header span,
	.lpcg-system-group > header > b { font-size: 14px; }
	.lpcg-system-group__count-label { display: none; }
	.lpcg-system-line { display: block; min-height: 0; padding: 10px 0; }
	.lpcg-system-line__product { display: grid; grid-template-columns: 80px minmax(0,1fr); align-items: start; gap: 12px; }
	.lpcg-system-line__image { width: 80px; height: 80px; flex-basis: 80px; }
	.lpcg-system-line__copy { align-content: start; gap: 1px; padding-top: 1px; }
	.lpcg-system-line__copy strong { overflow: visible; font-size: 16px; line-height: 1.3; text-overflow: clip; white-space: normal; }
	.lpcg-system-line__copy .lpcg-system-line__meta { overflow: visible; font-size: 14px; line-height: 1.35; text-overflow: clip; white-space: normal; }
	.lpcg-system-line__copy .lpcg-system-line__mobile-price { display: block; margin-top: 5px; overflow: visible; color: #334d40; font-size: 14px; font-weight: 600; line-height: 1.35; text-overflow: clip; white-space: normal; }
	.lpcg-system-line__mobile-price strong { color: var(--green); font-size: 16px; font-weight: 700; }
	.lpcg-system-line__qty,.lpcg-system-line__unit,.lpcg-system-line__price { display: none; }
	.lpcg-system-prices > div,.lpcg-system-prices > div strong,.lpcg-system-prices .lpcg-shipping-value,.lpcg-system-prices .lpcg-delivery-time strong,.lpcg-system-prices > small { font-size: 14px; }
	.lpcg-system-prices .lpcg-system-prices__total { font-size: 16px; }
	.lpcg-system-prices .lpcg-system-prices__total strong { font-size: 21px; }
	.lpcg-existing-cart-notice { font-size: 14px; }
	.lpcg-system-ready { display: block; padding: 0; background: transparent; border: 0; border-radius: 0; }
	.lpcg-system-ready__desktop { display: none; }
	.lpcg-system-ready__mobile { display: block; font-size: 14px; line-height: 1.4; }
	.lpcg-payment-methods,.lpcg-trust-points { margin-top: 8px; padding-top: 14px; }
	.lpcg .lpcg-payment-methods .cart_pay_methods_icons_box { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
	.lpcg .lpcg-payment-methods .cart_pay_methods_icon { min-height: 38px; }
	.lpcg .lpcg-trust-points .lumenor_trust_notice_lightpro > * { padding: 0 5px; font-size: 14px !important; }
	.lpcg-complete-actions { display: grid; margin-top: 0; }
	.lpcg-cart-primary,.lpcg-back-to-plan { width: 100%; }
	.lpcg-system-checkout .lpcg-back-to-plan { width: auto; min-height: 44px; justify-self: start; padding: 6px 2px; background: transparent; border: 0; border-radius: 0; box-shadow: none; font-size: 14px; font-weight: 650; }
	.lpcg-back-to-plan__desktop { display: none; }
	.lpcg-back-to-plan__mobile { display: inline; }
	.lpcg-complete-cart-bar { position: fixed; z-index: 99970; right: max(8px, env(safe-area-inset-right)); bottom: 0; left: max(8px, env(safe-area-inset-left)); box-sizing: border-box; width: auto; gap: 6px; padding: 8px 9px calc(8px + env(safe-area-inset-bottom)); opacity: 0; pointer-events: none; transform: translateY(12px); background: rgba(255,255,255,.98); border: 1px solid #d6dfd9; border-bottom: 0; border-radius: 14px 14px 0 0; box-shadow: 0 -8px 28px rgba(19,45,32,.13); backdrop-filter: blur(10px); transition: opacity .18s ease,transform .2s ease; }
	.lpcg-complete-cart-bar.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
	.lpcg-complete-cart-bar .lpcg-cart-primary { min-height: 54px; font-size: 16px; }
	.lpcg-complete-cart-bar .lpcg-cart-feedback { margin: 0; font-size: 14px; text-align: center; }
	.lpcg-system-control-split { grid-template-columns: 1fr; }
	.lpcg-modal { top: auto; bottom: 0; left: 0; width: 100%; max-height: 84vh; padding: 22px 16px calc(18px + env(safe-area-inset-bottom)); transform: none; border-radius: 22px 22px 0 0; }
	.lpcg-selection-sheet { display: grid; grid-template-rows: auto auto minmax(0, 1fr) auto; height: auto; max-height: min(84dvh, 690px); padding: 8px 0 0; overflow: hidden; transform: translateY(calc(100% + 24px)); transition: transform .24s cubic-bezier(.22,.72,.24,1); will-change: transform; }
	.lpcg-selection-sheet.is-open { transform: translateY(0); }
	.lpcg-selection-sheet.is-dragging { transition: none; }
	.lpcg-smart-check { top: auto; bottom: 0; left: 0; display: block; width: 100%; height: auto; max-height: min(84dvh, 690px); padding: 11px 16px calc(18px + env(safe-area-inset-bottom)); overflow-y: auto; opacity: 1; transform: translateY(calc(100% + 24px)); border-radius: 22px 22px 0 0; transition: transform .24s cubic-bezier(.22,.72,.24,1); }
	.lpcg-smart-check.is-open { transform: translateY(0); }
	.lpcg-smart-check__handle { display: block; width: 42px; height: 4px; margin: 0 auto 15px; background: #c5cec8; border-radius: 999px; }
	.lpcg-smart-check h3 { margin-right: 38px; font-size: 22px; }
	.lpcg-smart-intro { margin: 0 34px 9px 0; font-size: 12.5px; }
	.lpcg-smart-options { gap: 7px; margin: 9px 0; }
	.lpcg-smart-options button { grid-template-columns: 32px minmax(0,1fr) 20px; gap: 7px; min-width: 0; min-height: 120px; padding: 10px 8px; }
	.lpcg-smart-choice__icon { width: 32px; height: 32px; border-radius: 9px; }
	.lpcg-smart-choice__icon svg { width: 19px; height: 19px; }
	.lpcg-smart-choice__indicator { width: 20px; height: 20px; }
	.lpcg-smart-options strong { font-size: 14px; }
	.lpcg-smart-check .lpcg-eyebrow,
	.lpcg-smart-choice__copy small { font-size: 12px; }
	.lpcg-smart-choice__copy b { display: none; }
	.lpcg-smart-choice__copy em { font-size: 12px; letter-spacing: .02em; }
	.lpcg-smart-app-visual { display: none; grid-template-columns: 96px minmax(0,1fr); gap: 9px; margin: 8px 0; padding: 6px; }
	.lpcg-smart-app-visual.is-selected { display: grid; }
	.lpcg-smart-app-visual img { width: 96px; height: 70px; }
	.lpcg-smart-app-visual b { font-size: 13px; }
	.lpcg-smart-app-visual small { font-size: 12px; }
	.lpcg-smart-derived { gap: 5px; margin-bottom: 9px; padding: 8px; }
	.lpcg-smart-derived__reason b { font-size: 14px; }
	.lpcg-smart-accessory { grid-template-columns: 48px minmax(0,1fr) auto; gap: 7px; }
	.lpcg-smart-accessory > div { width: 48px; height: 48px; }
	.lpcg-smart-accessory strong { font-size: 13px; }
	.lpcg-smart-accessory small,
	.lpcg-smart-required { font-size: 12px; }
	.lpcg-smart-split { grid-template-columns: 1fr; }
	.lpcg-sheet-handle { display: block; width: 42px; height: 4px; margin: 2px auto 8px; background: #c5cec8; border-radius: 999px; touch-action: none; }
	.lpcg-sheet-header { display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 16px 8px; touch-action: none; }
	.lpcg-sheet-header h3 { margin: 0; font-size: 20px; letter-spacing: -.02em; text-transform: uppercase; }
	.lpcg-sheet-header .lpcg-modal-close { position: static; width: 40px; height: 40px; flex: 0 0 40px; }
	.lpcg-sheet-list { min-height: 0; padding: 2px 16px; overflow-y: auto; overscroll-behavior: contain; }
	.lpcg-sheet-summary { display: grid; gap: 11px; padding: 12px 16px calc(14px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid #e1e7e3; box-shadow: 0 -7px 20px rgba(25, 48, 37, .07); }
	.lpcg-sheet-summary > div { display: grid; gap: 5px; }
	.lpcg-sheet-summary > div > strong { color: var(--green); font-size: 16px; }
	.lpcg-sheet-summary > div > span { display: flex; justify-content: space-between; color: #66736b; font-size: 14px; }
	.lpcg-sheet-summary b { color: #263d32; font-weight: 700; }
	.lpcg-sheet-summary > [data-lpcg-continue] { min-height: 46px; color: #fff; background: var(--green); border: 0; border-radius: 999px; font-weight: 650; }
	.lpcg-modal [data-lpcg-mobile-selection-list] { display: grid; gap: 12px; }
	.lpcg-modal [data-lpcg-mobile-selection-list] .lpcg-selection-empty ol { display: none; }
	.lpcg-modal [data-lpcg-mobile-selection-list] .lpcg-selection-row { grid-template-columns: 56px minmax(0, 1fr) auto; align-items: center; }
	.lpcg-modal [data-lpcg-mobile-selection-list] .lpcg-selection-row__image { width: 56px; height: 56px; }
	.lpcg-modal [data-lpcg-mobile-selection-list] .lpcg-quantity { grid-template-columns: 40px 24px 40px; }
	.lpcg-modal [data-lpcg-mobile-selection-list] .lpcg-quantity button { width: 40px; height: 40px; }
	.lpcg-toast { bottom: 82px; }
	.lpcg-product-detail { top: 0; left: 0; width: 100%; height: 100vh; height: 100dvh; max-height: none; opacity: 1; transform: translateY(100%); border: 0; border-radius: 0; transition: transform .22s cubic-bezier(.22,.72,.24,1); }
	.lpcg-product-detail.is-open { transform: translateY(0); }
	.lpcg-product-detail__header { display: grid; min-height: 56px; grid-template-columns: auto minmax(0,1fr) 40px; gap: 8px; padding: calc(7px + env(safe-area-inset-top)) 10px 7px 14px; }
	.lpcg-product-detail__header > span { display: block; color: var(--green); font-size: 20px; }
	.lpcg-product-detail__header h3 { color: #31483c; font-size: 15px; }
	.lpcg-product-detail__header button { width: 40px; height: 40px; margin-left: 0; background: transparent; }
	.lpcg-product-detail__scroll { padding: 0 0 22px; overflow-x: hidden; scrollbar-gutter: auto; }
	.lpcg-product-detail__layout { display: block; }
	.lpcg-product-detail__gallery { position: static; }
	.lpcg-product-detail__track { display: flex; overflow-x: auto; border-radius: 0; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; touch-action: pan-x pan-y; }
	.lpcg-product-detail__track::-webkit-scrollbar { display: none; }
	.lpcg-product-detail__slide, .lpcg-product-detail__slide.is-active { display: block; min-width: 100%; flex: 0 0 100%; aspect-ratio: 1/1; cursor: default; scroll-snap-align: start; scroll-snap-stop: always; }
	.lpcg-product-detail__loupe,
	.lpcg-product-lightbox { display: none !important; }
	.lpcg-product-detail__thumbs { display: none; }
	.lpcg-product-detail__dots { display: flex; justify-content: center; gap: 7px; min-height: 30px; align-items: center; }
	.lpcg-product-detail__dots button { width: 7px; height: 7px; padding: 0; background: #c7d0ca; border: 0; border-radius: 50%; }
	.lpcg-product-detail__dots button[aria-current="true"] { width: 20px; background: var(--green); border-radius: 999px; }
	.lpcg-product-detail__gallery-empty { min-height: 330px; border-radius: 0; }
	.lpcg-product-detail__info { padding: 11px 16px 0; }
	.lpcg-product-detail__heading { padding-bottom: 18px; }
	.lpcg-product-detail__heading h2 { margin-bottom: 11px; font-size: clamp(27px,8vw,34px); }
	.lpcg-product-detail__heading > p { font-size: 13px; }
	.lpcg-product-detail__price, .lpcg-product-detail__price .lpcg-price-current { font-size: 22px; }
	.lpcg-product-detail__attribute { margin-top: 15px; }
	.lpcg-product-detail__attribute .lpcg-swatch { min-height: 44px; font-size: 13px; }
	.lpcg-product-detail__short { padding: 17px 0; font-size: 15px; line-height: 1.58; }
	.lpcg-product-detail__section-toggle { min-height: 56px; font-size: 15px; }
	.lpcg-product-detail__section-panel { font-size: 14px; }
	.lpcg-product-detail__section-panel.is-open .lpcg-product-detail__section-inner { padding-bottom: 18px; }
	.lpcg-product-detail__documents a { min-height: 48px; }
	.lpcg-product-detail__specs > div { grid-template-columns: minmax(105px,.8fr) minmax(0,1.2fr); gap: 12px; }
	.lpcg-product-detail__action { display: grid; min-height: 76px; grid-template-columns: minmax(0,1fr) auto; gap: 10px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); }
	.lpcg-product-detail__action > div:first-child { min-width: 0; margin: 0; }
	.lpcg-product-detail__action strong { font-size: 14px; }
	.lpcg-product-detail__action small { display: block; min-height: 0; font-size: 11px; }
	.lpcg-product-detail__action .lpcg-add { min-width: 150px; min-height: 48px; }
	.lpcg-product-detail__action .lpcg-quantity { grid-template-columns: 44px minmax(34px,auto) 44px; }
	.lpcg-product-detail__action .lpcg-quantity button { width: 44px; height: 44px; }
	.lpcg-product-detail__loading { grid-template-columns: 1fr; gap: 18px; padding: 0 16px; }
	.lpcg-detail-skeleton--image { width: calc(100% + 32px); margin-left: -16px; border-radius: 0; }
	.lpcg-product-detail__error { min-height: 70vh; padding: 24px; }
}

@media (max-width: 370px) {
	.lpcg-grid { gap: 8px; }
	.lpcg-card-body { padding: 9px; }
	.lpcg-mobile-bar { grid-template-columns: minmax(0, 1fr) minmax(140px, auto); }
	.lpcg-system-line__product { grid-template-columns: 72px minmax(0,1fr); gap: 10px; }
	.lpcg-system-line__image { width: 72px; height: 72px; flex-basis: 72px; }
	.lpcg .lpcg-trust-points .lumenor_trust_notice_lightpro { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.lpcg .lpcg-trust-points .lumenor_trust_notice_lightpro > *:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: 0; }
}

@media (max-width: 349px) {
	.lpcg-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.lpcg-card,
	.lpcg-selection-sheet,
	.lpcg-modal-backdrop { transition: none; }
	.lpcg-product-detail,
	.lpcg-product-detail-backdrop,
	.lpcg-product-lightbox,
	.lpcg-detail-skeleton,
	.lpcg-product-detail__section-panel,
	.lpcg-product-detail__section-toggle svg,
	.lpcg-product-detail__section-inner { transition: none; animation: none; }
}
