.c-btn {
  padding: 8px 12px;
  transition: all 0.3s ease-in-out;
  display: block;
}
.c-btn:not(:first-child) {
  margin-top: 10px;
}

.c-btn {
  width: var(--w);
}

.c-btn--primary {
  border: 1px solid var(--primaryColor);
  background-color: var(--primaryColor);
  color: var(--white);
}
.c-btn--primary:hover {
  background-color: var(--white);
  color: var(--primaryColor);
}

.c-title-center {
  text-align: center;
}

.hp-listing--view-block .hp-listing__content {
  padding: 10px !important;
}

.hp-listing__title {
  font-size: 16px !important;
}

.hp-listing--view-block .hp-listing__categories a {
  padding: 3px 10px;
  font-size: 9px;
}

.u-d-flex--column-center, .u-d-flex--space-between, .u-d-flex--center {
  display: flex;
}

.u-d-flex--center {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.u-d-flex--space-between {
  justify-content: space-between;
  align-items: center;
}

.u-d-flex--column-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.u-color--primary {
  color: var(--primaryColor);
}

.u-fw--700 {
  font-weight: 700px;
}

.c-pop-up {
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.c-pop-up > * {
  height: 100%;
}

.c-pop-up__again {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--black-900-rgb), 0.4);
}

.c-pop-up__again-box {
  background-color: var(--white);
  padding: 15px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.js-pop-up {
  display: none;
}

.is-show {
  display: block;
}

.is-hide {
  display: none;
}

.hp-page__sidebar {
  margin-top: 20px;
}

.c-title svg {
  width: 10px;
  margin-right: 20px;
}

.disabled button.button {
  pointer-events: none;
  background-color: #ccc;
}

.user-avatar {
	overflow: hidden;
	margin-bottom: 10px;
}
.user-summary {
	margin-top: -35px;
}
.user-avatar img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.user-name {
  font-weight: bold;
  margin-bottom: 20px;
	padding: 0 5px;
}

.user-content {
	margin-bottom: 30px;
	padding: 0 20px;
}

.user-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	padding: 0 20px;
}

.user-numbers a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 9px;
	margin: 0 20px;
}
.user-numbers a:hover {
	color: var(--primaryColor);
}
.user-numbers a span {
	font-weight: bold;
	font-size: 20px;
}

.switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.switch::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
input:checked + .switch {
    background: #72da67;
}
input:checked + .switch::before {
    left: 27px;
    background: #fff;
}
input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);
}

.hp-field__label {
	position: relative;
}

.hp-field__label .switch-button {
	position: absolute;
	right: 0;
	top: 0;
}
.switch-wrap {
	display: none;
	margin-top: 20px;
}

.hp-listing__image {
	position: relative;
}
.video-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
	display: flex;
	justify-content: space-between;
}
.video-bottom .video-timer {
	background-color: rgba(0, 0, 0, .3);
	padding: 2px 3px;
	color: #fff;
	border-radius: 3px;
	font-size: 10px;
	line-height: 1;
}
.video-liked {
	color: #fff;
	font-size: 10px;
}
.video-liked i {
	font-size: 10px;
}

.c-sidebar ul li a:hover {
	color: inherit;
	opacity: 0.7;
}

.single-hp_vendor .hp-vendor--view-page {
	display: flex;
	flex-direction: column;
}
.single-hp_vendor .hp-vendor--view-page .user-summary {
	order: 1;
}
.single-hp_vendor .hp-vendor--view-page .user-cover {
	order: 0;
}
.single-hp_vendor .hp-vendor--view-page div:last-child {
	order: 2;
}
.hp-template--user-login-page .c-title a {
	display: none;
}

/* 2025-04-08 */
.single-hp_vendor .hp-vendor--view-page .user-cover {
  padding-bottom: 47.728%;
  position: relative;
  background: #c5c5c5;
  z-index: -1;
}

.single-hp_vendor .hp-vendor--view-page .user-cover img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-subscription {
	line-height: 1;
    display: inline-flex;
    background: linear-gradient(135deg, rgb(255, 138, 229) -0.69%, rgb(226, 22, 83) 99.31%) rgb(226, 22, 83);
    color: #fff;
    align-items: center;
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 12px;
    justify-content: center;
    margin-bottom: 10px;
}
.video-subscription svg {
	width: auto;
	height: 16px;
	margin: 0 5px;
}
.video-subscription__icon:last-child svg {
	height: 10px;
}