:root {
	--aws-ink: #211610;
	--aws-muted: #6e5a48;
	--aws-brown: #8b4513;
	--aws-brown-dark: #5c2c12;
	--aws-gold: #c7a56a;
	--aws-paper: #fbf8f2;
	--aws-line: #eadfcd;
	--aws-green: #6fbf67;
}

html {
	scroll-behavior: smooth;
}

body {
	text-rendering: optimizeLegibility;
}

.ast-primary-header-bar,
.site-primary-header-wrap {
	min-height: 88px;
	border-bottom: 1px solid rgba(33, 22, 16, 0.08);
	box-shadow: 0 10px 28px rgba(33, 22, 16, 0.05);
}

.site-branding,
.ast-site-identity {
	padding-top: 8px;
	padding-bottom: 8px;
}

.custom-logo-link img,
.site-logo-img img {
	width: auto;
	max-width: 92px;
	max-height: 92px;
}

.main-header-menu .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link {
	color: var(--aws-ink);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.main-header-menu .menu-link:hover,
.main-header-menu .current-menu-item > .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link:hover {
	color: var(--aws-brown);
}

.ast-header-woo-cart {
	color: var(--aws-brown);
	font-weight: 700;
}

.home .attic-hero-banner {
	min-height: clamp(520px, 63vh, 690px);
	padding: clamp(84px, 9vw, 132px) clamp(20px, 5vw, 64px) !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	isolation: isolate;
}

.home .attic-hero-banner::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 38%;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(33, 22, 16, 0), rgba(33, 22, 16, 0.45));
	z-index: -1;
}

.home .attic-hero-banner h1 {
	max-width: 980px;
	margin: 0 0 16px !important;
	color: #fff !important;
	font-size: clamp(42px, 6vw, 76px) !important;
	line-height: 0.98 !important;
	font-weight: 700;
	text-wrap: balance;
	text-shadow: 0 4px 22px rgba(0, 0, 0, 0.45);
}

.home .attic-hero-banner p {
	max-width: 680px;
	margin: 0 0 30px !important;
	color: #f5ead7 !important;
	font-size: clamp(16px, 2vw, 21px) !important;
	line-height: 1.5;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.home .attic-hero-banner a[href*="handmade-exotic-natural-products"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 15px 34px !important;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px !important;
	background: linear-gradient(135deg, #a75518, #7b3711) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.home .attic-hero-banner a[href*="handmade-exotic-natural-products"]:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #b65d1d, #64300f) !important;
	box-shadow: 0 22px 42px rgba(0, 0, 0, 0.34);
}

.home .attic-hero-banner div[style*="border-radius: 999px"] {
	backdrop-filter: blur(10px);
	background: rgba(22, 13, 8, 0.34) !important;
	border-color: rgba(255, 255, 255, 0.24) !important;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.home .wp-block-uagb-separator,
.home .uagb-separator {
	opacity: 0.7;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 26px;
	align-items: stretch;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: auto !important;
	min-height: 100%;
	margin: 0 !important;
	padding: 14px 14px 18px;
	float: none !important;
	overflow: visible;
	border: 1px solid var(--aws-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(33, 22, 16, 0.07);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.woocommerce ul.products li.product .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product .astra-shop-summary-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 12px;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	transform: translateY(-3px);
	border-color: rgba(139, 69, 19, 0.28);
	box-shadow: 0 18px 38px rgba(33, 22, 16, 0.12);
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
.woocommerce ul.products li.product .woocommerce-loop-product__link {
	display: block;
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 6px;
	background: var(--aws-paper);
}

.woocommerce ul.products li.product img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.woocommerce ul.products li.product:hover img {
	transform: scale(1.035);
}

.woocommerce span.onsale {
	min-height: 0;
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--aws-brown) !important;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	min-height: 0;
	margin-top: 8px;
	margin-bottom: 8px;
	color: var(--aws-ink);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.36;
	display: block;
	overflow: visible;
}

.woocommerce ul.products li.product .ast-woo-product-category,
.woocommerce ul.products li.product .posted_in {
	color: var(--aws-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
	color: var(--aws-brown-dark) !important;
	font-size: 15px;
	font-weight: 800;
}

.woocommerce ul.products li.product .price del {
	color: #9a8878;
	font-weight: 600;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button {
	border-radius: 6px;
	background: var(--aws-ink);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
	background: var(--aws-brown);
	color: #fff;
}

.home .wp-block-button__link,
.entry-content .wp-block-button__link {
	border-radius: 6px;
	font-weight: 800;
}

.home .entry-content > * {
	margin-block-start: 0;
}

a[href*="wa.me"],
a[href*="api.whatsapp.com"],
a[href*="t.me/"],
.joinchat,
.ht-ctc,
.qlwapp,
#qlwapp,
[class*="whatsapp"],
[class*="telegram"] {
	z-index: 80 !important;
}

body > div[style*="position:fixed"][style*="bottom:20px"][style*="right:20px"] {
	right: 14px !important;
	bottom: 18px !important;
	gap: 8px !important;
	transform: scale(0.84);
	transform-origin: bottom right;
}

body > div[style*="position:fixed"][style*="bottom:20px"][style*="right:20px"] a > div {
	display: none !important;
}

a[href*="wa.me"] img,
a[href*="api.whatsapp.com"] img,
a[href*="t.me/"] img,
.joinchat img,
.ht-ctc img,
.qlwapp img,
#qlwapp img {
	max-width: 54px !important;
	max-height: 54px !important;
}

@media (max-width: 921px) {
	.ast-primary-header-bar,
	.site-primary-header-wrap {
		min-height: 74px;
	}

	.custom-logo-link img,
	.site-logo-img img {
		max-width: 72px;
		max-height: 72px;
	}

	.home .attic-hero-banner {
		min-height: 560px;
		padding: 88px 18px 72px !important;
		background-position: 62% center !important;
	}

	.home .attic-hero-banner h1 {
		font-size: clamp(38px, 11vw, 54px) !important;
	}

	.home .attic-hero-banner div[style*="display: flex"] {
		gap: 8px !important;
	}

	.home .attic-hero-banner div[style*="border-radius: 999px"] {
		padding: 7px 12px !important;
		font-size: 12px !important;
	}
}

@media (max-width: 544px) {
	.home .attic-hero-banner {
		min-height: 610px;
		padding-top: 76px !important;
	}

	.home .attic-hero-banner h1,
	.home .attic-hero-banner p {
		text-align: center;
	}

	.home .attic-hero-banner a[href*="handmade-exotic-natural-products"] {
		width: min(100%, 280px);
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		padding: 10px 10px 14px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		font-size: 13px;
		line-height: 1.35;
	}

	a[href*="wa.me"] img,
	a[href*="api.whatsapp.com"] img,
	a[href*="t.me/"] img,
	.joinchat img,
	.ht-ctc img,
	.qlwapp img,
	#qlwapp img {
		max-width: 48px !important;
		max-height: 48px !important;
	}
}

/* Premium FAQ redesign */
.home .aws-faq-wrap {
	position: relative;
	max-width: 1180px;
	margin: clamp(76px, 9vw, 128px) auto clamp(64px, 8vw, 104px);
	padding: clamp(34px, 5vw, 68px);
	overflow: hidden;
	border: 1px solid rgba(199, 165, 106, 0.28);
	border-radius: 10px;
	background:
		linear-gradient(135deg, rgba(251, 248, 242, 0.96), rgba(255, 255, 255, 0.98)),
		radial-gradient(circle at 8% 0%, rgba(199, 165, 106, 0.2), transparent 36%),
		radial-gradient(circle at 100% 14%, rgba(139, 69, 19, 0.12), transparent 38%);
	box-shadow: 0 28px 70px rgba(33, 22, 16, 0.08);
}

.home .aws-faq-wrap::before {
	content: "CITES";
	position: absolute;
	top: 28px;
	right: 34px;
	color: rgba(139, 69, 19, 0.06);
	font-family: Georgia, serif;
	font-size: clamp(64px, 10vw, 132px);
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
}

.home .aws-faq-eyebrow {
	position: relative;
	width: max-content;
	margin: 0 auto 12px;
	padding: 7px 13px;
	border: 1px solid rgba(139, 69, 19, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: var(--aws-brown);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.home .aws-faq-title {
	position: relative;
	max-width: 760px;
	margin: 0 auto 12px;
	color: var(--aws-ink);
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 800;
	line-height: 1.05;
	text-align: center;
	text-wrap: balance;
}

.home .aws-faq-sub {
	max-width: 620px;
	margin: 0 auto 26px;
	color: var(--aws-muted);
	font-size: 17px;
	line-height: 1.6;
	text-align: center;
}

.home .aws-faq-sub::after {
	content: "Free worldwide shipping | CITES support | Handmade in Indonesia";
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 16px auto 0;
	padding: 9px 15px;
	border: 1px solid rgba(199, 165, 106, 0.34);
	border-radius: 999px;
	background: #fff;
	color: var(--aws-brown-dark);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.home .aws-faq-tabs {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 30px auto 34px;
}

.home .aws-faq-tab {
	min-height: 40px;
	padding: 10px 16px;
	border: 1px solid rgba(139, 69, 19, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: var(--aws-ink);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(33, 22, 16, 0.04);
	transition: transform 160ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.home .aws-faq-tab:hover,
.home .aws-faq-tab:focus {
	transform: translateY(-1px);
	border-color: rgba(139, 69, 19, 0.34);
	color: var(--aws-brown-dark);
}

.home .aws-faq-tab.active {
	border-color: var(--aws-brown);
	background: linear-gradient(135deg, #9c4f19, #6c3312);
	color: #fff;
	box-shadow: 0 14px 28px rgba(139, 69, 19, 0.22);
}

.home #aws-faq-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.home .aws-faq-item {
	overflow: hidden;
	border: 1px solid rgba(199, 165, 106, 0.26);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 16px 34px rgba(33, 22, 16, 0.06);
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.home .aws-faq-item:hover {
	transform: translateY(-2px);
	border-color: rgba(139, 69, 19, 0.28);
	box-shadow: 0 22px 46px rgba(33, 22, 16, 0.1);
}

.home .aws-faq-item.aws-open {
	grid-column: 1 / -1;
	border-color: rgba(139, 69, 19, 0.36);
	background: #fff;
}

.home .aws-faq-q {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 21px 22px;
	border: 0;
	background: transparent;
	color: var(--aws-ink);
	font-size: 17px;
	font-weight: 850;
	line-height: 1.35;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	cursor: pointer;
}

.home .aws-faq-q-text {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-wrap: balance;
}

.home .aws-faq-badge {
	flex: 0 0 auto;
	margin: 0;
	padding: 5px 8px;
	border-radius: 999px;
	background: rgba(139, 69, 19, 0.1);
	color: var(--aws-brown-dark);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.home .aws-faq-icon {
	display: inline-flex;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(139, 69, 19, 0.18);
	border-radius: 999px;
	background: var(--aws-paper);
	color: var(--aws-brown);
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.home .aws-faq-item.aws-open .aws-faq-icon {
	transform: rotate(45deg);
	background: var(--aws-brown);
	color: #fff;
}

.home .aws-faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 220ms ease;
}

.home .aws-faq-item.aws-open .aws-faq-a {
	max-height: 720px;
}

.home .aws-faq-a-inner {
	margin: 0 22px 22px;
	padding: 18px 20px;
	border-left: 3px solid var(--aws-gold);
	border-radius: 0 8px 8px 0;
	background: linear-gradient(90deg, rgba(251, 248, 242, 0.95), rgba(255, 255, 255, 0.95));
	color: #514235;
	font-size: 15px;
	line-height: 1.75;
}

.home .aws-faq-a-inner strong {
	color: var(--aws-ink);
	font-weight: 850;
}

.home .aws-faq-a-inner a {
	color: var(--aws-brown);
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.home .aws-faq-cta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 34px 0 0;
	padding: 22px 24px;
	border: 1px solid rgba(139, 69, 19, 0.2);
	border-radius: 10px;
	background: var(--aws-ink);
	color: #fff;
	text-align: left;
	box-shadow: 0 22px 44px rgba(33, 22, 16, 0.18);
}

.home .aws-faq-cta p {
	margin: 0;
	color: #f7ead8;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.home .aws-faq-cta-btn {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 8px;
	padding: 12px 18px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 6px;
	background: var(--aws-gold);
	color: var(--aws-ink);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

.home .aws-faq-cta-btn:hover {
	background: #e4c684;
	color: var(--aws-ink);
}

.home .aws-faq-cta-btn.ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.34);
}

.home .aws-faq-cta-btn.ghost:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

@media (max-width: 921px) {
	.home .aws-faq-wrap {
		margin-top: 72px;
		padding: 32px 18px;
	}

	.home #aws-faq-list {
		grid-template-columns: 1fr;
	}

	.home .aws-faq-item.aws-open {
		grid-column: auto;
	}

	.home .aws-faq-q {
		padding: 18px 16px;
		font-size: 15px;
	}

	.home .aws-faq-q-text {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.home .aws-faq-a-inner {
		margin: 0 16px 18px;
		padding: 15px 16px;
		font-size: 14px;
	}

	.home .aws-faq-cta {
		align-items: stretch;
		flex-direction: column;
		text-align: center;
	}

	.home .aws-faq-cta-btn {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 544px) {
	.home .aws-faq-title {
		font-size: 32px;
	}

	.home .aws-faq-sub {
		font-size: 15px;
	}

	.home .aws-faq-sub::after {
		width: auto;
		border-radius: 8px;
	}

	.home .aws-faq-tabs {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 6px;
	}

	.home .aws-faq-tab {
		flex: 0 0 auto;
	}
}
