﻿/**
 * Storecraft Jewelry — demo layout styles (header-3, homepage sections, footer-3).
 * Visual reference: https://demo.hudawp.com/storecraft-jewelry/
 */

:root {
	--hbs-demo-container: 1600px;
	--hbs-jw-container-max: 1600px;
	--hbs-demo-border: #e5e7eb;
	--hbs-demo-muted: #6b7280;
	--hbs-demo-primary: #1a1a2e;
	--hbs-demo-nl-bg: #1e2a3a;
	--hbs-demo-footer-bg: #e8eef3;
}

/* ============================= JEWELRY HEADER ============================= */

.hbs-header-jewelry {
	--hbs-jw-topbar-bg: #000000;
	--hbs-jw-utility-bg: #f5f5f5;
	--hbs-jw-badge-bg: #d63638;
	--hbs-jw-badge-color: #ffffff;
	background: #fff;
}

/* Boxed header container — not full viewport width */
.hbs-jw-container {
	width: 100%;
	max-width: var(--hbs-jw-container-max, 1600px);
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

/* Layer 1 — announcement bar */
.hbs-jw-topbar {
	background: var(--hbs-jw-topbar-bg);
	color: #fff;
	text-align: center;
}

.hbs-jw-topbar__inner {
	min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
}

.hbs-jw-topbar__text {
	margin: 0;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
}

/* Layer 2 — utility bar */
.hbs-jw-utility-bar {
	background: var(--hbs-jw-utility-bg);
	border-bottom: 1px solid #ececec;
}

.hbs-jw-utility-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 42px;
	padding: 8px 0;
}

.hbs-jw-utility-bar__links {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center;
	gap: 0 22px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.hbs-jw-utility-link {
	display: inline-block;
	white-space: nowrap;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	color: #111;
}

.hbs-jw-utility-link:hover,
.hbs-jw-utility-link:focus {
	color: #555;
}

.hbs-jw-utility-bar__meta {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: auto;
}

.hbs-jw-support {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #111;
}

.hbs-jw-support i {
	font-size: 14px;
	color: #111;
}

.hbs-jw-support__content {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
}

.hbs-jw-support__phone {
	color: inherit;
	text-decoration: none;
}

.hbs-jw-support__phone:hover,
.hbs-jw-support__phone:focus {
	text-decoration: underline;
}

.hbs-jw-utility-divider {
	display: inline-block;
	width: 1px;
	height: 18px;
	background: #d1d1d1;
}

.hbs-jw-currency {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #111;
}

.hbs-jw-currency__caret {
	font-size: 9px;
	opacity: 0.7;
}

/* Layer 3 — main header row */
.hbs-jw-main {
	background: #fff;
	border-bottom: 0;
}

.hbs-jw-header-container {
	display: block;
}

.hbs-jw-main__inner {
	display: grid;
	grid-template-columns: minmax(0, 340px) minmax(0, 1fr) minmax(0, 340px);
	align-items: center;
	gap: 24px;
	min-height: 88px;
	padding: 16px 0 8px;
}

.hbs-jw-mobile-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.hbs-jw-mobile-toggle span {
	display: block;
	width: 20px;
	height: 1.5px;
	background: #111;
}

.hbs-jw-search {
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
	width: 100%;
	max-width: 320px;
}

.hbs-jw-brand {
	grid-column: 2;
	grid-row: 1;
	justify-self: center;
	text-align: center;
	min-width: 0;
}

.hbs-jw-actions {
	grid-column: 3;
	grid-row: 1;
	justify-self: end;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}

.hbs-jw-search__form {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0 0 8px;
	border-bottom: 1px solid #cfcfcf;
	background: transparent;
}

.hbs-jw-search__icon {
	display: inline-flex;
	align-items: center;
	color: #111;
	font-size: 15px;
	flex-shrink: 0;
}

.hbs-jw-search__input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #111;
}

.hbs-jw-search__input::placeholder {
	color: #888;
	font-size: 13px;
}

.hbs-jw-search__submit {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hbs-jw-logo {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: inherit;
}

.hbs-jw-logo .hbs-logo-image img,
.hbs-jw-logo .hbs-logo-image .custom-logo {
	display: block;
	max-height: 48px;
	width: auto;
}

.hbs-jw-logo__title {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #111;
}

.hbs-jw-action {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111;
	text-decoration: none;
	cursor: pointer;
}

.hbs-jw-action i {
	font-size: 20px;
	line-height: 1;
}

.hbs-jw-action__badge,
.hbs-jw-action .hbs-badge.count {
	position: absolute;
	top: 4px;
	right: 2px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--hbs-jw-badge-bg);
	color: var(--hbs-jw-badge-color);
	font-size: 9px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
}

/* Layer 4 — primary navigation */
.hbs-jw-navbar {
	background: #fff;
	border-bottom: 1px solid #ececec;
}

.hbs-jw-nav {
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.hbs-jw-nav .menu {
	display: flex;
	justify-content: center;
	width: auto;
	margin: 0;
	padding: 0;
}

.hbs-jw-nav .menu > ul,
.hbs-jw-nav .hbs-nav-menu,
.hbs-jw-nav #primary-menu {
	display: inline-flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: center;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: auto;
	gap: 0 36px;
}

.hbs-jw-nav .hbs-nav-menu > li,
.hbs-jw-nav #primary-menu > li {
	display: block;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.hbs-jw-nav .hbs-nav-menu > li > a {
	padding: 14px 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #111;
}

.hbs-jw-nav .hbs-nav-menu > li.menu-item-has-children > a::after,
.hbs-jw-nav .hbs-nav-menu > li.page_item_has_children > a::after {
	width: 5px;
	height: 5px;
	margin-left: 4px;
	transform: rotate(45deg) translateY(-1px);
}

@media (max-width: 1199px) {
	.hbs-jw-main__inner {
		grid-template-columns: minmax(0, 280px) minmax(0, 1fr) minmax(0, 280px);
		gap: 16px;
	}

	.hbs-jw-search {
		max-width: 260px;
	}

	.hbs-jw-nav .hbs-nav-menu,
	.hbs-jw-nav #primary-menu {
		gap: 0 24px;
	}
}

@media (max-width: 991px) {
	.hbs-jw-utility-bar {
		display: none;
	}

	.hbs-jw-mobile-toggle {
		display: inline-flex;
	}

	.hbs-jw-navbar {
		display: none;
	}

	.hbs-jw-main__inner {
		grid-template-columns: 40px minmax(0, 1fr) auto;
		grid-template-rows: auto auto;
		gap: 12px 10px;
		min-height: auto;
		padding: 12px 0;
	}

	.hbs-jw-mobile-toggle {
		grid-column: 1;
		grid-row: 1;
	}

	.hbs-jw-brand {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
	}

	.hbs-jw-actions {
		grid-column: 3;
		grid-row: 1;
	}

	.hbs-jw-search {
		grid-column: 1 / -1;
		grid-row: 2;
		max-width: none;
		justify-self: stretch;
	}

	.hbs-jw-logo__title {
		font-size: 22px;
		letter-spacing: 0.18em;
	}
}

@media (max-width: 575px) {
	.hbs-jw-topbar__text {
		font-size: 10px;
		letter-spacing: 0.04em;
	}

	.hbs-header-jewelry .hbs-jw-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.hbs-jw-action {
		width: 38px;
		height: 38px;
	}

	.hbs-jw-action i {
		font-size: 18px;
	}
}

/* Legacy header v3 aliases kept for backward compatibility */
.hbs-header-v3 {
	--hbs-h3-topbar-bg: #1a1a1a;
	background: #fff;
}

.hbs-h3-topbar {
	background: var(--hbs-h3-topbar-bg);
	color: #fff;
}

.hbs-h3-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 38px;
	padding: 6px 0;
}

.hbs-h3-topbar__announcement {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}

.hbs-h3-topbar__meta {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-left: auto;
}

.hbs-h3-topbar__socials {
	display: flex;
	align-items: center;
	gap: 14px;
}

.hbs-h3-topbar__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	opacity: 0.92;
}

.hbs-h3-topbar__socials a:hover,
.hbs-h3-topbar__socials a:focus {
	opacity: 1;
}

.hbs-h3-topbar__currency {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}

.hbs-h3-main {
	background: #fff;
	border-bottom: 1px solid var(--hbs-demo-border);
}

.hbs-h3-main__inner {
	display: flex;
	align-items: center;
	gap: 24px;
	min-height: 78px;
	padding: 12px 0;
}

.hbs-h3-mobile-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.hbs-h3-mobile-toggle span {
	display: block;
	width: 20px;
	height: 1.5px;
	background: #111;
}

.hbs-h3-brand {
	flex-shrink: 0;
}

.hbs-h3-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: inherit;
}

.hbs-h3-logo .hbs-logo-image img,
.hbs-h3-logo .hbs-logo-image .custom-logo {
	display: block;
	max-height: 40px;
	width: auto;
}

.hbs-h3-logo__title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #111;
	line-height: 1;
}

.hbs-h3-search {
	flex: 1;
	min-width: 280px;
}

.hbs-h3-search__form {
	display: flex;
	align-items: stretch;
	height: 46px;
	border: 1px solid var(--hbs-demo-border);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	margin: 0;
}

.hbs-h3-search__input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	padding: 0 16px;
	font-size: 14px;
	color: #111;
	margin: 0;
}

.hbs-h3-search__input::placeholder {
	color: var(--hbs-demo-muted);
}

.hbs-h3-search__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-shrink: 0;
	padding: 0 22px;
	border: 0;
	background: var(--hbs-demo-primary);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	margin: 0;
}

.hbs-h3-search__submit-text {
	display: inline;
}

.hbs-h3-promo-wrap {
	position: relative;
	flex-shrink: 0;
}

.hbs-h3-promo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 210px;
	padding: 10px 14px;
	border: 1px solid var(--hbs-demo-border);
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	text-align: left;
}

.hbs-h3-promo__icon {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(229, 39, 39, 0.14);
	color: #e52727;
	font-size: 14px;
	flex-shrink: 0;
}

.hbs-h3-promo__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.2;
}

.hbs-h3-promo__text strong {
	font-size: 14px;
	font-weight: 700;
	color: #111;
}

.hbs-h3-promo__text small {
	font-size: 12px;
	color: var(--hbs-demo-muted);
}

.hbs-h3-promo__caret {
	font-size: 10px;
	color: var(--hbs-demo-muted);
}

.hbs-h3-navbar {
	background: #fff;
	border-bottom: 1px solid var(--hbs-demo-border);
}

.hbs-h3-navbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 52px;
}

.hbs-h3-nav {
	flex: 1;
	min-width: 0;
}

.hbs-h3-nav .hbs-nav-menu {
	justify-content: flex-start;
	gap: 0 28px;
}

.hbs-h3-utilities {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.hbs-h3-utilities--mobile {
	display: none;
}

.hbs-h3-utility,
.hbs-h3-help__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border: 0;
	background: transparent;
	color: #111;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}

.hbs-h3-utility i {
	font-size: 18px;
	line-height: 1;
	flex-shrink: 0;
	width: 1.125em;
	text-align: center;
}

.hbs-h3-utility--cart {
	position: relative;
}

.hbs-h3-utility .hbs-h3-utility__count,
.hbs-h3-utility .hbs-badge.count {
	position: static;
	top: auto;
	right: auto;
	margin-left: 2px;
}

.hbs-h3-utility--cart .hbs-h3-utility__count,
.hbs-h3-utility--cart .hbs-badge.count {
	position: static;
	top: auto;
	right: auto;
	margin-left: 2px;
	transform: none;
}

.hbs-h3-utility__count {
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
}

.hbs-h3-help {
	position: relative;
}

.hbs-h3-help__caret {
	font-size: 10px;
	color: var(--hbs-demo-muted);
}

.hbs-h3-help__dropdown {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 180px;
	background: #fff;
	border: 1px solid var(--hbs-demo-border);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(17, 24, 39, 0.12);
	padding: 6px 0;
	z-index: 80;
}

.hbs-h3-help__dropdown[hidden] {
	display: none !important;
}

.hbs-h3-help__dropdown a {
	display: block;
	padding: 9px 16px;
	font-size: 13px;
	color: #111;
	text-decoration: none;
}

.hbs-h3-help__dropdown a:hover,
.hbs-h3-help__dropdown a:focus {
	background: #f3f4f6;
}

@media (max-width: 1199px) {
	.hbs-h3-promo-wrap {
		display: none;
	}
}

@media (max-width: 991px) {
	.hbs-h3-mobile-toggle {
		display: inline-flex;
		position: relative;
		z-index: 10;
	}

	.hbs-h3-navbar {
		display: none;
	}

	.hbs-h3-main__inner {
		display: grid;
		grid-template-columns: 40px minmax(0, 1fr) auto;
		grid-template-rows: auto auto;
		align-items: center;
		gap: 10px 8px;
		flex-wrap: nowrap;
		min-height: auto;
		padding: 10px 0;
	}

	.hbs-h3-mobile-toggle {
		grid-column: 1;
		grid-row: 1;
	}

	.hbs-h3-brand {
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
	}

	.hbs-h3-utilities--mobile {
		display: flex;
		grid-column: 3;
		grid-row: 1;
		margin-left: 0;
		gap: 0;
		flex-wrap: nowrap;
	}

	.hbs-h3-search {
		order: unset;
		grid-column: 1 / -1;
		grid-row: 2;
		flex: none;
		width: 100%;
		min-width: 0;
	}

	.hbs-h3-navbar .hbs-h3-nav {
		display: none;
	}

	.hbs-h3-utilities--desktop {
		display: none;
	}

	.hbs-h3-utility,
	.hbs-h3-help__toggle {
		padding: 6px 8px;
		gap: 6px;
	}

	.hbs-h3-help__caret {
		display: none;
	}

	.hbs-h3-logo__title {
		font-size: 18px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.hbs-h3-utility span:not(.hbs-h3-utility__count):not(.screen-reader-text):not(.hbs-h3-utility__label),
	.hbs-h3-help__toggle span:not(.screen-reader-text) {
		display: none;
	}

	.hbs-h3-utility--cart .hbs-h3-utility__label {
		display: none;
	}

	.hbs-h3-utility--cart .hbs-h3-utility__count,
	.hbs-h3-utility--cart .hbs-badge.count {
		position: absolute;
		top: 2px;
		right: 2px;
		min-width: 16px;
		height: 16px;
		margin-left: 0;
		padding: 0 4px;
		font-size: 10px;
		line-height: 16px;
		transform: translate(35%, -35%);
	}

	.hbs-h3-topbar__socials {
		display: none;
	}

	#header .hbs-header-bar-inner {
		display: grid;
		grid-template-columns: 40px minmax(0, 1fr) auto;
	}
}

@media (max-width: 575px) {
	.hbs-h3-search__submit-text {
		display: none;
	}

	.hbs-h3-search__submit {
		padding: 0 16px;
	}
}

/* ============================= HERO SLIDER (Jewelry) ============================= */

.hbs-jw-hero {
	position: relative;
	width: 100%;
	background: #0e0e0e;
	overflow: hidden;
}

.hbs-jw-hero__carousel {
	position: relative;
}

.hbs-jw-hero__carousel .carousel-inner,
.hbs-jw-hero__carousel .carousel-item,
.hbs-jw-hero__slide {
	height: min(85vh, 820px);
	min-height: 480px;
}

.hbs-jw-hero__carousel .carousel-item {
	display: none;
	align-items: stretch;
}

.hbs-jw-hero__carousel .carousel-item.active {
	display: flex;
}

.hbs-jw-hero__slide {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #1a1a1a;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.hbs-jw-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 42%, rgba(0, 0, 0, 0.08) 100%);
	pointer-events: none;
}

.hbs-jw-hero__slide > .hbs-jw-container {
	position: relative;
	z-index: 2;
	width: 100%;
}

.hbs-jw-hero__content {
	max-width: 560px;
	padding: 48px 0 80px;
	text-align: left;
	color: #fff;
}

.hbs-jw-hero__kicker {
	margin: 0 0 14px;
	padding: 0;
	font-family: var(--hbs-demo-font, 'Poppins', sans-serif);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
	background: none;
	border-radius: 0;
}

.hbs-jw-hero__title {
	margin: 0 0 18px;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
	font-size: clamp(2.25rem, 5vw, 4rem);
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: -0.01em;
	color: #fff;
}

.hbs-jw-hero__text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 0 0 28px;
	max-width: 520px;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
}

.hbs-jw-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 32px;
	font-family: var(--hbs-demo-font, 'Poppins', sans-serif);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	color: #111;
	background: #fff;
	border: 0;
	border-radius: 0;
	transition: background 0.25s ease, color 0.25s ease;
}

.hbs-jw-hero__btn:hover,
.hbs-jw-hero__btn:focus {
	color: #fff;
	background: #111;
}

.hbs-jw-hero__nav {
	position: absolute;
	bottom: 32px;
	left: 50%;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 14px;
	transform: translateX(-50%);
	color: #fff;
	font-family: var(--hbs-demo-font, 'Poppins', sans-serif);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.hbs-jw-hero__carousel .carousel-control-prev,
.hbs-jw-hero__carousel .carousel-control-next {
	position: static;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	width: auto;
	height: auto;
}

.hbs-jw-hero__arrow {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0;
	padding: 4px 6px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	background: none;
	border: 0;
	opacity: 1;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.hbs-jw-hero__arrow:hover,
.hbs-jw-hero__arrow:focus {
	opacity: 0.75;
	outline: none;
}

.hbs-jw-hero__carousel .carousel-control-prev-icon,
.hbs-jw-hero__carousel .carousel-control-next-icon {
	display: none;
}

.hbs-jw-hero__counter {
	display: inline-flex;
	align-items: center;
	min-width: 48px;
	justify-content: center;
}

/* ============================= CATEGORIES CAROUSEL (Jewelry) ============================= */

.hbs-jw-cat.hbs-cat-carousel-section {
	padding: 36px 0 44px;
	background: #fff;
}

.hbs-jw-cat .hbs-cat-carousel__wrap {
	position: relative;
	padding: 0 28px;
}

.hbs-jw-cat .hbs-cat-carousel__viewport {
	overflow: hidden;
}

.hbs-jw-cat .hbs-cat-carousel__track {
	display: flex;
	gap: 12px;
	transition: transform 0.35s ease;
	will-change: transform;
}

.hbs-jw-cat .hbs-cat-carousel__card {
	flex: 0 0 calc((100% - 5 * 12px) / 6);
	min-width: 120px;
	text-decoration: none;
	color: #fff;
}

.hbs-jw-cat__tile {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #1a1a1a;
}

.hbs-jw-cat__image,
.hbs-jw-cat__image img,
.hbs-jw-cat__tile > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.hbs-jw-cat__image {
	position: absolute;
	inset: 0;
}

.hbs-jw-cat__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.72) 100%);
	pointer-events: none;
}

.hbs-jw-cat__caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 18px 12px 16px;
	text-align: center;
}

.hbs-jw-cat__name {
	display: block;
	font-family: var(--hbs-demo-font, 'Poppins', sans-serif);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.hbs-jw-cat__count {
	display: block;
	margin-top: 5px;
	font-family: var(--hbs-demo-font, 'Poppins', sans-serif);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
}

.hbs-jw-cat .hbs-cat-carousel__card:hover .hbs-jw-cat__image img,
.hbs-jw-cat .hbs-cat-carousel__card:focus .hbs-jw-cat__image img,
.hbs-jw-cat .hbs-cat-carousel__card:hover .hbs-jw-cat__tile > img,
.hbs-jw-cat .hbs-cat-carousel__card:focus .hbs-jw-cat__tile > img {
	transform: scale(1.05);
}

.hbs-jw-cat .hbs-cat-carousel__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #c8c8c8;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	transition: color 0.2s ease, opacity 0.2s ease;
}

.hbs-jw-cat .hbs-cat-carousel__arrow:hover,
.hbs-jw-cat .hbs-cat-carousel__arrow:focus {
	color: #111;
	outline: none;
}

.hbs-jw-cat .hbs-cat-carousel__arrow:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.hbs-jw-cat .hbs-cat-carousel__arrow--prev {
	left: 0;
}

.hbs-jw-cat .hbs-cat-carousel__arrow--next {
	right: 0;
}

@media (max-width: 1199px) {
	.hbs-jw-cat .hbs-cat-carousel__card {
		flex: 0 0 calc((100% - 4 * 12px) / 5);
	}
}

@media (max-width: 991px) {
	.hbs-jw-cat .hbs-cat-carousel__card {
		flex: 0 0 calc((100% - 3 * 12px) / 4);
	}
}

@media (max-width: 767px) {
	.hbs-jw-cat .hbs-cat-carousel__wrap {
		padding: 0 22px;
	}

	.hbs-jw-cat .hbs-cat-carousel__card {
		flex: 0 0 calc((100% - 2 * 12px) / 3);
		min-width: 100px;
	}

	.hbs-jw-cat__name {
		font-size: 14px;
	}

	.hbs-jw-cat__count {
		font-size: 10px;
	}
}

@media (max-width: 575px) {
	.hbs-jw-cat .hbs-cat-carousel__card {
		flex: 0 0 calc((100% - 12px) / 2);
	}
}

/* ============================= FEATURED PRODUCTS (Jewelry) ============================= */

.hbs-jw-products.hbs-featured-section {
	padding: 48px 0 56px;
	background: #fff;
}

.hbs-jw-products__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.hbs-jw-products__heading,
.hbs-jw-products .hbs-featured-section__heading {
	margin: 0;
	font-family: var(--hbs-demo-font, 'Poppins', sans-serif);
	font-size: clamp(1.5rem, 2.5vw, 1.875rem);
	font-weight: 700;
	line-height: 1.2;
	color: #111;
}

.hbs-jw-products__tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
}

.hbs-jw-products__tab {
	position: relative;
	margin: 0;
	padding: 0 0 6px;
	border: 0;
	background: none;
	color: #9a9a9a;
	font-family: var(--hbs-demo-font, 'Poppins', sans-serif);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	cursor: pointer;
	transition: color 0.2s ease;
}

.hbs-jw-products__tab::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #111;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.2s ease;
}

.hbs-jw-products__tab.is-active,
.hbs-jw-products__tab[aria-selected='true'] {
	color: #111;
}

.hbs-jw-products__tab.is-active::after,
.hbs-jw-products__tab[aria-selected='true']::after {
	transform: scaleX(1);
}

.hbs-jw-products__tab:hover,
.hbs-jw-products__tab:focus {
	color: #111;
	outline: none;
}

.hbs-jw-products__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
}

.hbs-jw-product__card {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.hbs-jw-product__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #f5f5f5;
	text-decoration: none;
}

.hbs-jw-product__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.hbs-jw-product__card:hover .hbs-jw-product__media img,
.hbs-jw-product__card:focus-within .hbs-jw-product__media img {
	transform: scale(1.03);
}

.hbs-jw-product__body {
	padding-top: 14px;
}

.hbs-jw-product__category {
	margin: 0 0 6px;
	font-family: var(--hbs-demo-font, 'Poppins', sans-serif);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9a9a9a;
}

.hbs-jw-product__title {
	margin: 0 0 8px;
	font-family: var(--hbs-demo-font, 'Poppins', sans-serif);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.hbs-jw-product__title a {
	color: #111;
	text-decoration: none;
}

.hbs-jw-product__price {
	font-family: var(--hbs-demo-font, 'Poppins', sans-serif);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #111;
}

.hbs-jw-product__price del {
	margin-right: 4px;
	color: #9a9a9a;
	font-weight: 400;
	text-decoration: line-through;
}

.hbs-jw-product__price ins {
	text-decoration: none;
	color: #d14b67;
}

.hbs-blog-carousel__arrow i {
	font-size: 14px;
	line-height: 1;
}

@media (max-width: 1199px) {
	.hbs-jw-products__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 20px;
	}
}

@media (max-width: 991px) {
	.hbs-jw-products.hbs-featured-section {
		padding: 36px 0 44px;
	}

	.hbs-jw-products__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		margin-bottom: 22px;
	}

	.hbs-jw-products__tabs {
		justify-content: flex-start;
		gap: 18px;
	}

	.hbs-jw-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}
}

@media (max-width: 767px) {
	.hbs-jw-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.hbs-jw-products__tabs {
		gap: 14px;
	}

	.hbs-jw-products__tab {
		font-size: 13px;
	}

	.hbs-jw-product__title {
		font-size: 14px;
	}
}

/* ============================= BANNER / LIVING ============================= */

.hbs-living-banner {
	padding: 56px 0;
	background: #fff;
}

.hbs-living-banner__layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.hbs-living-banner__media {
	overflow: hidden;
	border-radius: 20px;
	aspect-ratio: 4 / 3;
	background: #f3f4f6;
}

.hbs-living-banner__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hbs-living-banner__eyebrow {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hbs-demo-muted);
}

.hbs-living-banner__heading {
	margin: 0 0 16px;
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: 700;
	line-height: 1.15;
	color: #111;
}

.hbs-living-banner__text {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.65;
	color: #555;
}

.hbs-living-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hbs-living-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hbs-living-banner__btn--primary {
	background: #111;
	color: #fff;
	border: 1px solid #111;
}

.hbs-living-banner__btn--secondary {
	background: #fff;
	color: #111;
	border: 1px solid #111;
}

.hbs-living-banner__btn--primary:hover,
.hbs-living-banner__btn--primary:focus {
	background: #000;
	color: #fff;
}

.hbs-living-banner__btn--secondary:hover,
.hbs-living-banner__btn--secondary:focus {
	background: #111;
	color: #fff;
}

@media (max-width: 991px) {
	.hbs-living-banner__layout {
		grid-template-columns: 1fr;
	}
}

/* ============================= BLOG / LATEST NEWS ============================= */

.hbs-jw-news.hbs-blog-demo {
	padding: 56px 0 48px;
	background: #fff;
}

.hbs-jw-news__header {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 12px 20px;
	margin-bottom: 32px;
}

.hbs-jw-news__heading.hbs-blog-demo__heading {
	margin: 0;
	font-family: var(--hbs-font-body, 'Poppins', sans-serif);
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 700;
	color: #111;
	line-height: 1.2;
}

.hbs-jw-news__subtitle {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: var(--hbs-demo-muted, #888);
	line-height: 1.5;
}

.hbs-jw-news__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 24px;
}

.hbs-jw-news__card {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.hbs-jw-news__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #f3f4f6;
	margin-bottom: 16px;
}

.hbs-jw-news__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.hbs-jw-news__card:hover .hbs-jw-news__media img {
	transform: scale(1.03);
}

.hbs-jw-news__title {
	margin: 0 0 8px;
	font-family: var(--hbs-font-body, 'Poppins', sans-serif);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.hbs-jw-news__title a {
	color: #111;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hbs-jw-news__title a:hover,
.hbs-jw-news__title a:focus {
	color: #555;
}

.hbs-jw-news__date {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	color: var(--hbs-demo-muted, #888);
	letter-spacing: 0.04em;
}

.hbs-jw-news__excerpt {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: var(--hbs-demo-muted, #888);
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.hbs-jw-news__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.hbs-jw-news__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 20px;
	}
}

@media (max-width: 575px) {
	.hbs-jw-news__grid {
		grid-template-columns: 1fr;
	}

	.hbs-jw-news__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		margin-bottom: 24px;
	}
}

/* ============================= FEATURES / USPS BAR ============================= */

.hbs-jw-features.hbs-usps-bar {
	padding: 36px 0 44px;
	background: #fff;
	border-top: 0;
}

.hbs-jw-features__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px 32px;
}

.hbs-jw-features__item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	text-align: left;
}

.hbs-jw-features__icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 2px 0 0;
	border-radius: 0;
	background: transparent;
	color: var(--hbs-demo-muted, #888);
}

.hbs-jw-features__icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.hbs-jw-features__content {
	min-width: 0;
}

.hbs-jw-features__title {
	margin: 0 0 4px;
	font-size: 15px;
	font-weight: 700;
	color: #111;
	line-height: 1.3;
}

.hbs-jw-features__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: var(--hbs-demo-muted, #888);
}

@media (max-width: 991px) {
	.hbs-jw-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 20px;
	}
}

@media (max-width: 575px) {
	.hbs-jw-features__grid {
		grid-template-columns: 1fr;
	}
}

/* ============================= FOOTER V3 ============================= */

.hbs-footer-v3 {
	font-family: inherit;
}

.hbs-jw-newsletter.hbs-footer-v3__newsletter {
	background: #fff;
	padding: 52px 0 56px;
	color: #111;
	border-top: 1px solid var(--hbs-demo-border, #e5e7eb);
}

.hbs-jw-newsletter__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0;
}

.hbs-jw-newsletter__content {
	max-width: 640px;
	margin: 0 auto 24px;
}

.hbs-jw-newsletter__title {
	margin: 0 0 10px;
	font-family: var(--hbs-font-heading, 'Jost', sans-serif);
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	line-height: 1.3;
	color: #111;
	letter-spacing: normal;
	text-transform: none;
}

.hbs-jw-newsletter__subtitle {
	margin: 0;
	font-family: var(--hbs-font-body, 'Poppins', sans-serif);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	color: var(--hbs-demo-muted, #888);
}

.hbs-jw-newsletter__form {
	display: inline-flex;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	max-width: 520px;
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	overflow: visible;
}

.hbs-jw-newsletter__form input[type="email"] {
	flex: 1;
	min-width: 0;
	width: 100%;
	max-width: 360px;
	border: 1px solid #ddd;
	border-right: 0;
	border-radius: 0;
	background: #fff;
	padding: 12px 16px;
	font-family: var(--hbs-font-body, 'Poppins', sans-serif);
	font-size: 14px;
	color: #111;
	margin: 0;
	box-shadow: none;
}

.hbs-jw-newsletter__form input[type="email"]::placeholder {
	color: #aaa;
}

.hbs-jw-newsletter__form button {
	flex-shrink: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	padding: 12px 28px;
	font-family: var(--hbs-font-body, 'Poppins', sans-serif);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	background: #111;
	margin: 0;
	transition: background 0.2s ease;
}

.hbs-jw-newsletter__form button:hover,
.hbs-jw-newsletter__form button:focus {
	background: #333;
	color: #fff;
}

@media (max-width: 575px) {
	.hbs-jw-newsletter.hbs-footer-v3__newsletter {
		padding: 40px 0 44px;
	}

	.hbs-jw-newsletter__form {
		flex-direction: column;
		align-items: stretch;
		max-width: 100%;
	}

	.hbs-jw-newsletter__form input[type="email"] {
		max-width: none;
		border-right: 1px solid #ddd;
	}

	.hbs-jw-newsletter__form button {
		width: 100%;
		padding: 14px 20px;
	}
}

.hbs-footer-v3__main {
	background: var(--hbs-demo-footer-bg);
	padding: 48px 0 40px;
}

.hbs-footer-v3__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) repeat(4, minmax(0, 1fr));
	gap: 32px 28px;
}

.hbs-footer-v3__contact-line {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.5;
	color: #374151;
}

.hbs-footer-v3__contact-line i {
	margin-top: 3px;
	color: var(--hbs-demo-muted);
}

.hbs-footer-v3__social-title,
.hbs-footer-v3__widget-title {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 700;
	color: #111827;
}

.hbs-footer-v3__socials {
	display: flex;
	gap: 8px;
	margin-bottom: 18px;
}

.hbs-footer-v3__socials a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #374151;
	text-decoration: none;
}

.hbs-footer-v3__socials a:hover,
.hbs-footer-v3__socials a:focus {
	background: var(--hbs-demo-nl-bg);
	color: #fff;
}

.hbs-footer-v3__currency-pill {
	display: inline-flex;
	align-items: center;
	padding: 0 14px;
	min-height: 36px;
	border-radius: 999px;
	background: var(--hbs-demo-nl-bg);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.hbs-footer-v3__menu,
.hbs-footer-v3__menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hbs-footer-v3__menu li {
	margin: 0 0 10px;
}

.hbs-footer-v3__menu a {
	color: #374151;
	text-decoration: none;
	font-size: 14px;
}

.hbs-footer-v3__menu a:hover,
.hbs-footer-v3__menu a:focus {
	color: #111827;
}

.hbs-footer-v3__office-address,
.hbs-footer-v3__office-line {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.55;
	color: #374151;
}

.hbs-footer-v3__bottom {
	background: #f3f6f8;
	padding: 18px 0;
}

.hbs-footer-v3__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.hbs-footer-v3__policies {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.hbs-footer-v3__policies a {
	color: var(--hbs-demo-muted);
	font-size: 13px;
	text-decoration: none;
}

.hbs-footer-v3__policies a:hover,
.hbs-footer-v3__policies a:focus {
	color: #111;
}

.hbs-footer-v3__copyright {
	margin: 0;
	font-size: 13px;
	color: var(--hbs-demo-muted);
}

.hbs-footer-v3__payments {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.hbs-footer-v3__payments img {
	max-height: 24px;
	width: auto;
}

@media (max-width: 1199px) {
	.hbs-footer-v3__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.hbs-footer-v3__grid {
		grid-template-columns: 1fr;
	}

	.hbs-footer-v3__newsletter-inner {
		flex-direction: column;
	}
}

/* ============================= LEGACY style.css OVERRIDES ============================= */
/* style.css has older #slider / #colophon rules that conflict with demo layout. */

#slider.hbs-jw-hero.hbs-slider-section {
	background: #0e0e0e;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.hbs-jw-hero__carousel .carousel-inner,
	.hbs-jw-hero__carousel .carousel-item,
	.hbs-jw-hero__slide {
		min-height: 420px;
		height: min(70vh, 620px);
	}

	.hbs-jw-hero__content {
		padding-bottom: 72px;
	}
}

#colophon.hbs-footer.hbs-footer-v3 {
	background: transparent;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 0;
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-jw-newsletter.hbs-footer-v3__newsletter.hbs-footer-newsletter {
	padding: 52px 0 56px;
	text-align: center;
	background: #fff;
	color: #111;
	border-bottom: 0;
	border-top: 1px solid var(--hbs-demo-border, #e5e7eb);
	border-left: 0;
	padding-left: 0;
	padding-top: 52px;
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-jw-newsletter__title.hbs-footer-v3__newsletter-title.hbs-footer-newsletter-title {
	margin: 0 0 10px;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: normal;
	text-transform: none;
	color: #111;
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-jw-newsletter__form.hbs-footer-v3__newsletter-form.hbs-footer-newsletter-form {
	display: inline-flex;
	align-items: stretch;
	max-width: 520px;
	width: 100%;
	border-bottom: 0;
	background: transparent;
	border-radius: 0;
	overflow: visible;
	padding: 0;
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-jw-newsletter__form input[type="email"] {
	padding: 12px 16px;
	color: #111;
	background: #fff;
	border: 1px solid #ddd;
	border-right: 0;
	border-radius: 0;
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-jw-newsletter__form input[type="email"]::placeholder {
	color: #aaa;
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-jw-newsletter__form button {
	padding: 12px 28px;
	color: #fff;
	background: #111;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-weight: 700;
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-v3__main.hbs-footer-main {
	padding: 48px 0 40px;
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-v3__menu a,
#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-menu a {
	color: #374151;
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-v3__menu a:hover,
#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-v3__menu a:focus,
#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-menu a:hover,
#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-menu a:focus {
	color: #111827;
	opacity: 1;
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-v3__heading,
#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-heading,
#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-v3__widget-title,
#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-v3__social-title {
	color: #111827;
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-v3__contact-line,
#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-v3__office-address,
#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-v3__office-line {
	color: #374151;
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-v3__office-line a {
	color: #374151;
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-v3__consent-link {
	color: #fff;
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-v3__policies a {
	color: var(--hbs-demo-muted);
}

#colophon.hbs-footer.hbs-footer-v3 .hbs-footer-v3__copyright {
	color: var(--hbs-demo-muted);
}

#colophon.hbs-footer.hbs-footer-v3 a:not(.hbs-footer-v3__consent-link):hover,
#colophon.hbs-footer.hbs-footer-v3 a:not(.hbs-footer-v3__consent-link):focus {
	opacity: 1;
}

@media screen and (max-width: 991px) {
	.hbs-jw-hero__carousel .carousel-inner,
	.hbs-jw-hero__carousel .carousel-item,
	.hbs-jw-hero__slide {
		min-height: 420px;
		height: min(70vh, 620px);
	}
}

/* ============================= MOBILE & TABLET RESPONSIVE ============================= */

html,
body {
	overflow-x: clip;
}

#skip-content {
	overflow-x: clip;
}

@media (max-width: 991px) {
	.hbs-jw-cat .hbs-jw-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.hbs-living-banner {
		padding: 40px 0;
	}

	.hbs-living-banner .container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.hbs-living-banner__layout {
		gap: 24px;
	}

	.hbs-living-banner__heading {
		font-size: clamp(1.5rem, 5vw, 2rem);
	}

	.hbs-living-banner__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hbs-living-banner__btn {
		width: 100%;
	}

.hbs-jw-news.hbs-blog-demo {
	padding: 40px 0;
	overflow: hidden;
}

	.hbs-jw-newsletter .hbs-jw-container,
	.hbs-footer-v3__main .container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 767px) {
	.hbs-jw-hero__carousel .carousel-inner,
	.hbs-jw-hero__carousel .carousel-item,
	.hbs-jw-hero__slide {
		min-height: 360px;
		height: min(58vh, 480px);
	}

	.hbs-jw-hero__content {
		padding: 32px 0 64px;
	}

	.hbs-jw-hero__title {
		font-size: clamp(1.75rem, 7vw, 2.25rem);
		margin-bottom: 14px;
	}

	.hbs-jw-hero__text {
		font-size: 14px;
		margin-bottom: 22px;
		-webkit-line-clamp: 3;
	}

	.hbs-jw-hero__btn {
		padding: 12px 24px;
		font-size: 13px;
	}

	.hbs-jw-hero__nav {
		bottom: 20px;
		font-size: 12px;
	}

	.hbs-jw-cat.hbs-cat-carousel-section {
		padding: 24px 0 32px;
	}

	.hbs-jw-cat .hbs-cat-carousel__card {
		flex: 0 0 calc((100% - 2 * 12px) / 3);
		min-width: 90px;
	}

	.hbs-featured-card__title {
		font-size: 14px;
	}

	.hbs-featured-card__price {
		font-size: 14px;
	}

	.hbs-jw-news__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		margin-bottom: 24px;
	}

	.hbs-jw-news__heading {
		font-size: 1.5rem;
	}

	.hbs-jw-features.hbs-usps-bar {
		padding: 32px 0 36px;
	}

	.hbs-jw-newsletter__title {
		font-size: 1.35rem;
	}

	#colophon.hbs-footer.hbs-footer-v3 .hbs-jw-newsletter__form,
	#colophon.hbs-footer.hbs-footer-v3 .hbs-jw-newsletter__form.hbs-footer-newsletter-form {
		flex-direction: column;
		align-items: stretch;
		max-width: 100%;
	}

	#colophon.hbs-footer.hbs-footer-v3 .hbs-jw-newsletter__form input[type="email"] {
		border-right: 1px solid #ddd;
	}

	#colophon.hbs-footer.hbs-footer-v3 .hbs-jw-newsletter__form button {
		width: 100%;
		padding: 14px 20px;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.hbs-h3-topbar__inner {
		gap: 4px;
		min-height: auto;
		padding: 8px 12px;
		text-align: center;
	}

	.hbs-h3-topbar__announcement {
		font-size: 11px;
		line-height: 1.35;
	}

	.hbs-h3-topbar__meta {
		margin-left: 0;
	}

	.hbs-header-v3 .container {
		width: 100%;
		max-width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.hbs-h3-search__form {
		height: 42px;
	}

	.hbs-h3-search__input {
		font-size: 13px;
		padding: 0 12px;
	}

	.hbs-h3-utility i {
		font-size: 16px;
	}

	.hbs-cat-carousel__card {
		flex: 0 0 calc((100% - 16px) / 2);
	}

	.hbs-cat-carousel__arrow,
	.hbs-featured-slider__arrow,
	.hbs-blog-carousel__arrow {
		width: 34px;
		height: 34px;
	}

	.hbs-featured-section__heading,
	.hbs-jw-news__heading {
		font-size: 1.35rem;
	}

	.hbs-living-banner__text {
		font-size: 15px;
	}

	.hbs-footer-v3__bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.hbs-footer-v3__policies {
		flex-wrap: wrap;
		gap: 8px 12px;
	}

	#colophon.hbs-footer.hbs-footer-v3 .hbs-jw-newsletter__form.hbs-footer-newsletter-form {
		flex-direction: column;
		border-bottom: 0;
		align-items: stretch;
	}

	#colophon.hbs-footer.hbs-footer-v3 .hbs-jw-newsletter__form input[type="email"] {
		border-right: 1px solid #ddd;
		color: #111;
		text-align: left;
	}

	#colophon.hbs-footer.hbs-footer-v3 .hbs-jw-newsletter__form button {
		padding: 14px 20px;
		text-align: center;
		color: #fff;
		background: #111;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hbs-jw-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hbs-jw-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
