/**
 * OMIVEXIS homepage — matches dradamsaesthetics.us
 */

:root {
	--omivexis-accent: #b54883;
	--omivexis-accent-light: #ff6ab1;
	--omivexis-dark: #050505;
	--omivexis-black: #000000;
	--omivexis-text: #2c2d33;
	--omivexis-muted: #616161;
	--omivexis-white: #ffffff;
	--omivexis-light: #f3f3f3;
	--omivexis-border: #e2e2e2;
	--omivexis-container: 1200px;
	--omivexis-serif: "Playfair Display", Georgia, "Times New Roman", serif;
	--omivexis-sans: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Hide default Botiga header/footer on homepage */
body.omivexis-home #masthead,
body.omivexis-home .bhfb-header,
body.omivexis-home .bhfb-mobile,
body.omivexis-home .botiga-mobile-header,
body.omivexis-home .botiga-topbar,
body.omivexis-home .footer-widgets,
body.omivexis-home .botiga-credits,
body.omivexis-home .site-footer:not(.omivexis-home-footer) {
	display: none !important;
}

body.omivexis-home,
.omivexis-homepage {
	background: var(--omivexis-white) !important;
	color: var(--omivexis-text);
	font-family: var(--omivexis-sans);
}

body.omivexis-home .content-wrapper.omivexis-content-wrapper,
body.omivexis-home .site-main,
body.omivexis-home .omivexis-homepage,
.omivexis-homepage {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
}

body.omivexis-home .omivexis-homepage-main {
	padding-top: 0 !important;
}

.omivexis-container {
	width: min(100% - 40px, var(--omivexis-container));
	margin-inline: auto;
}

.omivexis-serif-title {
	font-family: var(--omivexis-serif);
	font-weight: 600;
	letter-spacing: 0.01em;
}

/* ===== CUSTOM HEADER ===== */
.omivexis-site-header {
	position: relative;
	z-index: 100;
	background: var(--omivexis-white);
}

.omivexis-top-bar {
	background: #b54883 !important;
	color: #ffffff !important;
	font-size: 13px;
	padding: 8px 0;
}

.omivexis-top-bar__links {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.omivexis-top-bar__links li {
	display: inline-flex;
	align-items: center;
}

.omivexis-top-bar__links li:not(:last-child)::after {
	content: "|";
	margin: 0 10px;
	opacity: 0.85;
}

.omivexis-top-bar__links a {
	color: var(--omivexis-white);
	text-decoration: none;
}

.omivexis-top-bar__links a:hover {
	text-decoration: underline;
}

.omivexis-main-header {
	border-bottom: 1px solid var(--omivexis-border);
	padding: 14px 0;
}

.omivexis-main-header__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
}

.omivexis-main-header__left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.omivexis-menu-toggle {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.omivexis-menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--omivexis-text);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.omivexis-menu-toggle.is-active span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.omivexis-menu-toggle.is-active span:nth-child(2) {
	opacity: 0;
}

.omivexis-menu-toggle.is-active span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.omivexis-menu-label {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.omivexis-main-header__logo {
	text-align: center;
}

.omivexis-logo {
	max-height: 72px;
	width: auto;
	display: inline-block;
}

.omivexis-main-header__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
}

.omivexis-search-form {
	display: flex;
	align-items: stretch;
	max-width: 260px;
	width: 100%;
	border: 1px solid var(--omivexis-border);
}

.omivexis-search-form input[type="search"] {
	flex: 1;
	border: 0;
	padding: 8px 12px;
	font-size: 14px;
	min-width: 0;
	background: var(--omivexis-white);
}

.omivexis-search-form button {
	border: 0;
	background: var(--omivexis-white);
	padding: 0 12px;
	cursor: pointer;
	font-size: 16px;
}

.omivexis-header-cart {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--omivexis-text);
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.omivexis-header-cart__count {
	background: var(--omivexis-accent);
	color: var(--omivexis-white);
	border-radius: 50%;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	padding: 0 4px;
}

.omivexis-primary-nav {
	border-bottom: 1px solid var(--omivexis-border);
	background: var(--omivexis-white);
}

.omivexis-nav-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px 22px;
	list-style: none;
	margin: 0;
	padding: 12px 0;
}

.omivexis-nav-menu a {
	color: var(--omivexis-text);
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.omivexis-nav-menu a:hover {
	color: var(--omivexis-accent);
}

.omivexis-promo-bar {
	background: var(--omivexis-black) !important;
	color: var(--omivexis-white);
	text-align: center;
	padding: 12px 20px;
	font-size: 14px;
	line-height: 1.5;
}

.omivexis-promo-bar p {
	margin: 0;
}

.omivexis-promo-bar em {
	font-style: italic;
	opacity: 0.92;
}

/* ===== HERO ===== */
.omivexis-hero {
	width: 100%;
	background: var(--omivexis-white);
	line-height: 0;
}

.omivexis-hero__link {
	display: block;
	line-height: 0;
}

.omivexis-hero__poster {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: center top;
}

/* ===== SECTIONS ===== */
.omivexis-section {
	padding: 52px 0 48px;
}

.omivexis-section h2 {
	margin: 0 0 14px;
	text-align: center;
	font-size: clamp(1.85rem, 2.4vw, 2.35rem);
	color: var(--omivexis-text);
}

.omivexis-section-intro {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 32px;
	color: var(--omivexis-muted);
	font-size: 16px;
	line-height: 1.65;
}

/* Brands */
.omivexis-brands {
	background: var(--omivexis-white);
	padding-bottom: 32px;
}

.omivexis-brands__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 28px 32px;
}

.omivexis-brands__logo {
	flex: 0 0 calc(16.666% - 28px);
	min-width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.omivexis-brands__logo img {
	max-width: 100%;
	max-height: 72px;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* Categories — full black band */
.omivexis-categories {
	background: var(--omivexis-black) !important;
	padding: 44px 0 52px;
}

.omivexis-categories__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.omivexis-category-card {
	margin: 0;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background: #111;
}

.omivexis-category-card img {
	display: block;
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.omivexis-category-card figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 16px 12px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
	color: var(--omivexis-white);
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}

/* On sale */
.omivexis-sale {
	background: var(--omivexis-white);
	padding-top: 44px;
}

.omivexis-sale-loop ul.products {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

/* WooCommerce product cards */
.omivexis-homepage .omivexis-wc-loop ul.products,
body.omivexis-home .omivexis-wc-loop ul.products {
	display: grid !important;
	gap: 16px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	width: 100% !important;
}

.omivexis-homepage .omivexis-wc-loop ul.products::before,
.omivexis-homepage .omivexis-wc-loop ul.products::after,
body.omivexis-home .omivexis-wc-loop ul.products::before,
body.omivexis-home .omivexis-wc-loop ul.products::after {
	display: none !important;
}

.omivexis-homepage .omivexis-wc-loop ul.products li.product,
body.omivexis-home .omivexis-wc-loop ul.products li.product {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	background: var(--omivexis-white) !important;
	border: 1px solid var(--omivexis-border) !important;
	border-radius: 0 !important;
	padding: 14px 12px 16px !important;
	text-align: center !important;
	box-shadow: none !important;
}

body.omivexis-home .omivexis-wc-loop ul.products li.product img {
	width: 100% !important;
	height: auto !important;
	margin: 0 auto 12px !important;
}

body.omivexis-home .omivexis-wc-loop ul.products li.product .woocommerce-loop-product__title,
body.omivexis-home .omivexis-wc-loop ul.products li.product .woocommerce-loop-product__title a {
	font-size: 14px !important;
	line-height: 1.35 !important;
	margin-bottom: 8px !important;
	color: var(--omivexis-text) !important;
	font-weight: 400 !important;
}

body.omivexis-home .omivexis-wc-loop ul.products li.product .price {
	color: var(--omivexis-accent) !important;
	font-weight: 600 !important;
	margin-bottom: 12px !important;
	font-size: 15px !important;
}

body.omivexis-home .omivexis-wc-loop ul.products li.product .price del {
	color: #999 !important;
}

body.omivexis-home .omivexis-wc-loop ul.products li.product .button {
	background: var(--omivexis-accent) !important;
	color: var(--omivexis-white) !important;
	border-radius: 0 !important;
	font-size: 12px !important;
	padding: 10px 12px !important;
	width: 100%;
}

body.omivexis-home .omivexis-wc-loop .onsale,
body.omivexis-home .omivexis-wc-loop .sale-item {
	background: var(--omivexis-accent) !important;
	color: var(--omivexis-white) !important;
	border-radius: 50% !important;
	min-width: 44px !important;
	min-height: 44px !important;
	line-height: 44px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}

.omivexis-products-empty {
	text-align: center;
	color: var(--omivexis-muted);
	padding: 30px 0;
}

/* Product spotlight — BLACK full-width */
.omivexis-spotlight,
body.omivexis-home .omivexis-spotlight {
	background: #000000 !important;
	color: #ffffff !important;
	padding: 56px 0 !important;
	width: 100%;
}

.omivexis-spotlight__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
	align-items: center;
}

.omivexis-spotlight__content h2 {
	text-align: left;
	color: var(--omivexis-white) !important;
	margin-bottom: 18px;
}

.omivexis-spotlight__text {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.92) !important;
}

.omivexis-spotlight__text p {
	margin: 0 0 1em;
	color: rgba(255, 255, 255, 0.92) !important;
}

.omivexis-checklist {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}

.omivexis-checklist li {
	position: relative;
	padding-left: 1.6em;
	margin-bottom: 0.45em;
	color: rgba(255, 255, 255, 0.92);
}

.omivexis-checklist--ticks li::before {
	content: "✔";
	position: absolute;
	left: 0;
}

.omivexis-checklist--benefits li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #4caf50;
	font-weight: 700;
}

.omivexis-spotlight__card {
	background: var(--omivexis-white);
	border-radius: 8px;
	overflow: hidden;
	padding: 8px;
}

.omivexis-spotlight__card img {
	width: 100%;
	height: auto;
	display: block;
}

.omivexis-btn {
	display: inline-block;
	margin-top: 8px;
	padding: 12px 30px;
	background: var(--omivexis-accent) !important;
	color: var(--omivexis-white) !important;
	border-radius: 0;
	font-weight: 600;
	text-decoration: none !important;
}

.omivexis-btn:hover {
	background: var(--omivexis-accent-light) !important;
}

/* New products — 4 col grid + right image */
.omivexis-new-products {
	background: var(--omivexis-white) !important;
	padding: 48px 0 56px;
}

.omivexis-new-products__title {
	text-align: center !important;
	margin-bottom: 28px !important;
}

.omivexis-new-products__layout {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: flex-start;
	gap: 24px;
}

.omivexis-new-products__main {
	flex: 1 1 auto;
	min-width: 0;
	width: auto !important;
}

.omivexis-new-products__aside {
	flex: 0 0 280px;
	width: 280px !important;
	max-width: 280px !important;
}

.omivexis-new-loop ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.omivexis-new-products__aside img {
	display: block;
	width: 100% !important;
	height: auto;
	min-height: 560px;
	max-height: none;
	object-fit: cover;
	object-position: center top;
	border-radius: 8px;
}

/* Why */
.omivexis-why,
body.omivexis-home .omivexis-why {
	background: var(--omivexis-black) !important;
	color: var(--omivexis-white);
	padding: 64px 0 72px;
}

.omivexis-why h2 {
	color: var(--omivexis-white) !important;
}

.omivexis-why p {
	text-align: center;
	max-width: 920px;
	margin: 0 auto 18px;
	font-size: 16px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.92) !important;
}

.omivexis-highlight {
	color: var(--omivexis-accent-light) !important;
}

/* Footer */
.omivexis-home-footer {
	background: var(--omivexis-dark) !important;
	color: var(--omivexis-white);
	padding: 48px 0 0;
}

.omivexis-home-footer__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	padding-bottom: 28px;
}

.omivexis-home-footer h2 {
	text-align: left;
	font-family: var(--omivexis-serif);
	font-size: 1.75rem;
	margin: 0 0 14px;
	color: var(--omivexis-white);
}

.omivexis-home-footer p {
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.7;
	margin: 0 0 18px;
}

.omivexis-home-footer hr {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin: 18px 0 0;
}

.omivexis-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.omivexis-footer-links li + li { margin-top: 8px; }

.omivexis-footer-links a {
	color: var(--omivexis-white);
	text-decoration: none;
}

.omivexis-home-footer__copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 16px 0 22px;
	text-align: center;
}

.omivexis-home-footer__copyright p {
	margin: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.72);
}

/* Responsive */
@media (max-width: 1024px) {
	.omivexis-sale-loop ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.omivexis-new-loop ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.omivexis-new-products__aside {
		flex-basis: 220px;
		width: 220px !important;
		max-width: 220px !important;
	}
}

@media (max-width: 900px) {
	.omivexis-categories__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.omivexis-spotlight__grid {
		grid-template-columns: 1fr;
	}

	.omivexis-brands__logo {
		flex-basis: calc(33.333% - 18px);
	}
}

@media (max-width: 767px) {
	.omivexis-top-bar {
		display: block !important;
		padding: 8px 0;
		overflow: hidden;
	}

	.omivexis-top-bar__inner {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.omivexis-top-bar__inner::-webkit-scrollbar {
		display: none;
	}

	.omivexis-top-bar__links {
		flex-wrap: nowrap !important;
		justify-content: flex-start !important;
		width: max-content;
		min-width: 100%;
		padding: 0 12px;
		gap: 4px;
	}

	.omivexis-top-bar__links li {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.omivexis-top-bar__links li:not(:last-child)::after {
		margin: 0 8px;
	}

	.omivexis-main-header__inner {
		grid-template-columns: auto 1fr auto !important;
		gap: 8px;
	}

	.omivexis-menu-label {
		display: none;
	}

	.omivexis-main-header__right {
		gap: 8px;
	}

	.omivexis-search-form {
		max-width: 120px;
	}

	.omivexis-search-form input[type="search"] {
		font-size: 13px;
		padding: 8px 6px;
	}

	.omivexis-primary-nav {
		display: none;
		background: #b54883;
		border-bottom: 0;
	}

	.omivexis-primary-nav.is-open {
		display: block;
	}

	.omivexis-primary-nav .omivexis-nav-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 8px 0 12px;
	}

	.omivexis-primary-nav .omivexis-nav-menu a {
		display: block;
		padding: 10px 20px;
		color: #ffffff !important;
		font-size: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.omivexis-primary-nav .omivexis-nav-menu a:hover {
		background: rgba(255, 255, 255, 0.1);
		color: #ffffff !important;
	}

	.omivexis-new-products__layout {
		flex-direction: column !important;
		flex-wrap: wrap !important;
	}

	.omivexis-new-products__aside {
		flex: 1 1 auto;
		width: 100% !important;
		max-width: none !important;
	}

	.omivexis-new-products__aside img {
		min-height: 320px;
		max-height: 400px;
	}

	.omivexis-new-loop ul.products,
	.omivexis-sale-loop ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.omivexis-home-footer__grid {
		grid-template-columns: 1fr;
	}
}
