#lc-browse-mode-bar {
	position: fixed;
	right: 16px;
	bottom: 16px;
	left: 16px;
	z-index: 999999;
	display: flex;
	max-width: 920px;
	min-height: 58px;
	margin: auto;
	padding: 10px 12px 10px 16px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	border-top: 4px solid #fecc27;
	border-radius: 8px;
	background: #230a00;
	box-shadow: 0 8px 30px rgb(0 0 0 / 32%);
	color: #fff;
	font: 600 14px/1.35 system-ui, sans-serif;
}
html.lc-browse-only,
body.lc-browse-only,
html.lc-orders-closed,
body.lc-orders-closed,
html.socm-location-open.lc-orders-closed,
body.socm-location-open.lc-orders-closed {
	height: auto !important;
	min-height: 100% !important;
	overflow: visible !important;
	overflow-y: auto !important;
	overscroll-behavior: auto !important;
}
#lc-browse-mode-bar p { margin: 0; color: #fff; }
#lc-browse-mode-bar div { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
#lc-browse-mode-bar a,
#lc-browse-mode-bar button,
#socm-location-overlay .lc-browse-only-button {
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid #fecc27;
	border-radius: 5px;
	background: #fecc27;
	color: #230a00;
	cursor: pointer;
	font: 750 13px/1.2 system-ui, sans-serif;
	text-decoration: none;
}
#lc-browse-mode-bar button { border-color: #fff; background: transparent; color: #fff; }
#socm-location-overlay .lc-browse-only-wrap { margin: 12px 0 0; padding-top: 12px; border-top: 1px solid #d8dee4; text-align: center; }
#socm-location-overlay .lc-browse-only-wrap p { margin: 0 0 8px; color: #4b5560; font: 500 13px/1.4 system-ui, sans-serif; }
body.lc-browse-only form.cart,
body.lc-browse-only .add_to_cart_button,
body.lc-browse-only .single_add_to_cart_button,
body.lc-browse-only .checkout-button,
body.lc-browse-only #place_order { display: none !important; }
.lc-post-order-navigation {
	display: flex;
	margin: 24px 0;
	padding: 16px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-top: 4px solid #fecc27;
	border-radius: 7px;
	background: #f4f6f8;
	color: #230a00;
}
.lc-post-order-navigation div { display: flex; flex-wrap: wrap; gap: 8px; }
.lc-post-order-navigation a { padding: 9px 12px; border-radius: 5px; background: #772d00; color: #fff !important; font-weight: 700; text-decoration: none; }
#lc-promos-catalog { scroll-margin-top: 120px; }
#lc-promos-catalog .ajax-category-header { outline: 3px solid transparent; outline-offset: 3px; transition: outline-color 180ms ease; }
#lc-promos-catalog .ajax-category-header.open { outline-color: rgb(254 204 39 / 75%); }
@media (prefers-reduced-motion: reduce) {
	#lc-promos-catalog .ajax-category-header { transition: none; }
}
.lc-managed-promotion-slide { display: grid; place-items: center; background: #f4f1ed; }
.lc-promotion-slide-button { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; }
.lc-promotion-slide-button img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lc-promotion-slide-button:focus-visible { outline: 4px solid #fecc27; outline-offset: -4px; }
.lc-promotion-choice-modal { position: fixed; inset: 0; z-index: 100050; display: grid; place-items: center; padding: 20px; background: rgb(24 14 9 / 72%); }
.lc-promotion-choice-modal section { position: relative; width: min(520px, 100%); padding: 30px; border-radius: 8px; background: #fdfcfa; color: #251a15; box-shadow: 0 20px 60px rgb(30 14 6 / 35%); }
.lc-promotion-choice-modal section > span { color: #772d00; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lc-promotion-choice-modal h2 { margin: 7px 38px 6px 0; color: #35160b; font-size: clamp(24px, 4vw, 34px); line-height: 1.1; }
.lc-promotion-choice-modal p { margin: 0 0 20px; }
.lc-promotion-choice-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 1px solid #d8cdc7; border-radius: 50%; background: transparent; color: #35160b; font-size: 27px; line-height: 1; cursor: pointer; }
.lc-promotion-choice-options { display: grid; gap: 10px; }
.lc-promotion-choice-options button { min-height: 48px; padding: 11px 16px; border: 1px solid #772d00; border-radius: 5px; background: #772d00; color: #fdfcfa; font-weight: 800; text-align: left; cursor: pointer; }
.lc-promotion-choice-options button:hover, .lc-promotion-choice-options button:focus-visible { border-color: #fecc27; background: #5e2300; outline: 3px solid rgb(254 204 39 / 40%); outline-offset: 2px; }
@media (max-width: 700px) {
	#lc-browse-mode-bar { align-items: stretch; flex-direction: column; }
	#lc-browse-mode-bar div { display: grid; grid-template-columns: 1fr 1fr; }
	#lc-browse-mode-bar button { grid-column: 1 / -1; }
	.lc-post-order-navigation { align-items: stretch; flex-direction: column; }
}
.elementor-widget-elementskit-advanced-slider .lc-managed-banner-slide { overflow: hidden; background: #772d00; }
.elementor-widget-elementskit-advanced-slider .lc-managed-banner-slide img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
