.sullivan-share-menu {
	align-self: flex-start;
	margin: 0;
	position: relative;
	width: fit-content;
	max-width: 100%;
}

.sullivan-share-menu.is-post {
	display: block;
	margin-top: 28px;
}

.sullivan-share-menu summary {
	list-style: none;
}

.sullivan-share-menu summary::-webkit-details-marker {
	display: none;
}

.sullivan-share-menu__toggle {
	align-items: center;
	background: #f3f3f3;
	border-radius: 999px;
	color: #111;
	cursor: pointer;
	display: inline-flex;
	gap: 8px;
	padding: 10px 14px;
	transition: background-color .15s ease, color .15s ease;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.sullivan-share-menu__toggle:hover,
.sullivan-share-menu[open] .sullivan-share-menu__toggle {
	background: #111;
	color: #fff;
}

.sullivan-share-menu__toggle-icon,
.sullivan-share-menu__link-icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.sullivan-share-menu__toggle-label {
	font-family: Archivo, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.sullivan-share-menu__panel {
	align-items: center;
	background: #fff;
	border: 1px solid rgba( 17, 17, 17, 0.08 );
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba( 17, 17, 17, 0.12 );
	display: flex;
	gap: 8px;
	margin-top: 10px;
	padding: 8px;
	width: fit-content;
	max-width: 100%;
	z-index: 5;
}

.sullivan-share-menu__link {
	align-items: center;
	background: #111;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	text-decoration: none;
	transition: background-color .15s ease, transform .2s ease;
	width: 38px;
}

.sullivan-share-menu__link:hover,
.sullivan-share-menu__link:focus {
	background: #2b2b2b;
	color: #fff;
	text-decoration: none;
	transform: translateY( -1px );
}

.sullivan-team-help-card {
	align-items: center;
	border-radius: 14px;
	display: inline-grid;
	gap: 12px;
	grid-template-columns: minmax( 0, 1fr ) auto;
	justify-self: start;
	margin: 18px 0 0;
	max-width: 100%;
	width: auto;
}

.single-product .product-upper-wrapper > .summary.entry-summary {
	align-self: stretch;
	display: flex;
	flex-direction: column;
}

.single-product .product-upper-wrapper > .summary.entry-summary > .onsale {
	align-self: flex-start;
	width: auto;
}

.single-product .product-upper-wrapper > .summary.entry-summary .sullivan-share-menu {
	margin-top: auto;
}

.single-product .product-upper-wrapper > .summary.entry-summary .sullivan-team-help-card {
	align-self: flex-start;
	margin-top: 12px;
	padding-top: 18px;
	width: fit-content;
}

.sullivan-team-help-card__profile {
	align-items: center;
	display: flex;
	gap: 10px;
}

.sullivan-team-help-card__avatar {
	align-items: center;
	background: #f3f3f3;
	border-radius: 999px;
	color: #111;
	display: inline-flex;
	flex: 0 0 46px;
	font-family: Archivo, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 46px;
	justify-content: center;
	overflow: hidden;
	width: 46px;
}

.sullivan-team-help-card__avatar img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sullivan-team-help-card__team-name,
.sullivan-team-help-card__team-role {
	margin: 0;
}

.sullivan-team-help-card__team-name {
	color: #111;
	font-family: Archivo, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.sullivan-team-help-card__team-role {
	color: #6b6b6b;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 2px;
}

.sullivan-team-help-card__profile-copy {
	min-width: 0;
}

.sullivan-team-help-card__actions {
	display: flex;
	justify-content: flex-end;
}

.sullivan-team-help-card__button {
	align-items: center;
	background: #111;
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	flex: 0 0 40px;
	justify-content: center;
	height: 40px;
	margin-top: 0;
	padding: 0;
	text-decoration: none;
	transition: background-color .15s ease, color .15s ease, transform .2s ease;
	width: 40px;
}

.sullivan-team-help-card__button:hover,
.sullivan-team-help-card__button:focus {
	background: #2b2b2b;
	color: #fff;
	text-decoration: none;
}

.sullivan-team-help-card__button-icon {
	align-items: center;
	background: transparent;
	border-radius: 0;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 18px;
	height: auto;
	justify-content: center;
	transition: transform .2s ease;
	width: auto;
}

.sullivan-team-help-card__button:hover,
.sullivan-team-help-card__button:focus {
	transform: translateY( -1px );
}

.sullivan-team-help-card__button:hover .sullivan-team-help-card__button-icon,
.sullivan-team-help-card__button:focus .sullivan-team-help-card__button-icon {
	transform: scale( 1.08 );
}

@media ( max-width: 680px ) {
	.single-product .product-upper-wrapper > .summary.entry-summary {
		display: block;
	}

	.single-product .product-upper-wrapper > .summary.entry-summary .sullivan-share-menu {
		margin-top: 24px;
	}

	.single-product .product-upper-wrapper > .summary.entry-summary .sullivan-team-help-card {
		margin-top: 18px;
		padding-top: 0;
	}

	.sullivan-share-menu__panel {
		border-radius: 18px;
		flex-wrap: wrap;
	}

	.sullivan-team-help-card {
		grid-template-columns: minmax( 0, 1fr ) auto;
	}

	.sullivan-team-help-card__actions {
		justify-content: flex-end;
	}
}