.bsj-product-footer-meta {
	display: flex;
	gap: 14px 24px;
	align-items: center;
	justify-content: space-between;
	max-width: 1080px;
	margin: 14px auto 24px;
	padding: 12px 16px;
	border: 1px solid #e6dfd2;
	border-radius: 12px;
	background: #fff;
	color: #625c53;
	font-size: .78rem;
}

.bsj-product-footer-meta .product_meta,
.bsj-product-footer-meta .social-icons {
	margin: 0;
}

.bsj-product-footer-meta .product_meta > span {
	display: inline;
}

.bsj-product-footer-meta__share {
	display: flex;
	gap: 9px;
	align-items: center;
	flex: 0 0 auto;
}

.bsj-product-footer-meta__share > span {
	font-weight: 600;
}

.bsj-product-footer-meta__share .button {
	width: 30px;
	height: 30px;
	min-height: 30px;
	margin: 0 2px;
	line-height: 28px;
}

.bsj-product-sidebar-tools {
	margin-top: 14px;
	padding: 15px;
	border: 1px solid #ead9bc;
	border-radius: 12px;
	background: linear-gradient(145deg, #fffaf0, #fff);
}

.single-product #product-sidebar .widget_product_categories {
	padding: 15px;
	border: 1px solid #e4ded2;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(37, 49, 40, .06);
}

.single-product #product-sidebar .widget_product_categories > .widget-title {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #23382a;
	font-size: .9rem;
	letter-spacing: .02em;
}

.single-product #product-sidebar .widget_product_categories > .is-divider {
	width: 34px;
	height: 2px;
	margin: 8px 0 6px;
	background: #d98b27;
}

.single-product #product-sidebar .product-categories {
	font-size: .77rem;
}

.single-product #product-sidebar .product-categories > li {
	padding: 5px 0;
	border-bottom: 1px solid #f0ece4;
}

.single-product #product-sidebar .product-categories > li:last-child {
	border-bottom: 0;
}

.single-product #product-sidebar .product-categories .children {
	margin: 5px 0 0 10px;
	padding-left: 9px;
	border-left: 1px solid #e7dfd0;
}

.bsj-product-sidebar-tools__eyebrow {
	margin: 0 0 3px;
	color: #a54b0a;
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bsj-product-sidebar-tools h2 {
	margin: 0 0 10px;
	color: #23382a;
	font-size: .98rem;
	line-height: 1.3;
}

.bsj-product-sidebar-tools ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bsj-product-sidebar-tools li + li {
	border-top: 1px solid #eee3d1;
}

.bsj-product-sidebar-tools a {
	display: grid;
	gap: 2px;
	padding: 9px 0;
	color: #294934;
}

.bsj-product-sidebar-tools strong {
	font-size: .78rem;
}

.bsj-product-sidebar-tools small {
	color: #71695f;
	font-size: .68rem;
	line-height: 1.45;
}

@media (min-width: 850px) {
	.single-product #product-sidebar {
		position: sticky;
		top: 88px;
		align-self: flex-start;
		max-height: calc(100vh - 108px);
		overflow: auto;
		scrollbar-width: thin;
	}

	.single-product #product-sidebar .widget_product_categories {
		margin-bottom: 0;
	}
}

@media (max-width: 849px) {
	.single-product .product-gallery,
	.single-product .product-info,
	.single-product .entry-summary {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.single-product .product-title,
	.single-product .woocommerce-breadcrumb {
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.bsj-product-footer-meta {
		align-items: flex-start;
		flex-direction: column;
		margin: 12px 12px 20px;
	}
}
