﻿/* ------------------------------------------------------------------
   WooCommerce single product card
   ------------------------------------------------------------------ */

.single-product div.product.bmm-single-product-card {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1120px;
	min-height: 300px;
	margin: 0 auto 32px !important;
	padding: 0 !important;
	overflow: hidden !important;
	border-radius: 16px !important;
	background-position: center !important;
	background-size: cover !important;
	box-sizing: border-box;
	transition: transform 240ms ease, max-width 240ms ease;
}

.single-product div.product.bmm-single-product-card::after {
	content: none !important;
	display: none !important;
}

.single-product div.product.bmm-single-product-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block !important;
	background: rgba(0, 0, 0, 0.38);
	backdrop-filter: blur(14px);
}

.single-product div.product.bmm-single-product-card > * {
	position: relative;
	z-index: 1;
}

.bmm-single-product-card__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	padding: 28px 28px 0;
	text-align: center;
	box-sizing: border-box;
}

.bmm-single-product-card__top {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
	align-items: stretch;
	min-height: 300px;
	padding: 0;
	border-top-left-radius: 12px !important;
	border-top-right-radius: 12px !important;
	box-sizing: border-box;
}

.bmm-single-product-card__media,
.bmm-single-product-card__summary,
.bmm-single-product-card__details {
	min-width: 0;
	box-sizing: border-box;
}

.bmm-single-product-card__summary {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 6;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: flex-start;
	gap: 8px 14px;
	width: auto;
	height: auto !important;
	min-height: 0 !important;
	padding: 10px 14px 12px;
	border: 0;
	border-radius: 14px;
	background: transparent;
	backdrop-filter: none;
	transform: none;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__media div.images {
	float: none !important;
	width: 100% !important;
	min-height: 300px;
	margin: 0 !important;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.bmm-single-product-card__media {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	min-height: 300px;
	padding: 0;
	border-top-left-radius: 16px !important;
	border-top-right-radius: 16px !important;
	overflow: hidden;
	background: transparent !important;
	box-sizing: border-box;
}

.bmm-single-product-card__media::before {
	content: none;
	display: none;
}

.bmm-single-product-card__media > * {
	position: relative;
	z-index: 1;
}

.single-product div.product.bmm-single-product-card .onsale {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
	margin: 0 !important;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__media div.images {
	width: 100% !important;
	max-width: 100%;
	min-height: 300px;
	margin-right: auto !important;
	margin-left: auto !important;
}

.single-product div.product.bmm-single-product-card .woocommerce-product-gallery__wrapper {
	margin: 0 !important;
}

.single-product div.product.bmm-single-product-card .woocommerce-product-gallery__image,
.single-product div.product.bmm-single-product-card .woocommerce-product-gallery__image a {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 300px;
	aspect-ratio: auto;
}

.single-product div.product.bmm-single-product-card .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 300px;
	aspect-ratio: auto;
}

.single-product div.product.bmm-single-product-card .woocommerce-product-gallery__image {
	overflow: hidden;
	border-radius: 16px;
}

.single-product div.product.bmm-single-product-card .woocommerce-product-gallery__image img {
	object-fit: cover;
	border-radius: 16px;
	cursor: default !important;
}

.single-product div.product.bmm-single-product-card .woocommerce-product-gallery__trigger {
	display: none !important;
}

.single-product div.product.bmm-single-product-card .flex-control-thumbs {
	display: none;
	grid-template-columns: repeat(auto-fit, minmax(58px, 1fr));
	gap: 10px;
	margin: 12px 0 0 !important;
	padding: 0 !important;
}

.single-product div.product.bmm-single-product-card .flex-control-thumbs li {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	list-style: none;
}

.single-product div.product.bmm-single-product-card .flex-control-thumbs img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 8px;
	opacity: 0.72;
}

.single-product div.product.bmm-single-product-card .flex-control-thumbs img.flex-active,
.single-product div.product.bmm-single-product-card .flex-control-thumbs img:hover {
	opacity: 1;
}

.single-product div.product.bmm-single-product-card .product_title {
	margin: 0 !important;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.08;
	letter-spacing: 0;
}

.bmm-single-product-card__artist {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	max-width: 100%;
}

.bmm-single-product-card__artist-avatar {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 8;
	display: block;
	width: 46px;
	height: 46px;
	overflow: hidden;
	border-radius: 999px;
}

.bmm-single-product-card__artist-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 999px;
}

.single-product div.product.bmm-single-product-card .kol-apes-product-card-rail {
	top: 120px !important;
	right: 16px !important;
	left: auto !important;
	z-index: 7 !important;
}

.bmm-single-product-card__artist-info {
	min-width: 0;
	text-align: left;
}

.bmm-single-product-card__image-title {
	position: absolute;
	top: 18px;
	left: 50%;
	z-index: 6;
	width: min(calc(100% - 160px), 720px);
	margin: 0;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 14px;
	transform: none;
	text-align: center;
	pointer-events: none;
	transform: translateX(-50%);
	backdrop-filter: blur(10px);
}

.bmm-single-product-card__image-title .wcmp-title-with-player {
	justify-content: center;
	gap: 10px;
}

.bmm-single-product-card__image-title .wcmp-title-with-player,
.bmm-single-product-card__image-title .product_title {
	pointer-events: auto;
}

.bmm-single-product-card__image-title .wcmp-player-title,
.bmm-single-product-card__image-title .wcmp-column-player-title {
	display: none !important;
}

.bmm-single-product-card__image-title .bmp-share-buttons {
	display: none !important;
}

.bmm-single-product-card__image-title .product_title {
	font-size: clamp(28px, 5vw, 46px);
	line-height: 1.05;
	text-align: center;
}

.bmm-single-product-card__image-description {
	position: absolute;
	right: auto;
	top: 50%;
	bottom: auto;
	left: 18px;
	z-index: 4;
	width: min(92%, 560px);
	max-height: none;
	overflow: hidden;
	padding: 9px 11px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.45;
	box-sizing: border-box;
	transform: translateY(-50%);
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.bmm-single-product-card__image-description.is-expanded {
	top: 50%;
	max-height: min(46%, 260px);
	overflow-y: auto;
}

.bmm-single-product-card__image-description-text {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-right: 68px;
}

.bmm-single-product-card__image-description.is-expanded .bmm-single-product-card__image-description-text {
	display: block;
	overflow: visible;
	-webkit-line-clamp: unset;
	padding-right: 0;
}

.bmm-single-product-card__image-description-text > :first-child {
	margin-top: 0;
}

.bmm-single-product-card__image-description-text > :last-child {
	margin-bottom: 0;
}

.bmm-single-product-card__description-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 8px;
	bottom: 7px;
	min-height: 26px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.bmm-single-product-card__image-description.is-expanded .bmm-single-product-card__description-toggle {
	position: absolute;
	right: 8px;
	bottom: 7px;
	margin-top: 0;
}

.bmm-single-product-card__description-toggle[hidden] {
	display: none;
}

.bmm-single-product-card__image-description::-webkit-scrollbar {
	width: 8px;
}

.bmm-single-product-card__image-description::-webkit-scrollbar-track {
	border-radius: 999px;
}

.bmm-single-product-card__image-description::-webkit-scrollbar-thumb {
	border-radius: 999px;
	border: 2px solid transparent;
	background-clip: content-box;
}

.single-product div.product.bmm-single-product-card .kol-product-artist-single {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0 !important;
	font-size: 14px;
	line-height: 1.25;
}

.single-product div.product.bmm-single-product-card .kol-product-artist-row {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.single-product div.product.bmm-single-product-card .kol-product-artist-label {
	font-weight: 700;
}

.single-product div.product.bmm-single-product-card .kol-product-artist-name,
.single-product div.product.bmm-single-product-card .kol-product-artist-link {
	font-weight: 800;
	text-decoration: none;
}

.single-product div.product.bmm-single-product-card .price {
	grid-column: 3;
	grid-row: 1;
	align-self: flex-end;
	margin: 0 !important;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	text-align: right;
}

.single-product div.product.bmm-single-product-card .woocommerce-product-details__short-description {
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.65;
}

.single-product div.product.bmm-single-product-card form.cart {
	grid-column: 1;
	grid-row: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: flex-start;
	width: auto !important;
	max-width: 100%;
	margin: 0 !important;
}

.single-product div.product.bmm-single-product-card form.cart .quantity {
	margin: 0 !important;
}

.single-product div.product.bmm-single-product-card form.cart .button {
	width: auto !important;
	min-width: 156px;
	min-height: 44px;
	border-radius: 999px;
	padding: 0 22px;
	font-weight: 800;
}

.single-product div.product.bmm-single-product-card .product_meta {
	grid-column: 1 / 3;
	grid-row: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px 14px;
	width: max-content;
	max-width: 100%;
	margin: 0 !important;
	padding: 8px 12px;
	border: 1px solid transparent;
	border-radius: 12px;
	backdrop-filter: blur(10px);
	font-size: 13px;
	line-height: 1.35;
}

.single-product div.product.bmm-single-product-card .bmp-share-buttons.bmp-share-compact {
	grid-column: 1;
	grid-row: 3;
	display: inline-flex;
	width: max-content;
	max-width: 100%;
	justify-content: center;
	margin: 0 0 18px;
}

.single-product div.product.bmm-single-product-card .bmp-share-buttons.bmp-share-compact .bmp-share-toggle {
	border: 1px solid;
	border-radius: 999px;
}

.single-product div.product.bmm-single-product-card .bmp-share-buttons.bmp-share-compact .bmp-share-platforms {
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}

.single-product div.product.bmm-single-product-card .bmp-share-buttons.bmp-share-compact .bmp-share-platforms::before {
	right: auto;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}

.bmm-single-product-card__details {
	padding: 0;
	border-bottom-left-radius: 12px !important;
	border-bottom-right-radius: 12px !important;
}

.single-product div.product.bmm-single-product-card .woocommerce-tabs {
	display: none;
	padding-top: 24px;
	border-top: 1px solid;
}

.single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 18px !important;
	padding: 0 !important;
	border: 0 !important;
}

.single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs::before,
.single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs::after {
	content: none !important;
	display: none !important;
}

.single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: transparent !important;
	list-style: none;
}

.single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs li::before,
.single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs li::after {
	content: none !important;
	display: none !important;
}

.single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs li a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 16px !important;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs li.reviews_tab,
.single-product div.product.bmm-single-product-card .woocommerce-tabs #tab-reviews {
	display: none !important;
}

.single-product div.product.bmm-single-product-card .woocommerce-Tabs-panel {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 15px;
	line-height: 1.7;
}

.single-product div.product.bmm-single-product-card #tab-description,
.single-product div.product.bmm-single-product-card #tab-description > *,
.single-product div.product.bmm-single-product-card .woocommerce-Tabs-panel--description,
.single-product div.product.bmm-single-product-card .woocommerce-Tabs-panel--description > * {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.single-product div.product.bmm-single-product-card .woocommerce-Tabs-panel h2:first-child {
	margin-top: 0;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0;
}

.single-product div.product.bmm-single-product-card .related,
.single-product div.product.bmm-single-product-card .upsells {
	margin-top: 28px;
}

html.light-mode .single-product div.product.bmm-single-product-card,
body.light-mode .single-product div.product.bmm-single-product-card {
	background-color: transparent;
	border: 0;
	color: #1f2937;
}

html.light-mode .single-product div.product.bmm-single-product-card .bmm-single-product-card__media div.images,
body.light-mode .single-product div.product.bmm-single-product-card .bmm-single-product-card__media div.images {
	background: transparent !important;
}

html.light-mode .bmm-single-product-card__media,
body.light-mode .bmm-single-product-card__media {
	background: transparent !important;
}

html.light-mode .single-product div.product.bmm-single-product-card .woocommerce-product-gallery__image,
body.light-mode .single-product div.product.bmm-single-product-card .woocommerce-product-gallery__image,
html.light-mode .single-product div.product.bmm-single-product-card .flex-control-thumbs img,
body.light-mode .single-product div.product.bmm-single-product-card .flex-control-thumbs img {
	background: transparent !important;
}

html.light-mode .single-product div.product.bmm-single-product-card .product_title,
body.light-mode .single-product div.product.bmm-single-product-card .product_title,
html.light-mode .single-product div.product.bmm-single-product-card .woocommerce-Tabs-panel h2,
body.light-mode .single-product div.product.bmm-single-product-card .woocommerce-Tabs-panel h2 {
	color: #1f2937;
}

html.light-mode .bmm-single-product-card__artist-avatar,
body.light-mode .bmm-single-product-card__artist-avatar {
	border: 2px solid #e5e7eb;
	background: #f3f4f6;
}

html.light-mode .single-product div.product.bmm-single-product-card .kol-product-artist-label,
body.light-mode .single-product div.product.bmm-single-product-card .kol-product-artist-label {
	color: #6b7280;
}

html.light-mode .single-product div.product.bmm-single-product-card .kol-product-artist-name,
body.light-mode .single-product div.product.bmm-single-product-card .kol-product-artist-name,
html.light-mode .single-product div.product.bmm-single-product-card .kol-product-artist-link,
body.light-mode .single-product div.product.bmm-single-product-card .kol-product-artist-link {
	color: #1f2937;
}

html.light-mode .bmm-single-product-card__image-description,
body.light-mode .bmm-single-product-card__image-description {
	background: rgba(255, 255, 255, 0.88);
	color: #1f2937;
	scrollbar-color: #e5e7eb #f3f4f6;
}

html.light-mode .bmm-single-product-card__image-title,
body.light-mode .bmm-single-product-card__image-title {
	background: rgba(255, 255, 255, 0.6);
	border-color: rgba(229, 231, 235, 0.78);
	color: #1f2937;
}

html.light-mode .bmm-single-product-card__image-title .product_title,
body.light-mode .bmm-single-product-card__image-title .product_title {
	color: #1f2937;
	text-shadow: none;
}

html.light-mode .bmm-single-product-card__description-toggle,
body.light-mode .bmm-single-product-card__description-toggle {
	background: #f3f4f6;
	border-color: #e5e7eb;
	color: #1f2937;
}

html.light-mode .bmm-single-product-card__image-description::-webkit-scrollbar-track,
body.light-mode .bmm-single-product-card__image-description::-webkit-scrollbar-track {
	background: #f3f4f6;
}

html.light-mode .bmm-single-product-card__image-description::-webkit-scrollbar-thumb,
body.light-mode .bmm-single-product-card__image-description::-webkit-scrollbar-thumb {
	background-color: #e5e7eb;
}

html.light-mode .single-product div.product.bmm-single-product-card .price,
body.light-mode .single-product div.product.bmm-single-product-card .price,
html.light-mode .single-product div.product.bmm-single-product-card .price ins,
body.light-mode .single-product div.product.bmm-single-product-card .price ins {
	color: #1f2937;
}

html.light-mode .single-product div.product.bmm-single-product-card .woocommerce-product-details__short-description,
body.light-mode .single-product div.product.bmm-single-product-card .woocommerce-product-details__short-description,
html.light-mode .single-product div.product.bmm-single-product-card .product_meta,
body.light-mode .single-product div.product.bmm-single-product-card .product_meta,
html.light-mode .single-product div.product.bmm-single-product-card .woocommerce-Tabs-panel,
body.light-mode .single-product div.product.bmm-single-product-card .woocommerce-Tabs-panel {
	color: #1f2937;
}

html.light-mode .single-product div.product.bmm-single-product-card .product_meta a,
body.light-mode .single-product div.product.bmm-single-product-card .product_meta a {
	color: #1f2937;
}

html.light-mode .single-product div.product.bmm-single-product-card .product_meta,
body.light-mode .single-product div.product.bmm-single-product-card .product_meta,
html.light-mode .single-product div.product.bmm-single-product-card .woocommerce-tabs,
body.light-mode .single-product div.product.bmm-single-product-card .woocommerce-tabs {
	border-color: #e5e7eb;
}

html.light-mode .single-product div.product.bmm-single-product-card .product_meta,
body.light-mode .single-product div.product.bmm-single-product-card .product_meta {
	background: rgba(255, 255, 255, 0.6);
	border-color: rgba(229, 231, 235, 0.78);
}

html.light-mode .single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs li a,
body.light-mode .single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs li a {
	background: #f3f4f6;
	color: #1f2937;
}

html.light-mode .single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs li.active a,
body.light-mode .single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs li.active a {
	background: #e5e7eb;
	color: #111827;
}

html.light-mode .single-product div.product.bmm-single-product-card .bmp-share-buttons.bmp-share-compact .bmp-share-toggle,
body.light-mode .single-product div.product.bmm-single-product-card .bmp-share-buttons.bmp-share-compact .bmp-share-toggle {
	background: #f3f4f6;
	border-color: #e5e7eb;
	color: #1f2937;
}

html.dark-mode .single-product div.product.bmm-single-product-card,
body.dark-mode .single-product div.product.bmm-single-product-card {
	background-color: transparent;
	border: 0;
	color: #e0e0e0;
}

html.dark-mode .single-product div.product.bmm-single-product-card .bmm-single-product-card__media div.images,
body.dark-mode .single-product div.product.bmm-single-product-card .bmm-single-product-card__media div.images {
	background: transparent !important;
}

html.dark-mode .bmm-single-product-card__media,
body.dark-mode .bmm-single-product-card__media {
	background: transparent !important;
}

html.dark-mode .single-product div.product.bmm-single-product-card .woocommerce-product-gallery__image,
body.dark-mode .single-product div.product.bmm-single-product-card .woocommerce-product-gallery__image,
html.dark-mode .single-product div.product.bmm-single-product-card .flex-control-thumbs img,
body.dark-mode .single-product div.product.bmm-single-product-card .flex-control-thumbs img {
	background: transparent !important;
}

html.dark-mode .single-product div.product.bmm-single-product-card .product_title,
body.dark-mode .single-product div.product.bmm-single-product-card .product_title,
html.dark-mode .single-product div.product.bmm-single-product-card .woocommerce-Tabs-panel h2,
body.dark-mode .single-product div.product.bmm-single-product-card .woocommerce-Tabs-panel h2 {
	color: #e0e0e0;
}

html.dark-mode .bmm-single-product-card__artist-avatar,
body.dark-mode .bmm-single-product-card__artist-avatar {
	border: 2px solid #333;
	background: #2a2a2a;
}

html.dark-mode .single-product div.product.bmm-single-product-card .kol-product-artist-label,
body.dark-mode .single-product div.product.bmm-single-product-card .kol-product-artist-label {
	color: #a3a3a3;
}

html.dark-mode .single-product div.product.bmm-single-product-card .kol-product-artist-name,
body.dark-mode .single-product div.product.bmm-single-product-card .kol-product-artist-name,
html.dark-mode .single-product div.product.bmm-single-product-card .kol-product-artist-link,
body.dark-mode .single-product div.product.bmm-single-product-card .kol-product-artist-link {
	color: #e0e0e0;
}

html.dark-mode .bmm-single-product-card__image-description,
body.dark-mode .bmm-single-product-card__image-description {
	background: rgba(26, 26, 26, 0.86);
	color: #e0e0e0;
	scrollbar-color: #333 #2a2a2a;
}

html.dark-mode .bmm-single-product-card__image-title,
body.dark-mode .bmm-single-product-card__image-title {
	background: rgba(42, 42, 42, 0.5);
	border-color: rgba(51, 51, 51, 0.86);
	color: #e0e0e0;
}

html.dark-mode .bmm-single-product-card__image-title .product_title,
body.dark-mode .bmm-single-product-card__image-title .product_title {
	color: #e0e0e0;
	text-shadow: none;
}

html.dark-mode .bmm-single-product-card__description-toggle,
body.dark-mode .bmm-single-product-card__description-toggle {
	background: #2a2a2a;
	border-color: #333;
	color: #e0e0e0;
}

html.dark-mode .bmm-single-product-card__image-description::-webkit-scrollbar-track,
body.dark-mode .bmm-single-product-card__image-description::-webkit-scrollbar-track {
	background: #2a2a2a;
}

html.dark-mode .bmm-single-product-card__image-description::-webkit-scrollbar-thumb,
body.dark-mode .bmm-single-product-card__image-description::-webkit-scrollbar-thumb {
	background-color: #333;
}

html.dark-mode .single-product div.product.bmm-single-product-card .price,
body.dark-mode .single-product div.product.bmm-single-product-card .price,
html.dark-mode .single-product div.product.bmm-single-product-card .price ins,
body.dark-mode .single-product div.product.bmm-single-product-card .price ins {
	color: #e0e0e0;
}

html.dark-mode .single-product div.product.bmm-single-product-card .woocommerce-product-details__short-description,
body.dark-mode .single-product div.product.bmm-single-product-card .woocommerce-product-details__short-description,
html.dark-mode .single-product div.product.bmm-single-product-card .product_meta,
body.dark-mode .single-product div.product.bmm-single-product-card .product_meta,
html.dark-mode .single-product div.product.bmm-single-product-card .woocommerce-Tabs-panel,
body.dark-mode .single-product div.product.bmm-single-product-card .woocommerce-Tabs-panel {
	color: #e0e0e0;
}

html.dark-mode .single-product div.product.bmm-single-product-card .product_meta a,
body.dark-mode .single-product div.product.bmm-single-product-card .product_meta a {
	color: #e0e0e0;
}

html.dark-mode .single-product div.product.bmm-single-product-card .product_meta,
body.dark-mode .single-product div.product.bmm-single-product-card .product_meta,
html.dark-mode .single-product div.product.bmm-single-product-card .woocommerce-tabs,
body.dark-mode .single-product div.product.bmm-single-product-card .woocommerce-tabs {
	border-color: #333;
}

html.dark-mode .single-product div.product.bmm-single-product-card .product_meta,
body.dark-mode .single-product div.product.bmm-single-product-card .product_meta {
	background: rgba(42, 42, 42, 0.5);
	border-color: rgba(51, 51, 51, 0.86);
}

html.dark-mode .single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs li a,
body.dark-mode .single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs li a {
	background: #2a2a2a;
	color: #e0e0e0;
}

html.dark-mode .single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs li.active a,
body.dark-mode .single-product div.product.bmm-single-product-card .woocommerce-tabs ul.tabs li.active a {
	background: #333;
	color: #fff;
}

html.dark-mode .single-product div.product.bmm-single-product-card .bmp-share-buttons.bmp-share-compact .bmp-share-toggle,
body.dark-mode .single-product div.product.bmm-single-product-card .bmp-share-buttons.bmp-share-compact .bmp-share-toggle {
	background: #2a2a2a;
	border-color: #333;
	color: #e0e0e0;
}

.bmm-product-lightbox-open {
	overflow: hidden;
}

.bmm-product-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 160ms ease, visibility 160ms ease;
	box-sizing: border-box;
}

.bmm-product-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.bmm-product-lightbox__dialog {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 1180px);
	height: min(100%, 88vh);
	padding: 18px;
	border-radius: 14px;
	box-sizing: border-box;
}

.bmm-product-lightbox__image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 10px;
}

.bmm-product-lightbox__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 999px;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

html.light-mode .bmm-product-lightbox,
body.light-mode .bmm-product-lightbox {
	background: rgba(243, 244, 246, 0.88);
}

html.light-mode .bmm-product-lightbox__dialog,
body.light-mode .bmm-product-lightbox__dialog {
	background: #fff;
	border: 1px solid #e5e7eb;
}

html.light-mode .bmm-product-lightbox__image,
body.light-mode .bmm-product-lightbox__image {
	background: #f3f4f6;
}

html.light-mode .bmm-product-lightbox__close,
body.light-mode .bmm-product-lightbox__close {
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	color: #1f2937;
}

html.light-mode .bmm-product-lightbox__close:hover,
body.light-mode .bmm-product-lightbox__close:hover {
	background: #e5e7eb;
	color: #111827;
}

html.dark-mode .bmm-product-lightbox,
body.dark-mode .bmm-product-lightbox {
	background: rgba(0, 0, 0, 0.82);
}

html.dark-mode .bmm-product-lightbox__dialog,
body.dark-mode .bmm-product-lightbox__dialog {
	background: #1a1a1a;
	border: 1px solid #333;
}

html.dark-mode .bmm-product-lightbox__image,
body.dark-mode .bmm-product-lightbox__image {
	background: #2a2a2a;
}

html.dark-mode .bmm-product-lightbox__close,
body.dark-mode .bmm-product-lightbox__close {
	background: #2a2a2a;
	border: 1px solid #333;
	color: #e0e0e0;
}

html.dark-mode .bmm-product-lightbox__close:hover,
body.dark-mode .bmm-product-lightbox__close:hover {
	background: #333;
	color: #fff;
}

@media (max-width: 860px) {
	.single-product div.product.bmm-single-product-card {
		border-radius: 12px;
	}

	.bmm-single-product-card__top {
		padding-right: 0;
		padding-left: 0;
	}

	.bmm-single-product-card__summary {
		right: 92px;
		bottom: 14px;
		left: 28px;
		width: auto !important;
		padding-right: 14px;
		padding-left: 14px;
	}

	.bmm-single-product-card__media {
		padding-right: 1px;
		padding-left: 1px;
	}

	.bmm-single-product-card__image-description {
		top: 42%;
		right: 92px;
		bottom: auto;
		left: 12px;
		width: auto;
		max-height: 112px;
		font-size: 13px;
	}

	.bmm-single-product-card__image-description.is-expanded {
		top: 42%;
		max-height: 132px;
	}

	.bmm-single-product-card__details {
		padding: 0;
	}

	.single-product div.product.bmm-single-product-card .product_title {
		font-size: 28px;
	}

	.bmm-single-product-card__image-title {
		top: 14px;
		width: min(calc(100% - 108px), 560px);
		padding-right: 12px;
		padding-left: 12px;
	}

	.single-product div.product.bmm-single-product-card form.cart .button {
		justify-content: flex-start;
	}

	.bmm-single-product-card__artist {
		align-items: center;
	}

	.single-product div.product.bmm-single-product-card .kol-apes-product-card-rail {
		top: 96px !important;
		right: 10px !important;
	}

	.bmm-product-lightbox {
		padding: 10px;
	}

	.bmm-product-lightbox__dialog {
		width: 100%;
		height: 92vh;
		padding: 12px;
		border-radius: 12px;
	}

	.bmm-product-lightbox__close {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 861px) {
	body.single-product.kol-apes-sidebar-open div.product.bmm-single-product-card {
		width: calc(100vw - var(--kol-apes-open-sidebar-width, 400px) - 24px);
		max-width: 1120px;
		margin-right: auto !important;
		margin-left: 0 !important;
		transform: none;
	}
}

/* ------------------------------------------------------------------
   WooCommerce single product reels layout
   ------------------------------------------------------------------ */

body.single-product .woo-left-sidebar,
body.single-product .woo-primary-sidebar {
	display: none !important;
}

body.single-product,
body.single-product #page,
body.single-product .site,
body.single-product .site-content,
body.single-product .content-wrapper {
	min-height: 0 !important;
}

body.single-product .site-content .content-area,
body.single-product #primary {
	width: 100% !important;
	max-width: none !important;
}

.single-product div.product.bmm-single-product-card {
	max-width: min(100%, 760px);
	min-height: 0;
	margin-right: auto !important;
	margin-left: auto !important;
	overflow: visible !important;
	border-radius: 0 !important;
	background-color: #050505 !important;
	box-shadow: none !important;
}

.single-product div.product.bmm-single-product-card.is-navigating-next,
.single-product div.product.bmm-single-product-card.is-navigating-previous {
	opacity: 0.82;
	transition: opacity 180ms ease, transform 240ms ease;
}

.single-product div.product.bmm-single-product-card.is-navigating-next {
	transform: translateY(-4%);
}

.single-product div.product.bmm-single-product-card.is-navigating-previous {
	transform: translateY(4%);
}

.single-product div.product.bmm-single-product-card.is-entering-next,
.single-product div.product.bmm-single-product-card.is-entering-previous {
	animation-duration: 240ms;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
}

.single-product div.product.bmm-single-product-card.is-entering-next {
	animation-name: bmm-product-short-enter-next;
}

.single-product div.product.bmm-single-product-card.is-entering-previous {
	animation-name: bmm-product-short-enter-previous;
}

@keyframes bmm-product-short-enter-next {
	0% {
		opacity: 0.72;
		transform: translateY(6%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes bmm-product-short-enter-previous {
	0% {
		opacity: 0.72;
		transform: translateY(-6%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.single-product div.product.bmm-single-product-card::before {
	content: none;
	display: none !important;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__top {
	min-height: min(760px, calc(100svh - 72px));
	border-radius: 16px !important;
	overflow: hidden;
	background: #050505;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__media {
	min-height: min(760px, calc(100svh - 72px));
	border-radius: 16px !important;
	background: #050505 !important;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__media div.images,
.single-product div.product.bmm-single-product-card .woocommerce-product-gallery__image,
.single-product div.product.bmm-single-product-card .woocommerce-product-gallery__image a,
.single-product div.product.bmm-single-product-card .woocommerce-product-gallery__image img {
	height: min(760px, calc(100svh - 72px));
	min-height: min(760px, calc(100svh - 72px));
}

.single-product div.product.bmm-single-product-card .woocommerce-product-gallery__image img {
	object-fit: cover;
	object-position: center;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.2) 0%,
		rgba(0, 0, 0, 0.04) 34%,
		rgba(0, 0, 0, 0.12) 58%,
		rgba(0, 0, 0, 0.82) 100%
	);
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__artist-avatar {
	z-index: 12;
	border: 2px solid rgba(255, 255, 255, 0.78);
	background: rgba(0, 0, 0, 0.42);
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__image-title {
	top: 18px;
	right: 72px;
	left: 72px;
	z-index: 8;
	width: auto;
	max-width: none;
	padding: 10px 14px;
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.72);
	color: #111827;
	transform: none;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__image-title .product_title {
	font-size: clamp(28px, 5vw, 44px);
	color: #111827;
	text-shadow: none;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__image-title .wcpay-express-checkout-wrapper,
.single-product div.product.bmm-single-product-card .bmm-single-product-card__image-title .wc-block-components-express-payment,
.single-product div.product.bmm-single-product-card .bmm-single-product-card__image-title .wc-stripe-product-checkout-container,
.single-product div.product.bmm-single-product-card .bmm-single-product-card__image-title .wc-stripe-payment-request-wrapper,
.single-product div.product.bmm-single-product-card .bmm-single-product-card__image-title .ppcp-messages,
.single-product div.product.bmm-single-product-card .bmm-single-product-card__image-title .ppc-button-wrapper,
.single-product div.product.bmm-single-product-card .bmm-single-product-card__image-title .paypal-buttons {
	display: none !important;
}

.single-product div.product.bmm-single-product-card .wcmp-player-container,
.single-product div.product.bmm-single-product-card .wcmp-player,
.single-product div.product.bmm-single-product-card .mejs-container,
.single-product div.product.bmm-single-product-card .wp-audio-shortcode,
.single-product div.product.bmm-single-product-card audio {
	position: absolute !important;
	bottom: auto !important;
	left: -9999px !important;
	width: 1px !important;
	min-width: 0 !important;
	max-width: 1px !important;
	height: 1px !important;
	min-height: 0 !important;
	max-height: 1px !important;
	margin: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 14;
	display: block;
	min-height: 72px;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0 0 16px 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(6, 8, 10, 0.5)), rgba(6, 8, 10, 0.68);
	box-shadow: inset 0 20px 38px rgba(255, 255, 255, 0.04), 0 -12px 28px rgba(0, 0, 0, 0.2);
	color: #fff;
	backdrop-filter: blur(14px) saturate(1.08);
	box-sizing: border-box;
	pointer-events: auto;
	touch-action: manipulation;
}

body.single-product #bmp-now-playing,
body.single-product #bmp-player-tab {
	display: none !important;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__waves {
	position: absolute;
	top: 6px;
	right: 88px;
	left: 16px;
	display: grid;
	grid-template-columns: repeat(28, minmax(2px, 1fr));
	align-items: end;
	gap: 3px;
	height: 16px;
	opacity: 0.24;
	pointer-events: none;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__waves span {
	display: block;
	height: 5px;
	min-height: 3px;
	border-radius: 999px 999px 0 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(83, 157, 44, 0.82));
	transform-origin: center bottom;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__waves span:nth-child(3n) {
	height: 10px;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__waves span:nth-child(4n) {
	height: 14px;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player.is-playing .bmm-product-dock-player__waves {
	opacity: 0.86;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player.is-playing .bmm-product-dock-player__waves span {
	animation: bmm-product-dock-wave 720ms ease-in-out infinite alternate;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player.is-playing .bmm-product-dock-player__waves span:nth-child(2n) {
	animation-duration: 560ms;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__controls {
	display: grid;
	grid-template-columns: 36px 48px 36px minmax(64px, 1fr) auto auto;
	align-items: center;
	gap: 8px;
	min-height: 72px;
	padding: 24px 86px 10px 16px;
	box-sizing: border-box;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__button,
.single-product div.product.bmm-single-product-card .bmm-product-dock-player__progress {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	border: 0;
	color: inherit;
	cursor: pointer;
	pointer-events: auto;
	touch-action: manipulation;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__button {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 999px;
	background: rgba(8, 13, 14, 0.66);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 8px 18px rgba(0, 0, 0, 0.2);
	transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__button--toggle {
	width: 48px;
	height: 48px;
	background: rgba(8, 13, 14, 0.78);
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__button:hover,
.single-product div.product.bmm-single-product-card .bmm-product-dock-player__button:focus-visible {
	background: rgba(8, 13, 14, 0.92);
	transform: translateY(-1px);
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__button:disabled,
.single-product div.product.bmm-single-product-card .bmm-product-dock-player__progress:disabled,
.single-product div.product.bmm-single-product-card .bmm-product-dock-player.is-disabled {
	opacity: 0.55;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__button .dashicons {
	width: 21px;
	height: 21px;
	font-size: 21px;
	line-height: 1;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__button--toggle .dashicons {
	width: 28px;
	height: 28px;
	font-size: 28px;
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__progress {
	position: relative;
	display: block;
	width: 100%;
	height: 8px;
	padding: 0;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.24);
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__progress-fill {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0%;
	border-radius: inherit;
	background: linear-gradient(90deg, #ffffff, #539d2c);
	box-shadow: 0 0 18px rgba(83, 157, 44, 0.38);
}

.single-product div.product.bmm-single-product-card .bmm-product-dock-player__time {
	min-width: 34px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-align: right;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.34);
}

@keyframes bmm-product-dock-wave {
	0% {
		transform: scaleY(0.35);
	}

	100% {
		transform: scaleY(1.15);
	}
}

.single-product div.product.bmm-single-product-card .kol-apes-product-menu {
	z-index: 14 !important;
}

.single-product div.product.bmm-single-product-card .kol-apes-product-card-rail {
	z-index: 12 !important;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 64px;
	max-height: calc(100% - 150px);
	overflow: visible;
}

.single-product div.product.bmm-single-product-card .kol-apes-product-card-rail form.cart,
.single-product div.product.bmm-single-product-card .kol-apes-product-card-rail .wcpay-express-checkout-wrapper,
.single-product div.product.bmm-single-product-card .kol-apes-product-card-rail .wc-block-components-express-payment,
.single-product div.product.bmm-single-product-card .kol-apes-product-card-rail .wc-stripe-product-checkout-container,
.single-product div.product.bmm-single-product-card .kol-apes-product-card-rail .wc-stripe-payment-request-wrapper,
.single-product div.product.bmm-single-product-card .kol-apes-product-card-rail .ppcp-messages,
.single-product div.product.bmm-single-product-card .kol-apes-product-card-rail .ppc-button-wrapper,
.single-product div.product.bmm-single-product-card .kol-apes-product-card-rail .paypal-buttons {
	display: none !important;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__image-description {
	top: auto;
	right: 96px;
	bottom: 154px;
	left: 18px;
	z-index: 7;
	width: auto;
	max-width: 560px;
	max-height: 74px;
	transform: none;
	background: rgba(255, 255, 255, 0.82);
	color: #111827;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary {
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 9;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	max-width: 620px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.72);
	color: #fff;
	backdrop-filter: blur(12px);
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary .price {
	flex: 0 0 auto;
	order: 1;
	margin: 0 !important;
	color: #fff !important;
	text-align: left;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary > p:empty,
.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary .price:empty,
.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary .ppcp-messages {
	display: none !important;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary .bmpoints-price-wrapper {
	flex: 0 1 auto;
	order: 1;
	margin: 0 !important;
	color: #fff;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary form.cart {
	flex: 1 1 260px;
	order: 2;
	display: flex !important;
	align-items: center;
	gap: 8px;
	margin: 0 !important;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary form.cart .quantity {
	flex: 0 0 auto;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary form.cart .button {
	flex: 1 1 auto;
	min-width: 132px;
	min-height: 42px;
	justify-content: center;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary .wcpay-express-checkout-wrapper,
.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary .wc-block-components-express-payment,
.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary .wc-stripe-product-checkout-container,
.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary .wc-stripe-payment-request-wrapper,
.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary .ppcp-messages,
.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary .ppc-button-wrapper,
.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary .paypal-buttons {
	flex: 1 1 100%;
	order: 4;
	max-height: 92px;
	overflow: hidden;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary .product_meta {
	flex: 1 1 100%;
	order: 5;
	width: auto;
	max-width: 100%;
	margin: 0 !important;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.78);
	backdrop-filter: none;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary .product_meta a {
	color: #fff;
}

.single-product div.product.bmm-single-product-card .bmm-single-product-card__details {
	margin-top: 24px;
	padding: 0 0 24px;
	background: transparent;
}

.single-product div.product.bmm-single-product-card .related,
.single-product div.product.bmm-single-product-card .upsells {
	margin-top: 24px;
}

body.single-product div.product.bmm-single-product-card .bmm-single-product-card__summary,
body.single-product div.product.bmm-single-product-card .bmm-single-product-card__details,
body.single-product div.product.bmm-single-product-card .related,
body.single-product div.product.bmm-single-product-card .upsells {
	display: none !important;
}

@media (max-width: 860px) {
	@supports selector(html:has(body)) {
		html:has(body.bmm-product-short-mobile-fullscreen) {
			margin-top: 0 !important;
			overflow: hidden;
		}
	}

	body.bmm-product-short-mobile-fullscreen {
		min-height: 100svh;
		overflow: hidden;
		margin-top: 0 !important;
	}

	body.bmm-product-short-mobile-fullscreen #wpadminbar,
	body.bmm-product-short-mobile-fullscreen #masthead,
	body.bmm-product-short-mobile-fullscreen .site-header,
	body.bmm-product-short-mobile-fullscreen header.site-header,
	body.bmm-product-short-mobile-fullscreen .kol-ams-header,
	body.bmm-product-short-mobile-fullscreen #kol-bbm-bottom-menu-icons,
	body.bmm-product-short-mobile-fullscreen .kol-bbm-container,
	body.bmm-product-short-mobile-fullscreen #colophon,
	body.bmm-product-short-mobile-fullscreen .site-footer,
	body.bmm-product-short-mobile-fullscreen footer.site-footer,
	body.bmm-product-short-mobile-fullscreen footer {
		display: none !important;
	}

	body.bmm-product-short-mobile-fullscreen #page,
	body.bmm-product-short-mobile-fullscreen #content,
	body.bmm-product-short-mobile-fullscreen .site-content,
	body.bmm-product-short-mobile-fullscreen .container,
	body.bmm-product-short-mobile-fullscreen .content-wrapper,
	body.bmm-product-short-mobile-fullscreen #primary,
	body.bmm-product-short-mobile-fullscreen #main {
		width: 100% !important;
		min-height: 100svh !important;
		height: 100svh !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 0 !important;
		padding-top: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		overflow: hidden !important;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card {
		width: 100%;
		max-width: 100%;
		height: 100svh;
		max-height: 100svh;
		margin-bottom: 0 !important;
		overflow: hidden !important;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__top,
	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__media,
	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__media div.images,
	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .woocommerce-product-gallery__image,
	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .woocommerce-product-gallery__image a,
	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .woocommerce-product-gallery__image img {
		height: 100svh;
		min-height: 100svh;
		max-height: none;
		border-radius: 0 !important;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__image-title {
		top: 14px;
		right: 58px;
		left: 58px;
		padding: 8px 10px;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__image-title .product_title {
		font-size: clamp(24px, 8vw, 34px);
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .kol-apes-product-card-rail {
		top: 88px !important;
		right: 8px !important;
		width: 56px;
		gap: 8px;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-product-dock-player {
		min-height: 64px;
		border-radius: 0 !important;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-product-dock-player__waves {
		right: 74px;
		left: 10px;
		gap: 2px;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-product-dock-player__controls {
		grid-template-columns: 32px 44px 32px minmax(46px, 1fr) auto;
		gap: 6px;
		min-height: 64px;
		padding: 22px 70px 8px 10px;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-product-dock-player__button {
		width: 32px;
		height: 32px;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-product-dock-player__button--toggle {
		width: 44px;
		height: 44px;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-product-dock-player__time--duration {
		display: none;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__image-description {
		right: 76px;
		bottom: 80px;
		left: 14px;
		max-height: 64px;
		padding: 8px 10px;
		font-size: 13px;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__summary {
		right: 74px;
		bottom: 14px;
		left: 14px;
		max-width: none;
		padding: 10px;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__summary .price {
		font-size: 18px;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__summary .bmpoints-price-wrapper {
		font-size: 15px;
		line-height: 1.25;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__summary form.cart {
		flex-basis: 100%;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__summary form.cart .quantity {
		max-width: 70px;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__summary .product_meta {
		display: none;
	}

	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__summary .wcpay-express-checkout-wrapper,
	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__summary .wc-block-components-express-payment,
	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__summary .wc-stripe-product-checkout-container,
	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__summary .wc-stripe-payment-request-wrapper,
	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__summary .ppcp-messages,
	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__summary .ppc-button-wrapper,
	body.bmm-product-short-mobile-fullscreen div.product.bmm-single-product-card .bmm-single-product-card__summary .paypal-buttons {
		max-height: 46px;
	}
}

@media (max-width: 860px) {
	html:has(body.bmm-product-short-mobile-fullscreen) {
		margin-top: 0 !important;
		overflow: hidden !important;
	}

	html body.bmm-product-short-mobile-fullscreen {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		overflow: hidden !important;
	}

	html body.bmm-product-short-mobile-fullscreen #wpadminbar,
	html body.bmm-product-short-mobile-fullscreen #masthead,
	html body.bmm-product-short-mobile-fullscreen .site-header,
	html body.bmm-product-short-mobile-fullscreen header.site-header,
	html body.bmm-product-short-mobile-fullscreen .kol-ams-header,
	html body.bmm-product-short-mobile-fullscreen #kol-bbm-bottom-menu-icons,
	html body.bmm-product-short-mobile-fullscreen .kol-bbm-container,
	html body.bmm-product-short-mobile-fullscreen #colophon,
	html body.bmm-product-short-mobile-fullscreen .site-footer,
	html body.bmm-product-short-mobile-fullscreen footer.site-footer,
	html body.bmm-product-short-mobile-fullscreen footer {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}
}
