.ndr125i498-adjustable-options {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	background: #fff;
}

.ndr125i498-adjustable-options h4 {
	margin-top: 0;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.ndr125i498-field {
	margin-bottom: 1rem;
}

.ndr125i498-select {
	width: 100%;
	padding: 0.6rem 0.8rem;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.single-product .entry-summary {
	max-width: 600px;
}

.single-product .summary .price {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.single-product .cart .quantity,
.single-product .cart .single_add_to_cart_button {
	width: 100%;
}

.single-product .cart .woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
}

.single-product .summary .button,
.single-product .summary button,
.single-product .summary .single_add_to_cart_button {
	border-radius: 999px;
	padding: 0.9rem 1.5rem;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.single-product .summary .single_add_to_cart_button {
	background: var(--ndr125i498-primary, #c59d5f);
	border: none;
	color: #fff;
	box-shadow: 0 12px 30px rgba(197, 157, 95, 0.25);
}

.single-product .summary .single_add_to_cart_button:hover {
	background: var(--ndr125i498-primary-dark, #a1804c);
}

.single-product .summary .button.secondary {
	background: transparent;
	border: 1px solid var(--ndr125i498-secondary, #1a1a1a);
	color: var(--ndr125i498-secondary, #1a1a1a);
}

.ndr125i498-video-frame iframe {
	max-width: 100%;
	height: auto;
}

.woocommerce ul.products li.product iframe,
.term-description iframe,
.wp-block-embed__wrapper iframe {
	max-height: var(--ndr125i498-video-height, 62vh);
	width: 100%;
}

.ndr125i498-social-wrapper {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9rem;
}

.ndr125i498-social-wrapper .ndr125i498-label {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 600;
}

.ndr125i498-social-wrapper a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.05);
	color: inherit;
	text-decoration: none;
	font-size: 14px;
}

.ndr125i498-social-wrapper a:hover {
	background: rgba(0, 0, 0, 0.15);
}

.sharedaddy,
.addtoany_share_save_container,
.product .social-share {
	display: none!important;
}

