.tantika-reference-home .container {
	width: min(1250px, calc(100% - 50px));
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

/* Sticky announcement/header stack and search placement. */
body.tantika-reference-home {
	--tantika-admin-offset: 0px;
	--tantika-topbar-height: 35px;
	--tantika-header-height: 72px;
}

body.tantika-reference-home.admin-bar {
	--tantika-admin-offset: 32px;
}

.tantika-reference-home .top-bar {
	position: relative;
	top: auto;
	z-index: 1;
	height: var(--tantika-topbar-height);
}

.tantika-reference-home .header {
	position: sticky;
	top: var(--tantika-admin-offset);
	z-index: 9999;
	height: var(--tantika-header-height);
	margin: 0;
	padding: 0;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

/* Keep Woodmart's commerce/content grid intact on site-wide templates. */
.tantika-reference-home .wd-content-layout.container {
	display: grid;
}

.tantika-reference-home .hero-image img,
.tantika-reference-home .another-banner img {
	display: block;
	width: 100%;
}

.tantika-reference-home .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 72px;
}

.tantika-reference-home .header .logo {
	flex: 0 0 190px;
}

.tantika-reference-home .header .logo img {
	width: 160px;
}

.tantika-reference-home .header .nav {
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
}

/* Woodmart base.css adds spacing to all list items; header menus need none. */
.tantika-reference-home .header .nav :is(ul, ol),
.tantika-reference-home .header .nav ul,
.tantika-reference-home .header .nav ol {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.tantika-reference-home .header .nav :is(ul, ol) > li,
.tantika-reference-home .header .nav li {
	margin-top: 0;
	margin-bottom: 0;
}

.tantika-reference-home .header-icons {
	flex: 0 0 125px;
	width: 125px;
}

.tantika-reference-home .product-link {
	position: relative;
	overflow: hidden;
}

.tantika-reference-home .product-link .product-secondary-image {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.tantika-reference-home .product-card:hover .product-primary-image {
	opacity: 0;
}

.tantika-reference-home .product-card:hover .product-secondary-image {
	opacity: 1;
	transform: scale(1.04);
}

.tantika-reference-home .product-primary-image,
.tantika-reference-home .product-secondary-image {
	transition: opacity .35s ease, transform .5s ease;
}

.tantika-search-panel {
	position: fixed;
	z-index: 9998;
	top: var(--tantika-search-top, calc(var(--tantika-admin-offset, 0px) + var(--tantika-header-height, 72px)));
	right: 0;
	left: 0;
	display: none;
	padding: 22px;
	background: rgba(255,255,255,.98);
	box-shadow: 0 5px 25px rgba(0,0,0,.15);
}

@media (max-width: 782px) {
	body.tantika-reference-home.admin-bar {
		--tantika-admin-offset: 46px;
	}
}

.tantika-search-panel.open {
	display: block;
}

.tantika-search-panel form {
	display: flex;
	width: min(850px, calc(100% - 30px));
	margin: auto;
}

.tantika-search-panel input[type="search"] {
	flex: 1;
	height: 48px;
	border: 1px solid #ddd;
	padding: 0 16px;
	font: 14px Inter, sans-serif;
}

.tantika-search-panel button {
	width: 48px;
	height: 48px;
	border: 0;
	background: #a67c32;
	color: #fff;
	font-size: 22px;
}

.tantika-search-panel .tantika-search-close {
	margin-left: 8px;
	background: #222;
}

.tantika-reference-home .product-image .wishlist .wd-action-icon {
	display: none;
}

.tantika-reference-home .product-image .wishlist > a::before {
	content: "♡";
	color: #555;
	font: 20px/1 Arial, sans-serif;
}

.tantika-reference-home .product-image .wishlist > a.added::before {
	content: "♥";
	color: #a67c32;
}

.tantika-reference-home .product-hover-actions .wd-action-icon {
	display: none;
}

.tantika-reference-home .product-hover-actions .wd-action-btn > a::before {
	content: "⌕";
	font: 18px/1 Arial, sans-serif;
}

.tantika-reference-home .product-hover-actions .button::before {
	content: "+";
	font: 20px/1 Arial, sans-serif;
}

.tantika-reference-home .product-card .added_to_cart {
	display: none;
}

@media (max-width: 800px) {
	.tantika-reference-home .container {
		width: min(100% - 30px, 1250px);
	}

	.tantika-reference-home .header .logo {
		flex: 1 1 auto;
	}

	.tantika-reference-home .header .logo img {
		width: 130px;
	}

	.tantika-reference-home .header-icons {
		flex-basis: auto;
		width: auto;
	}
}
.tantika-store-notice {
  position: fixed;
  top: calc(var(--tantika-admin-offset, 0px) + 92px);
  right: 24px;
  z-index: 100001;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: calc(100vw - 32px);
  padding: 15px 18px;
  background: #fff;
  border-left: 4px solid #b1842b;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .18);
  color: #252525;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.tantika-store-notice.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.tantika-store-notice-icon { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #b1842b; color: #fff; font-weight: 700; }
.tantika-store-notice a { color: #9a7020; font-weight: 700; text-decoration: underline; white-space: nowrap; }
.tantika-store-notice button { padding: 0; border: 0; background: transparent; color: #555; font-size: 22px; line-height: 1; cursor: pointer; }
@media (max-width: 767px) { .tantika-store-notice { top: calc(var(--tantika-admin-offset, 0px) + 72px); right: 16px; left: 16px; } }
