@media (max-width: 768px) {
	button.button.buy_now_button, form.cart .single_add_to_cart_button {
		display: none;
	}
	body { padding-top: 0px; padding-bottom: 70px; }

	/* === Header CSS - USA Style - FIXED === */
	.lnh-sp-header {
		display: none;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		position: sticky;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 50px;
		min-height: 50px;
		max-height: 50px;
		background: linear-gradient(135deg, var(--usa-navy) 0%, var(--usa-navy-dark) 100%);
		border-bottom: 3px solid var(--usa-red);
		z-index: 1000;
		padding: 0 10px;
		box-sizing: border-box;
		box-shadow: 0 2px 10px rgba(0,40,104,0.3);
	}
	.lnh-sp-header.lnh-scrolled {
		display: flex;
	}
	.lnh-sp-search-form {
		flex: 1 1 auto;
		min-width: 0;
		position: relative;
		margin-right: 10px;
		height: 36px;
	}
	.lnh-sp-search-form .lnh-search-form {
		display: block;
		height: 100%;
	}
	.lnh-sp-search-form .dashicons-search {
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		color: var(--usa-navy);
		font-size: 16px;
		width: 16px;
		height: 16px;
	}
	.lnh-sp-search-form .lnh-search-field {
		width: 100%;
		height: 36px;
		max-height: 36px;
		border: 2px solid var(--usa-white);
		background: var(--usa-white);
		border-radius: 0;
		padding-left: 32px;
		padding-right: 10px;
		box-sizing: border-box;
		font-size: 12px;
		font-weight: 500;
		color: var(--usa-navy);
	}
	.lnh-sp-search-form .lnh-search-field::placeholder {
		color: #666;
		font-size: 11px;
	}
	.lnh-sp-cart {
		flex: 0 0 38px;
		width: 38px;
		height: 38px;
		min-width: 38px;
		max-width: 38px;
		position: relative;
		background: var(--usa-red);
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.lnh-sp-cart a {
		text-decoration: none;
		color: var(--usa-white);
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
	.lnh-sp-cart .dashicons {
		font-size: 20px;
		width: 20px;
		height: 20px;
		color: var(--usa-white);
	}
	.lnh-cart-count-wrap {
		position: absolute;
		top: -8px;
		right: 0px;
	}
	.lnh-cart-count-wrap .lnh-cart-count {
		position: relative;
		top: 0;
		right: 0;
		background: var(--usa-white);
		color: var(--usa-red);
		font-size: 8px;
		font-weight: 800;
		border-radius: 0;
		min-width: 12px;
		height: 12px;
		line-height: 12px;
		text-align: center;
		border: none;
		padding: 0 2px;
		box-sizing: border-box;
		display: inline-block;
	}

	/* === Footer CSS - USA Style === */
	small.lnh-buy-now-price span {
		color: var(--usa-white) !important;
	}
	form.cart .quantity {
		display: none;
	}

	/* === FIXED Footer Container === */
	.lnh-sp-footer {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 60px;
		background: linear-gradient(135deg, var(--usa-navy) 0%, var(--usa-navy-dark) 100%);
		border-top: 3px solid var(--usa-red);
		z-index: 1000;
		box-sizing: border-box;
		padding: 6px 8px;
		gap: 6px;
		box-shadow: 0 -4px 20px rgba(0,40,104,0.3);
	}

	/* === Icon buttons (Shop, Chat) - FIXED SIZE === */
	.lnh-sp-footer .lnh-footer-item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 44px;
		height: 46px;
		min-width: 44px;
		max-width: 44px;
		flex: 0 0 44px;
		text-decoration: none;
		color: var(--usa-white);
		font-size: 8px;
		font-weight: 600;
		line-height: 1.1;
		text-transform: uppercase;
		letter-spacing: 0;
		background: transparent;
		padding: 2px;
		box-sizing: border-box;
	}
	.lnh-sp-footer .lnh-footer-item .dashicons {
		font-size: 18px;
		width: 18px;
		height: 18px;
		margin-bottom: 2px;
		color: var(--usa-white);
	}
	.lnh-sp-footer .lnh-footer-item span:not(.dashicons) {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 100%;
	}
	.lnh-sp-footer .lnh-footer-item:active {
		opacity: 0.8;
	}

	/* === Special Button (11.11) - FIXED SIZE === */
	.lnh-sp-footer .lnh-special-button {
		width: 44px !important;
		height: 46px !important;
		min-width: 44px !important;
		max-width: 44px !important;
		flex: 0 0 44px !important;
		background: linear-gradient(135deg, var(--usa-red) 0%, var(--usa-red-dark) 100%) !important;
		border: 2px solid var(--usa-white) !important;
		font-weight: 700;
		transition: all 0.2s ease;
		position: relative;
		overflow: hidden;
		color: var(--usa-white) !important;
		box-sizing: border-box;
	}
	.lnh-sp-footer .lnh-special-button::before,
	.lnh-sp-footer .lnh-special-button::after {
		display: none;
	}
	.lnh-sp-footer .lnh-special-button:active {
		transform: scale(0.95);
	}
	.lnh-sp-footer .lnh-special-button .dashicons {
		color: var(--usa-white) !important;
	}

	/* === Common Button Styles === */
	.lnh-sp-footer .lnh-footer-button {
		display: flex;
		justify-content: center;
		align-items: center;
		border: none;
		cursor: pointer;
		padding: 0;
		margin: 0;
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
		box-sizing: border-box;
	}

	/* === Add to Cart Button - FIXED SIZE === */
	.lnh-sp-footer .lnh-add-to-cart {
		width: 48px;
		height: 46px;
		min-width: 48px;
		max-width: 48px;
		flex: 0 0 48px;
		background: var(--usa-white);
		border: 2px solid var(--usa-navy);
		text-decoration: none;
		position: relative;
		transition: all 0.2s ease;
		box-sizing: border-box;
	}
	.lnh-sp-footer .lnh-add-to-cart:active {
		transform: scale(0.95);
		background: var(--usa-light-blue);
	}
	.lnh-sp-footer .lnh-add-to-cart.loading {
		pointer-events: none;
	}
	.lnh-sp-footer .lnh-add-to-cart.loading .dashicons {
		animation: lnh-spin 0.8s linear infinite;
	}
	.lnh-sp-footer .lnh-add-to-cart .dashicons {
		color: var(--usa-navy);
		font-size: 22px;
		width: 22px;
		height: 22px;
	}
	.lnh-sp-footer .lnh-add-to-cart .lnh-cart-count-wrap {
		position: absolute;
		top: -8px;
		right: 1px;
	}
	.lnh-sp-footer .lnh-add-to-cart .lnh-cart-count {
		background: var(--usa-red);
		color: var(--usa-white);
		font-size: 8px;
		font-weight: 800;
		min-width: 14px;
		height: 14px;
		line-height: 14px;
		text-align: center;
		display: inline-block;
		border: none;
		padding: 0 2px;
		box-sizing: border-box;
		border-radius: 0;
	}

	/* Hide text on mobile */
	.lnh-sp-footer .lnh-add-to-cart-content {
		display: none;
	}

	/* === Buy Now Button - FLEX GROW === */
	.lnh-sp-footer .lnh-buy-now {
		flex: 1 1 auto;
		min-width: 0;
		height: 46px;
		max-height: 46px;
		background: var(--usa-red);
		color: var(--usa-white);
		flex-direction: column;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		position: relative;
		transition: all 0.2s ease;
		border: 2px solid var(--usa-white);
		box-sizing: border-box;
		overflow: hidden;
		padding: 0 30px;
	}
	.lnh-sp-footer .lnh-buy-now::before {
		content: '★';
		position: absolute;
		left: 8px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 12px;
		color: var(--usa-white);
	}
	.lnh-sp-footer .lnh-buy-now::after {
		content: '★';
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 12px;
		color: var(--usa-white);
	}
	.lnh-sp-footer .lnh-buy-now:active {
		transform: scale(0.98);
		background: var(--usa-red-dark);
	}
	.lnh-sp-footer .lnh-buy-now.loading {
		pointer-events: none;
		opacity: 0.8;
	}
	.lnh-sp-footer .lnh-buy-now.loading::before,
	.lnh-sp-footer .lnh-buy-now.loading::after {
		display: none;
	}

	.lnh-buy-now-price .custom-price-box {
		color: var(--usa-white);
	}
	.lnh-sp-footer .lnh-buy-now small.lnh-buy-now-price {
		font-size: 10px;
		font-weight: 500;
		opacity: 0.95;
		color: var(--usa-white);
		text-transform: none;
		letter-spacing: 0;
		display: block;
		line-height: 1.2;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.lnh-buy-now-price:empty {
		display: none;
	}

	/* === Chat Popup - USA Style - FIXED === */
	.lnh-chat-popup {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 10000;
		box-sizing: border-box;
	}
	.lnh-chat-popup-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 40, 104, 0.6);
	}
	.lnh-chat-popup-content {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		background: var(--usa-white);
		border-top: 3px solid var(--usa-red);
		max-height: 70vh;
		display: flex;
		flex-direction: column;
		box-shadow: 0 -4px 30px rgba(0,40,104,0.3);
		box-sizing: border-box;
	}
	.lnh-chat-popup-header {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 12px 16px;
		min-height: 48px;
		background: linear-gradient(135deg, var(--usa-navy) 0%, var(--usa-navy-dark) 100%);
		border-bottom: 2px solid var(--usa-red);
		box-sizing: border-box;
	}
	.lnh-chat-popup-header h3 {
		margin: 0;
		font-size: 14px;
		font-weight: 700;
		color: var(--usa-white);
		text-transform: uppercase;
		letter-spacing: 0.5px;
		flex: 1;
	}
	.lnh-chat-popup-header h3::before {
		content: '★ ';
		color: var(--usa-white);
	}
	.lnh-chat-popup-close {
		background: var(--usa-red);
		border: none;
		padding: 0;
		cursor: pointer;
		color: var(--usa-white);
		width: 28px;
		height: 28px;
		min-width: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 28px;
		box-sizing: border-box;
	}
	.lnh-chat-popup-close .dashicons {
		width: 18px;
		height: 18px;
		font-size: 18px;
	}
	.lnh-chat-popup-body {
		padding: 16px;
		overflow-y: auto;
		flex: 1 1 auto;
		min-height: 0;
		background: var(--usa-light-blue);
	}
	.lnh-chat-option {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 14px;
		margin-bottom: 10px;
		background: var(--usa-white);
		border: 2px solid var(--usa-navy);
		border-left: 4px solid var(--usa-red);
		cursor: pointer;
		transition: all 0.2s ease;
		font-size: 14px;
		color: var(--usa-navy);
		font-weight: 600;
		box-sizing: border-box;
		min-height: 50px;
	}
	.lnh-chat-option:last-child {
		margin-bottom: 0;
	}
	.lnh-chat-option:active {
		background: var(--usa-light-blue);
		transform: scale(0.98);
	}
	.lnh-chat-icon {
		font-size: 24px;
		margin-right: 12px;
		flex: 0 0 auto;
	}
	.lnh-chat-label {
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		flex: 1;
	}

	/* === Messenger Frame - USA Style - FIXED === */
	.lnh-messenger-frame {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 10001;
		background: rgba(0, 40, 104, 0.6);
		box-sizing: border-box;
	}
	.lnh-messenger-frame-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 48px;
		min-height: 48px;
		background: linear-gradient(135deg, var(--usa-navy) 0%, var(--usa-navy-dark) 100%);
		border-bottom: 3px solid var(--usa-red);
		color: var(--usa-white);
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 14px;
		z-index: 1;
		box-sizing: border-box;
	}
	.lnh-messenger-frame-header h3 {
		margin: 0;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		flex: 1;
	}
	.lnh-messenger-frame-close {
		background: var(--usa-red);
		border: none;
		padding: 0;
		cursor: pointer;
		color: var(--usa-white);
		width: 28px;
		height: 28px;
		min-width: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 28px;
		box-sizing: border-box;
	}
	.lnh-messenger-frame-close .dashicons {
		width: 18px;
		height: 18px;
		font-size: 18px;
	}
	.lnh-messenger-frame-body {
		position: absolute;
		top: 48px;
		left: 0;
		right: 0;
		bottom: 0;
		background: var(--usa-white);
		box-sizing: border-box;
	}
	.lnh-messenger-frame-body iframe {
		width: 100%;
		height: 100%;
		border: none;
		display: block;
	}

	/* === Telegram Frame - USA Style - FIXED === */
	.lnh-telegram-frame {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 10001;
		background: rgba(0, 40, 104, 0.6);
		box-sizing: border-box;
	}
	.lnh-telegram-frame-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 48px;
		min-height: 48px;
		background: linear-gradient(135deg, var(--usa-navy) 0%, var(--usa-navy-dark) 100%);
		border-bottom: 3px solid var(--usa-red);
		color: var(--usa-white);
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 14px;
		z-index: 1;
		box-sizing: border-box;
	}
	.lnh-telegram-frame-header h3 {
		margin: 0;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		flex: 1;
	}
	.lnh-telegram-frame-close {
		background: var(--usa-red);
		border: none;
		padding: 0;
		cursor: pointer;
		color: var(--usa-white);
		width: 28px;
		height: 28px;
		min-width: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 28px;
		box-sizing: border-box;
	}
	.lnh-telegram-frame-close .dashicons {
		width: 18px;
		height: 18px;
		font-size: 18px;
	}
	.lnh-telegram-frame-body {
		position: absolute;
		top: 48px;
		left: 0;
		right: 0;
		bottom: 0;
		background: var(--usa-white);
		box-sizing: border-box;
	}
	.lnh-telegram-frame-body iframe {
		width: 100%;
		height: 100%;
		border: none;
		display: block;
	}
}
