/**
 * MSM custom layer.
 */

html,
body,
button,
input,
select,
textarea,
.site,
.site-content,
.site-header,
.site-footer,
.widget,
.woocommerce,
.elementor-widget-container {
	font-family: "Segoe UI", SegoeUI, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.entry-title,
.widget-title,
.section-title,
.product_title,
.woocommerce-loop-product__title {
	font-family: "Segoe UI", SegoeUI, Arial, sans-serif !important;
}

@media (max-width: 767px) {
	body {
		padding-bottom: 68px;
	}

	.msm-bottom-sticky {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9999;
		display: block;
		background: var(--msm-sticky-bg, #fff);
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
		padding-bottom: env(safe-area-inset-bottom);
	}

	.msm-bottom-sticky__list,
	.msm-bottom-sticky .menu {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		align-items: center;
		gap: 0;
		width: 100%;
		min-height: 64px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.msm-bottom-sticky__item,
	.msm-bottom-sticky .menu-item {
		min-width: 0;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.msm-bottom-sticky__link,
	.msm-bottom-sticky .menu-item > a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		min-height: 64px;
		padding: 8px 4px;
		color: var(--msm-sticky-text, #222);
		font-size: 11px;
		font-weight: 600;
		line-height: 1.2;
		text-decoration: none;
		overflow-wrap: anywhere;
	}

	.msm-bottom-sticky__link:hover,
	.msm-bottom-sticky__link:focus,
	.msm-bottom-sticky .current-menu-item > a,
	.msm-bottom-sticky .menu-item > a:hover,
	.msm-bottom-sticky .menu-item > a:focus {
		color: var(--msm-sticky-active, #fcb800);
	}

	.msm-bottom-sticky__icon {
		position: relative;
		display: block;
		width: 24px;
		height: 24px;
	}

	.msm-bottom-sticky__icon::before {
		display: block;
		font-family: Arial, sans-serif;
		font-size: 22px;
		line-height: 24px;
	}

	.msm-bottom-sticky__icon--home::before {
		content: "\2302";
	}

	.msm-bottom-sticky__icon--grid::before {
		content: "\25A6";
	}

	.msm-bottom-sticky__icon--cart::before {
		content: "\25F4";
	}

	.msm-bottom-sticky__icon--user::before {
		content: "\25CB";
	}

	.msm-bottom-sticky__icon--whatsapp::before {
		content: "W";
		font-weight: 700;
	}

	.msm-bottom-sticky__icon--phone::before {
		content: "\260E";
	}

	.msm-bottom-sticky__label {
		display: block;
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (min-width: 768px) {
	.msm-bottom-sticky {
		display: none;
	}
}
