/*
Theme Name: Lovmie
Theme URI: https://lovmie.com
Author: Admin
Author URI: https://lovmie.com
Description: Custom theme for Lovmie subscription service
Version: 1.0
Text Domain: lovmie
*/

.cmplz-cookiebanner {
	grid-row-gap: 0 !important;
}

.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
	border: 2px solid #DC0083 !important;
	bottom: -0.625em !important;
	box-shadow: none !important;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link {
	color: #333 !important;
}

#cmplz-manage-consent .cmplz-manage-consent {
	left: 0.625em !important;
}

.cmplz-links.cmplz-documents {
	display: none !important;
}

.cmplz-message>p {
	margin-bottom: 0;
}

.cmplz-link.cookie-statement {
	margin-left: 0.3125em;
	font-size: 0.82rem;
	border-bottom: 1px solid #777;
}

@media (max-width: 768px) {
	.cmplz-cookiebanner .cmplz-buttons {
		flex-direction: row !important;
	}

	.cmplz-btn {
		padding: 0.3125em 0.625em !important;
	}
}

/* Blog page */
.blog .container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(21.25em, 1fr));
	gap: 3rem;
	align-items: stretch;
}

.blog-item {
	display: flex;
	flex-direction: column;
	gap: 2em;
	height: 100%;
}

.blog-item img,
.post-content img {
	width: 100%;
	height: 12.5em;
	object-fit: cover;
}

.blog-item .author {
	width: fit-content;
	padding: 0 2em 0 0;
	display: flex;
	align-items: center;
	gap: 0.625em;
	letter-spacing: 0.03em;
	font-weight: 600;
	border-radius: 3.125em;
	border: 2px solid var(--main-color);
	margin-top: -3.7em;
	color: var(--white-color);
	background: var(--main-color);
	position: relative;
	z-index: 0;

}

.blog-item .author .icon {
	padding: 0.625em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	background: var(--white-color);
}

.blog-item .author .icon>img {
	width: 1.625em;
	height: 1.625em;
}

.blog-item .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.blog-item .content>a:not(.post-more-btn) {
	flex-grow: 1;
}

.blog-item .content h3 {
	margin-block-start: 0;
}

.blog-item .content .excerpt>p {
	margin-block-end: 0;
}

.blog-item .content .post-more-btn {
	width: 100%;
	margin-top: 2em;
	text-align: center;
}

.blog-item h3:hover {
	color: var(--main-color);
}

.blog-item .meta {
	text-align: end;
}


/* Blog single post page */
.single-post {
	padding: 4.3em 0 1.875em;
}

.single-post .container {
	max-width: 50rem !important;
}

.single-post h1 {
	font-size: clamp(1.5rem, 5vw, 2.5rem) !important;
}

.post-content {
	font-family: "Inter", sans-serif;
	font-size: 1.25rem;
	line-height: 1.7;
	letter-spacing: 0.03em;
}

.post-content p {
	margin-bottom: 1.25em;
	text-indent: 1em;
}

.post-content p:first-child {
	text-indent: 0;
}

.post-content ul {
	margin: 1em 0;
}

.post-content ul li {
	margin-bottom: 0.5em;
}

.post-content>img {
	height: 18.75em;
	margin: 2em 0;
}

.post-content>img+p {
	margin-top: 2em;
}

.post-content .dialog {
	margin: 2em 0;
	padding: 0 0 0 1em;
	border-top: 1px solid var(--dark-color);
	border-bottom: 1px solid var(--dark-color);
}

.post-content .resume {
	margin: 2em 0 1.25em;
	border-top: 1px solid var(--dark-color);
}

.single-post article .post-meta {
	text-align: right;
	font-weight: 500;
	margin: 2em 0 1.25em;
}

.single-post .subscribe-btn {
	margin: 3.125em 0 0;
	width: 100%;
}

@media (max-width: 800px) {
	.blog .container {
		grid-template-columns: repeat(2, 1fr);
	}

	.single-post {
		padding: 2.5em 0;
	}

}

@media (max-width: 620px) {
	.blog .container {
		grid-template-columns: repeat(1, 1fr);
	}

	.post-content {
		font-size: 1rem;
	}

	.post-content>img {
		height: 12.5em;
	}

	.single-post {
		padding: 4.375em 0 2.5em;
	}

	.single-post .container article h1 {
		margin-bottom: 1em;
	}

}


/* Mystery Box single product page */

.product_cat-mystery .woocommerce-Tabs-panel--description,
.product_cat-mystery-de .woocommerce-Tabs-panel--description {
	display: flex;
	flex-direction: column;
}

.product_cat-mystery .product-features,
.product_cat-mystery-de .product-features {
	order: -1;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
	gap: 2em;
	margin: 2.5em 0;
}

.product_cat-mystery .product-features .item,
.product_cat-mystery-de .product-features .item {
	padding: 1.25em;
	font-family: "Quicksand", sans-serif;
	text-align: center;
	font-weight: 500;
	font-size: 1.2rem;
	color: #000;
	background: #fff;
	border-top-left-radius: 1.875em;
	border-bottom-right-radius: 1.875em;
	position: relative;
	display: flex;
	gap: 1em;
	align-items: center;
}

.product_cat-mystery .product-features .item:before,
.product_cat-mystery-de .product-features .item:before {
	content: '';
	position: absolute;
	top: -0.1875em;
	left: -0.1875em;
	right: -0.1875em;
	bottom: -0.1875em;
	background: linear-gradient(to right, #dc0083, #7f54b3);
	border-top-left-radius: 2.0625em;
	border-bottom-right-radius: 2.0625em;
	z-index: -1;
}

.product_cat-mystery .product-features .item img,
.product_cat-mystery-de .product-features .item img {
	width: 2.9rem;
	height: 2.9rem;
}


.product_cat-mystery .woocommerce-product-gallery__wrapper,
.product_cat-mystery-de .woocommerce-product-gallery__wrapper {
	position: relative;
}

.woocommerce-product-gallery__wrapper .badge {
	width: 140px;
	height: 140px;
	overflow: hidden;
	position: absolute;
}

.woocommerce-product-gallery__wrapper .badge::before,
.woocommerce-product-gallery__wrapper .badge::after {
	position: absolute;
	z-index: -1;
	content: "";
	display: block;
	border: 5px solid #9e1265;
}

.woocommerce-product-gallery__wrapper .badge span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: #dc0083;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	font: 700 1.3rem/1 "Quicksand", sans-serif;
	letter-spacing: 0.05em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.woocommerce-product-gallery__wrapper .badge-top-left {
	top: -10px;
	left: -10px;
}

.woocommerce-product-gallery__wrapper .badge-top-left::before,
.woocommerce-product-gallery__wrapper .badge-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}

.woocommerce-product-gallery__wrapper .badge-top-left::before {
	top: 0;
	right: 0;
}

.woocommerce-product-gallery__wrapper .badge-top-left::after {
	bottom: 0;
	left: 0;
}

.woocommerce-product-gallery__wrapper .badge-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
}

.woocommerce-product-gallery__wrapper .badge-bottom-right {
	bottom: -10px;
	right: -10px;
}

.woocommerce-product-gallery__wrapper .badge-bottom-right::before,
.woocommerce-product-gallery__wrapper .badge-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.woocommerce-product-gallery__wrapper .badge-bottom-right::before {
	top: 0;
	right: 0;
}

.woocommerce-product-gallery__wrapper .badge-bottom-right::after {
	bottom: 0;
	left: 0;
}

.woocommerce-product-gallery__wrapper .badge-bottom-right span {
	left: -25px;
	bottom: 30px;
	transform: rotate(-45deg);
}


@media (max-width: 620px) {

	.product_cat-mystery,
	.product_cat-mystery-de {
		margin-top: 2em;
	}

	.product_cat-mystery .product-features .item,
	.product_cat-mystery-de .product-features .item {
		font-size: 1rem;
		padding: 15px;
	}

	.woocommerce-product-gallery__wrapper .badge span {
		font: 700 1.2rem/1 "Quicksand", sans-serif;
	}

}

/* banner styles */

.mystery-banner {
	border-radius: 1.25em;
	background: #000;
	position: relative;
	z-index: 0;
}

.mystery-banner:before {
	content: '';
	position: absolute;
	z-index: -1;
	background: linear-gradient(to right, #dc0083, #7f54b3);
	top: -0.25em;
	left: -0.25em;
	right: -0.25em;
	bottom: -0.25em;
	border-radius: 1.5em;
}

.banner-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	z-index: 0;
	pointer-events: none;
	border-radius: 1.25em;
}

.mystery-banner .content {
	width: 100%;
	height: 100%;
	padding: 3.5em 3.125em;
	border-radius: 1.25em;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.mystery-home .mystery-banner .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mystery-home .mystery-banner .content .left {
	width: 40%;
}

.mystery-home .mystery-banner .content .right {
	width: 20%;
}

.mystery-banner h2 {
	margin-block-start: 0.3em;
	color: #fff;
	text-align: start !important;
	text-shadow:
		0 0 0 #dc0083,
		0 2px 0 #7f54b3,
		0 4px 4px rgba(220, 0, 131, 0.3),
		0 6px 6px rgba(127, 84, 179, 0.2);
}

.mystery-banner .marker {
	width: fit-content;
	margin-block-end: 0.2em;
	margin-left: 0.2em;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95em;
	font-weight: 500;
}

.mystery-banner .mystery-word {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.03em;
	margin: 15px 0;
	color: #fff;
	text-shadow:
		0 0 0 #dc0083,
		0 2px 0 #7f54b3,
		0 4px 4px rgba(220, 0, 131, 0.3),
		0 6px 6px rgba(127, 84, 179, 0.2);
}

.mystery-shop .mystery-banner .content {
	background-image: url(/wp-content/uploads/2025/11/mystery-banner.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mystery-home .mystery-banner .button {
	font-family: "Quicksand", sans-serif;
	display: inline-block;
	letter-spacing: 0.2px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.mystery-home .mystery-banner .button:hover,
.mystery-home .mystery-banner .button:active {
	transform: scale(1.05);
}

.mystery-shop .content {
	padding: 2em 3.125em 2.2em;
}

.mystery-shop .mystery-banner h2 {
	margin-block-end: 0.5em;
}

.mystery-shop .mystery-banner .mystery-word {
	font-size: 1.2rem;
	margin: 15px 0 40px;
}

.mystery-shop .mystery-banner .button {
	font-family: "Quicksand", sans-serif;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.2px;
	font-weight: 700;
	color: #fff;
	padding: 12px 24px;
	margin-right: 30px;
	background: #7f54b3;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 5px 15px rgba(127, 84, 179, .5);
	transition: background .3s ease;
}

.mystery-shop .mystery-banner .button:hover,
.mystery-shop .mystery-banner .button:active {
	background-color: #dc0083;
	transform: none;
}


@media (max-width: 620px) {

	.mystery-home {
		padding: 20px 0 30px;
	}

	.mystery-shop {
		padding: 0 0 30px;
	}

	.mystery-banner .content {
		padding: 1.5em;
	}

	.mystery-banner h2 {
		max-width: 20rem;
	}

	.mystery-home .mystery-banner .content .left {
		width: 100%;
	}

	.mystery-home .mystery-banner .content .right {
		display: none;
	}

	.mystery-home .mystery-banner h2 {
		margin-bottom: 2em;
	}

	.banner-video {
		object-position: 25% center;
	}

	.mystery-shop p.mystery-word {
		max-width: 11.25rem;
		text-wrap: wrap;
		line-height: 1.3;
	}

}

/* Mystery Box landing page */

.mystery {
	background: #000;
	position: relative;
}

body.mystery::-webkit-scrollbar {
	width: 0.5rem;
}

body.mystery::-webkit-scrollbar-track {
	background: #2a1738;
	background: linear-gradient(to bottom, #2a1738, #1d1027);
}

body.mystery::-webkit-scrollbar-thumb {
	background: linear-gradient(to bottom, #dc0083, #7f54b3);
	border-radius: 0.3rem;
}

.mystery .navbar,
.mystery footer {
	background: transparent;
	z-index: 5;
	box-shadow: none;
	border: none;
}

.mystery main {
	flex: 1 0 auto;
	padding-bottom: 0;
	position: relative;
}

.mystery .navbar .nav-center a,
.mystery p {
	color: #fff;
}

.mystery .navbar .nav-center a {
	text-transform: capitalize;
	margin: 0 1.5rem;
	padding: 0 5px 5px;
	font-family: "Quicksand", sans-serif;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 2px solid var(--main-color);
	transition: color .3s;
}

.mystery .navbar .nav-right .current-lang {
	border: 2.5px solid var(--main-color);
}

.mystery .overlay {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,
			transparent 0%,
			transparent 50%,
			rgba(0, 0, 0, 0.05) 60%,
			rgba(0, 0, 0, 0.10) 70%,
			rgba(0, 0, 0, 0.15) 80%,
			rgba(0, 0, 0, 0.25) 90%,
			rgba(0, 0, 0, 0.3) 100%);
}

.mystery p,
.mystery ul li {
	font-family: "Inter", sans-serif;
	color: #fff;
	font-size: 1.3rem;
}

.animation {
	position: relative;
	width: 100%;
	min-height: 280vh;
	display: flex;
	flex-direction: column;
}

.video-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 0;
	pointer-events: none;
}

.video-wrap video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mystery-hero {
	padding: 100px 0;
	position: sticky;
	top: 100px;
	left: 0;
	z-index: 5;
	width: 100%;
	min-height: 100vh;
}

.mystery-hero .hero-content {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}

.mystery-hero .hero-content .left {
	width: 40%;
}

.mystery-hero .hero-content .right {
	width: 35%;
}

.mystery-hero h1 {
	color: #fff;
	font-size: 5rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: start;
	letter-spacing: 0.18em;
	text-shadow:
		0 0 0.05em #000,
		0 0 0.1em #000,
		0 0 1.5em rgba(255, 79, 248, 0.8),
		0 0 2.5em rgba(255, 79, 248, 0.7),
		0 0 4em rgba(220, 0, 131, 0.6),
		0 0 6em rgba(220, 0, 131, 0.5),
		0 0 8em rgba(220, 0, 131, 0.4),
		0 0 10em rgba(220, 0, 131, 0.3);
	filter: drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.8));
	margin-bottom: 2em;
	opacity: 0;
	will-change: opacity;
}

.mystery-hero h1 .letter {
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
	will-change: opacity, transform;
}

.mystery-hero .hero-text {
	margin-bottom: 12em;
}

.mystery-hero .hero-text p {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #fff;
	margin-block-start: 0.5em;
	opacity: 0;
	transform: translateY(60%);
	will-change: opacity, transform;
	text-shadow: 0 0 0 #dc0083, 0 2px 0 #7f54b3, 0 4px 4px rgba(220, 0, 131, .3), 0 6px 6px rgba(127, 84, 179, .2);
	overflow: hidden;
}

.mystery-hero .subscribe-btn {
	opacity: 0;
	transform: translateY(60%);
	will-change: opacity, transform;
	z-index: 5;
}

.mystery-hero ul {
	margin-block-start: 0;
	list-style-position: inside;
}

.mystery-hero .reveal-item {
	text-align: start;
	text-wrap: pretty;
	margin-bottom: 1.5em;
	letter-spacing: 0.04em;
	font-weight: 700;
	color: var(--main-color);
	text-shadow: 0 0 0.05em #000, 0 0 0.1em #000, 0 1px 0 #000;
	opacity: 0;
	transform: translateY(60%);
	will-change: opacity, transform;
}

.mystery-hero .reveal-item span {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--white-color);
	text-transform: lowercase;
	/* text-shadow:
		0 0 0.05em #000,
		0 0 0.1em #000,
		0 0 0 #dc0083,
		0 2px 0 #7f54b3,
		0 4px 4px rgba(220, 0, 131, .3),
		0 6px 6px rgba(127, 84, 179, .2); */
}

.mystery-hero .hero-content .right ul li.reveal-item::marker {
	content: "➘ ";
	color: var(--main-color);
	font-size: 1.4em;
}

.mystery footer {
	flex-shrink: 0;
	position: relative;
	z-index: 5;
	border-top: none;
	padding-top: 0;
}

.mystery footer .container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.mystery footer p,
.mystery footer a {
	font-family: "Inter", sans-serif;
	font-size: 1rem !important;
}

/* MEDIA QUERIES */

@media (max-width: 1024px) {

	.mystery-hero h1 {
		font-size: 3.5rem;
		letter-spacing: 0.12em;
	}

	.mystery-hero .hero-text p {
		font-size: 1.3rem;
	}

}

@media (max-width: 992px) {
	.mystery-hero .hero-content .left {
		width: 60%;
	}

	.mystery-hero .hero-content .right {
		width: 40%;
	}
}

@media (max-width: 768px) {

	.mystery-hero {
		padding: 80px 0 150px;
	}

	.mystery-hero h1 {
		font-size: 2.5rem;
		letter-spacing: 0.1em;
		line-height: 1.2;
		text-shadow:
			0 0 0.05em #000,
			0 0 0.1em #000,
			0 0 1em rgba(255, 79, 248, 0.8),
			0 0 1.8em rgba(255, 79, 248, 0.7),
			0 0 3em rgba(220, 0, 131, 0.6),
			0 0 4.5em rgba(220, 0, 131, 0.5),
			0 0 6em rgba(220, 0, 131, 0.4);
	}

	.mystery-hero .hero-text {
		margin-bottom: 6em;
	}

	.mystery p,
	.mystery ul li {
		font-size: 1.2rem;
	}
}

@media (max-width: 620px) {
	body.mystery::-webkit-scrollbar {
		width: 0.4rem;
	}

	.mystery .container {
		padding: 0 2em !important;
	}

	.mystery .navbar {
		position: relative;
		z-index: 5;
	}

	.animation {
		min-height: 200vh;
	}

	.mystery-hero {
		padding: 60px 0 100px;
	}

	.mystery-hero .hero-content {
		flex-direction: column;
		gap: 10rem;
		padding: 0 !important;
	}

	.mystery-hero .hero-content .left,
	.mystery-hero .hero-content .right {
		width: 100%;
	}

	.mystery-hero h1 {
		letter-spacing: 0.08em;
		margin-bottom: 3em;
		text-shadow:
			0 0 0.05em #000,
			0 0 0.08em #000,
			0 0 0.8em rgba(255, 79, 248, 0.8),
			0 0 1.5em rgba(255, 79, 248, 0.7),
			0 0 2.5em rgba(220, 0, 131, 0.6),
			0 0 3.5em rgba(220, 0, 131, 0.5),
			0 0 5em rgba(220, 0, 131, 0.4);
	}

	.mystery-hero .hero-text {
		margin-bottom: 4em;
	}

	.mystery-hero .hero-text p {
		max-width: 100%;
	}
}

@media (max-width: 520px) {

	.mystery .overlay {
		background: linear-gradient(to bottom,
				transparent 0%,
				transparent 40%,
				rgba(0, 0, 0, 0.05) 50%,
				rgba(0, 0, 0, 0.10) 60%,
				rgba(0, 0, 0, 0.15) 70%,
				rgba(0, 0, 0, 0.25) 80%,
				rgba(0, 0, 0, 0.35) 90%,
				rgba(0, 0, 0, 0.4) 100%);
	}

	.mystery .navbar .nav-center {
		display: none;
	}

	.animation {
		min-height: 180vh;
	}

	.mystery-hero {
		padding: 0 0 3rem 0;
		position: relative;
		top: 0;
	}

	.mystery-hero h1 {
		max-width: 20rem;
	}

	.mystery-hero .hero-text {
		margin-bottom: 6em;
	}

	.mystery-hero .hero-content .right ul {
		margin-left: 1rem;
	}

	.mystery footer {
		padding: 2rem 0.5rem;
	}

	.mystery footer .container {
		flex-direction: column;
		gap: 1rem;
		padding: 0;
	}
}

/* Mystery menu item */

.nav-menu li.menu-item-19105 a,
.nav-menu li.menu-item-19102 a {
	text-shadow: 0 1px 0 #7f54b3, 0 2px 2px rgba(220, 0, 131, .3);
}

.nav-menu li.menu-item-19105 a:hover,
.nav-menu li.menu-item-19102 a:hover {
	color: #7f54b3;
}
