/**
 * Strap product detail UI (matches reference).
 */
.hello-strap-detail {
	color: var(--text, #fffff0) !important;
	font-family: var(--FONT-GLOBAL, "Nunito Sans", sans-serif) !important;
}

.hello-strap-detail__title {
	margin: 0 0 0.75rem !important;
	font-family: var(--FONT-TITLE, "Libre Baskerville", serif) !important;
	font-weight: 400 !important;
	font-size: 1.75rem !important;
	line-height: 1.15 !important;
}

.hello-strap-detail__price {
	margin: 0 0 1rem !important;
	font-size: 1rem !important;
	color: var(--text, #fffff0) !important;
}

.hello-strap-detail__options {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}

.hello-strap-detail__group-title {
	display: flex;
	gap: 0.35rem;
	align-items: baseline;
	margin-bottom: 0.6rem;
	font-size: 0.9rem;
}

.hello-strap-detail__group-label {
	color: var(--text, #fffff0);
	font-weight: 600;
}

.hello-strap-detail__group-value {
	color: var(--text, #fffff0);
	opacity: 0.85;
}

.hello-strap-detail__group-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.hello-strap-detail__opt {
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid var(--border, #393636) !important;
	background: transparent !important;
	color: var(--text, #fffff0) !important;
	cursor: pointer !important;
	line-height: 0 !important;
	box-shadow: none !important;
}

.hello-strap-detail__opt:hover,
.hello-strap-detail__opt:focus,
.hello-strap-detail__opt:focus-visible,
.hello-strap-detail__opt:active {
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
	border-color: var(--COLOR-ACCENT, #ab8c52) !important;
	color: var(--COLOR-ACCENT, #ab8c52) !important;
}

.hello-strap-detail__opt.is-active {
	border-color: var(--COLOR-ACCENT, #ab8c52) !important;
	color: var(--COLOR-ACCENT, #ab8c52) !important;
}

.hello-strap-detail__opt.is-color {
	/* Color options are text-only (no images). */
}

.hello-strap-detail__opt.is-text {
	height: 34px !important;
	padding: 0 0.7rem !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.hello-strap-detail__text {
	font-size: 0.75rem !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
}

.hello-strap-detail__actions {
	margin-top: 1.25rem;
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.hello-strap-detail__cart {
	flex: 1 1 auto;
}

.hello-strap-detail__wishlist {
	flex: 0 0 auto;
}

.hello-strap-detail__cart .quantity,
.hello-strap-detail__cart .stock,
.hello-strap-detail__cart p.stock,
.hello-strap-detail__cart .woocommerce-variation-availability {
	display: none !important;
}

.hello-strap-detail__cart table.variations,
.hello-strap-detail__cart .variations,
.hello-strap-detail__cart .reset_variations,
.hello-strap-detail__cart .woocommerce-variation-description {
	display: none !important;
}

.hello-strap-detail__cart form.cart {
	margin: 0 !important;
}

.hello-strap-detail__cart button.single_add_to_cart_button {
	width: 100% !important;
	height: 46px !important;
	padding: 0 1rem !important;
	background: var(--BTN-PRIMARY-BG, #ab8c52) !important;
	color: var(--BTN-PRIMARY-TEXT, #fffff0) !important;
	border: 1px solid var(--BTN-PRIMARY-BORDER, #ab8c52) !important;
	border-radius: 0 !important;
	font-family: var(--FONT-GLOBAL, "Nunito Sans", sans-serif) !important;
	font-weight: 400 !important;
	font-size: 0.75rem !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
}


.hello-strap-detail__description{
	margin-top: 24px;
}