/* Screenshot-matched extras + mobile header display */

.aro-announce {
	background: #000;
	border-bottom: 0;
	overflow: hidden;
	height: 38px;
}

.aro-announce__help {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #fff;
	white-space: nowrap;
}

.aro-announce__help svg {
	width: 14px;
	height: 14px;
	color: #25d366;
}

.custom-logo-link {
	display: flex;
	align-items: center;
}

.custom-logo {
	height: 88px;
	max-height: 88px;
	width: auto;
	max-width: 320px;
	object-fit: contain;
}

.aro-search {
	background: #fff;
	border: 0;
}

.aro-search__cats select,
.aro-search input {
	color: #222;
}

.aro-search input::placeholder {
	color: #888;
}

.aro-search__cats {
	border-right: 1px solid #e5e5e5;
}

.aro-search__submit {
	background: var(--aro-purple);
	color: #fff;
	width: 52px;
	height: 46px;
	border-radius: 0 999px 999px 0;
}

.aro-header__action {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	font-size: 0.68rem;
	color: #fff;
	min-width: 52px;
}

.aro-header__action svg {
	width: 18px;
	height: 18px;
}

.aro-header__wa span,
.aro-header__action span:last-child {
	letter-spacing: 0.04em;
}

.aro-nav {
	background: linear-gradient(90deg, #6b1cc0, #8A2BE2 40%, #B04CFF);
	width: 100%;
	min-height: 48px;
	border-top: 0;
	display: block;
}

.aro-nav__inner {
	width: min(1240px, calc(100% - 32px));
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 18px;
}

.aro-nav__list {
	flex: 1;
}

.aro-nav__list a {
	color: #fff;
	font-weight: 500;
}

.aro-nav__list a:hover,
.aro-nav__list .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 6px;
}

.aro-nav .aro-cats {
	position: relative;
}

.aro-cats__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 16px;
	background: rgba(0, 0, 0, 0.2);
	border: 0;
	color: #fff;
	font-family: inherit;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
}

.aro-cats__menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 400;
	min-width: min(320px, 86vw);
	background: #0B0710;
	border: 1px solid rgba(176, 76, 255, 0.35);
	padding: 8px 0;
}

.aro-cats__menu a {
	display: block;
	padding: 10px 16px;
	color: #fff;
}

.aro-cats__menu a:hover {
	background: var(--aro-purple);
}

.aro-nav__social a,
.aro-nav__social span {
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	color: #fff;
}

.aro-btn--purple {
	background: linear-gradient(135deg, #8A2BE2, #B04CFF);
	color: #fff;
	box-shadow: 0 10px 30px rgba(138, 43, 226, 0.35);
}

.aro-btn--purple:hover {
	transform: translateY(-2px);
}

.aro-hero__media img {
	opacity: 0.55;
	filter: saturate(1.05);
}

.aro-hero__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
	font-size: 1.6rem;
	cursor: pointer;
}

.aro-hero__arrow--prev {
	left: 18px;
}

.aro-hero__arrow--next {
	right: 18px;
}

.aro-trust {
	background: #121018;
	border-top: 1px solid var(--aro-glass-border);
	border-bottom: 1px solid var(--aro-glass-border);
	padding: 22px 0;
}

.aro-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.aro-trust__item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.82rem;
}

.aro-trust__icon {
	color: var(--aro-purple-lux);
	font-size: 1.2rem;
}

.aro-pay-or {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 18px;
	align-items: stretch;
	padding: 8px;
	border: 1px solid rgba(176, 76, 255, 0.45);
	border-radius: 28px;
	box-shadow: 0 0 40px rgba(138, 43, 226, 0.2);
}

.aro-pay-or__badge {
	align-self: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--aro-purple);
	font-weight: 700;
	letter-spacing: 0.08em;
}

.aro-instagram__row {
	display: grid;
	grid-template-columns: 1fr 240px;
	gap: 16px;
	align-items: stretch;
}

.aro-instagram__cta {
	background: linear-gradient(180deg, #8A2BE2, #4b0e8a);
	border-radius: 16px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
}

.aro-page-banner {
	background:
		linear-gradient(90deg, rgba(74, 14, 138, 0.92), rgba(5, 5, 5, 0.75)),
		url("../images/hero-1.webp") center / cover;
	padding: 48px 0;
	margin-bottom: 8px;
}

.aro-page-banner h1 {
	font-size: clamp(2.4rem, 5vw, 4rem);
}

.aro-breadcrumb {
	display: flex;
	gap: 8px;
	color: var(--aro-muted);
	font-size: 0.85rem;
}

.aro-contact-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	padding: 40px 0 80px;
}

.aro-contact-meta {
	list-style: none;
	padding: 0;
	color: var(--aro-muted);
}

.aro-footer-logo img {
	height: 110px;
	max-height: 110px;
	width: auto;
	max-width: 340px;
	object-fit: contain;
	margin-bottom: 12px;
}

.aro-top {
	position: fixed;
	right: 20px;
	left: auto;
	bottom: 88px;
	z-index: 180;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 0;
	background: var(--aro-purple);
	color: #fff;
	cursor: pointer;
}

.woocommerce ul.products .button,
.single_add_to_cart_button {
	background: linear-gradient(135deg, #8A2BE2, #B04CFF);
}

/* Mobile header display */

@media (max-width: 860px) {
	.aro-header {
		position: sticky;
		top: 0;
	}

	.aro-header__bar {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		padding: 10px 0;
		gap: 10px;
	}

	.aro-header__toggle,
	.aro-header__search-toggle {
		display: inline-flex;
	}

	.aro-header__brand {
		flex: 1;
		display: flex;
		justify-content: center;
		text-align: center;
	}

	.aro-nav {
		display: none;
	}

	.aro-search {
		display: none;
		flex: 1 1 100%;
		order: 10;
		width: 100%;
	}

	.aro-search.is-open {
		display: flex;
	}

	.aro-search__cats {
		display: none;
	}

	.aro-header__action span:last-child,
	.aro-header__wa span {
		display: none;
	}

	.aro-announce__inner {
		justify-content: flex-start;
		overflow: hidden;
	}

	.aro-announce__help {
		display: inline-flex;
	}
}
