.danini-single-hero {
	display: grid;
	gap: clamp(18px, 2vw, 24px);
	margin-bottom: clamp(28px, 3vw, 42px);
	grid-column: 1 / -1;
	width: 100%;
	min-width: 0;
}

body.danini-header-redesign {
	--danini-single-gallery-sticky-top: calc(var(--danini-header-offset, 146px) + 18px);
}

body.danini-header-redesign.danini-header-is-sticky {
	--danini-single-gallery-sticky-top: calc(var(--danini-mainbar-height-sticky, 70px) + 18px);
}

.danini-single-hero__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 36px;
	padding: 0 2px;
}

.danini-single-hero__breadcrumbs .woocommerce-breadcrumb {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: rgba(74, 58, 41, 0.72);
}

.danini-single-hero__breadcrumbs .woocommerce-breadcrumb a {
	color: #5e4a35;
	text-decoration: none;
}

.danini-single-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: clamp(20px, 2.4vw, 34px);
	align-items: start;
}

.danini-single-hero__gallery,
.danini-single-hero__summary {
	min-width: 0;
}

.danini-single-hero__gallery {
	padding: clamp(18px, 2vw, 24px);
	border: 1px solid rgba(77, 58, 37, 0.1);
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 241, 232, 0.96));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		0 24px 44px rgba(53, 39, 23, 0.08);
}

.danini-single-hero__gallery .jet-woo-product-gallery {
	display: grid;
	gap: 14px;
}

.danini-single-hero__gallery .jet-gallery-swiper-slider {
	position: relative;
	width: 100%;
	min-width: 0;
}

.danini-single-hero__gallery .jet-woo-product-gallery-slider {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(247, 241, 232, 0.94), rgba(255, 255, 255, 0.98));
}

.danini-single-hero__gallery .jet-gallery-swiper-slider .swiper-wrapper {
	display: flex;
	width: 100%;
	min-width: 0;
}

.danini-single-hero__gallery .jet-gallery-swiper-slider .jet-woo-product-gallery__image-item {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.danini-single-hero__gallery .jet-woo-product-gallery__image-item,
.danini-single-hero__gallery .jet-woo-product-gallery__image {
	height: clamp(420px, 48vw, 680px);
}

.danini-single-hero__gallery .jet-woo-product-gallery__image {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(20px, 3vw, 36px);
	background: #ffffff;
	box-sizing: border-box;
}

.danini-single-hero__gallery .jet-woo-product-gallery__image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.danini-single-hero__gallery .jet-woo-product-gallery__image-link img,
.danini-single-hero__gallery .jet-woo-product-gallery__image img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.danini-single-hero__gallery .jet-woo-product-gallery__trigger {
	top: 18px;
	right: 18px;
}

.danini-single-hero__gallery .jet-product-gallery-icon.jet-swiper-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background-color: rgba(255, 255, 255, 0.04);
	color: rgba(34, 28, 22, 0.72);
	backdrop-filter: blur(18px) saturate(1.22);
	-webkit-backdrop-filter: blur(18px) saturate(1.22);
	box-shadow:
		0 10px 22px rgba(46, 33, 20, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.32);
	transition:
		background-color 0.22s ease,
		border-color 0.22s ease,
		color 0.22s ease,
		box-shadow 0.22s ease,
		backdrop-filter 0.22s ease,
		-webkit-backdrop-filter 0.22s ease;
	z-index: 3;
}

.danini-single-hero__gallery .jet-woo-product-gallery-slider .jet-product-gallery-icon.jet-swiper-nav.jet-swiper-button-prev {
	left: -14px;
	right: auto;
}

.danini-single-hero__gallery .jet-woo-product-gallery-slider .jet-product-gallery-icon.jet-swiper-nav.jet-swiper-button-next {
	right: -14px;
	left: auto;
}

.danini-single-hero__gallery .jet-product-gallery-icon.jet-swiper-nav:hover,
.danini-single-hero__gallery .jet-product-gallery-icon.jet-swiper-nav:focus-visible {
	background-color: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.38);
	color: rgba(35, 26, 19, 0.88);
	backdrop-filter: blur(20px) saturate(1.28);
	-webkit-backdrop-filter: blur(20px) saturate(1.28);
	box-shadow:
		0 12px 24px rgba(46, 33, 20, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.danini-single-hero__gallery .jet-gallery-swiper-thumb {
	margin-top: 0;
	width: 100%;
	min-width: 0;
}

.danini-single-hero__gallery .jet-woo-swiper-gallery-thumbs {
	padding: 0 2px;
}

.danini-single-hero__gallery .jet-gallery-swiper-thumb .jet-product-gallery-icon.jet-swiper-nav {
	display: none;
}

.danini-single-hero__gallery .jet-woo-swiper-control-thumbs__item {
	height: 98px;
	opacity: 1;
}

.danini-single-hero__gallery .jet-woo-swiper-control-thumbs__item.swiper-slide-thumb-active .jet-woo-swiper-control-thumbs__item-image {
	border-color: rgba(73, 54, 32, 0.34);
	box-shadow: 0 18px 30px rgba(59, 41, 21, 0.12);
}

.danini-single-hero__gallery .jet-woo-swiper-control-thumbs__item-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 8px;
	border: 1px solid rgba(83, 61, 36, 0.12);
	border-radius: 18px;
	background: #fff;
	box-sizing: border-box;
}

.danini-single-hero__gallery .jet-woo-swiper-control-thumbs__item-image img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: contain;
	object-position: center;
}

.danini-single-hero__summary {
	display: grid;
	gap: 20px;
	padding: clamp(20px, 2.2vw, 28px);
	border: 1px solid rgba(77, 58, 37, 0.1);
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 245, 238, 0.98));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.84),
		0 24px 44px rgba(53, 39, 23, 0.08);
}

.danini-single-hero__header {
	display: grid;
	gap: 12px;
}

.danini-single-hero__title {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3.2rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
	color: #221912;
	text-wrap: balance;
}

.danini-single-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.danini-single-hero__article {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 0.92rem;
	line-height: 1.2;
	background: rgba(37, 35, 33, 0.94);
	color: #fff6ea;
	font-weight: 800;
}

.danini-single-hero__price {
	position: fixed;
	top: 50%;
	right: clamp(12px, 2vw, 28px);
	z-index: 30;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	padding: 0 22px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(37, 32, 27, 0.92), rgba(24, 20, 16, 0.92)),
		radial-gradient(circle at top, rgba(217, 180, 122, 0.16), transparent 58%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 22px 38px rgba(31, 24, 18, 0.22);
	backdrop-filter: blur(18px) saturate(1.08);
	-webkit-backdrop-filter: blur(18px) saturate(1.08);
	transform: translateY(-50%);
	pointer-events: none;
	transition:
		opacity 0.22s ease,
		visibility 0.22s ease,
		transform 0.22s ease;
}

.danini-single-hero__price-value {
	margin: 0;
	font-size: clamp(1.15rem, 1.6vw, 1.55rem);
	line-height: 1;
	color: #fff6ea;
	font-weight: 800;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.danini-single-hero__specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.danini-single-hero__specs li {
	display: grid;
	gap: 4px;
	padding: 13px 14px;
	border: 1px solid rgba(83, 61, 36, 0.1);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.8);
}

.danini-single-hero__specs span {
	font-size: 0.76rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(95, 75, 51, 0.64);
}

.danini-single-hero__specs strong {
	font-size: 0.98rem;
	line-height: 1.35;
	color: #251b13;
}

.danini-single-hero__purchase {
	display: grid;
	gap: 12px;
}

.danini-single-hero__purchase .elementor-add-to-cart,
.danini-single-hero__purchase form.cart,
.danini-single-hero__purchase .variations_form {
	margin: 0;
}

.danini-single-hero__purchase .elementor-add-to-cart,
.danini-single-hero__purchase .variations_form.cart {
	display: grid;
	gap: 12px;
}

.danini-single-hero__purchase .variations {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-product .danini-single-hero__purchase form.cart .variations {
	margin: 0;
}

.single-product .danini-single-hero__purchase form.variations_form.cart ul.variations.zoo-cw-variations {
	margin: 0;
}

.danini-single-hero__purchase .zoo-cw-attr-row {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 16px 18px;
	border: 1px solid rgba(86, 67, 42, 0.12);
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 242, 235, 0.92)),
		radial-gradient(circle at top right, rgba(198, 158, 104, 0.12), transparent 56%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		0 18px 28px rgba(53, 39, 23, 0.06);
}

.danini-single-hero__purchase .zoo-cw-attr-row .label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	font-size: 0.83rem;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(78, 60, 40, 0.72);
}

.danini-single-hero__purchase .zoo-cw-attr-row .label label {
	margin: 0;
	font: inherit;
	color: inherit;
}

.danini-single-hero__purchase .zoo-cw-name {
	min-height: 1.2em;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #6c5132;
}

.danini-single-hero__purchase .zoo-cw-group-attribute {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.danini-single-hero__purchase .zoo-cw-group-attribute > select {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.danini-single-hero__purchase .zoo-cw-attribute-option {
	margin: 0;
}

.single-product .danini-single-hero__purchase .variations_form.allow-tooltip .zoo-cw-attribute-option[data-attribute-name]::before,
.single-product .danini-single-hero__purchase .variations_form.allow-tooltip .zoo-cw-attribute-option[data-attribute-name]::after,
.single-product .danini-single-hero__purchase .variations_form.allow-tooltip .zoo-cw-attribute-option[data-attribute-name]:hover::before,
.single-product .danini-single-hero__purchase .variations_form.allow-tooltip .zoo-cw-attribute-option[data-attribute-name]:hover::after {
	content: none;
	display: none;
	visibility: hidden;
	opacity: 0;
}

.danini-single-hero__purchase .zoo-cw-attr-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	min-width: 46px;
	padding: 0 14px;
	border: 1px solid rgba(43, 34, 25, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
	transition:
		transform 160ms ease,
		border-color 160ms ease,
		box-shadow 160ms ease,
		background-color 160ms ease;
	cursor: pointer;
}

.danini-single-hero__purchase .zoo-cw-attr-item:hover {
	transform: none;
	border-color: rgba(27, 23, 19, 0.72);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.danini-single-hero__purchase .zoo-cw-attribute-option.selected .zoo-cw-attr-item,
.danini-single-hero__purchase .zoo-cw-attribute-option.active .zoo-cw-attr-item {
	transform: none;
	border-color: rgba(27, 23, 19, 0.72);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.danini-single-hero__purchase .zoo-cw-attribute-option.selected .zoo-cw-attr-item:hover,
.danini-single-hero__purchase .zoo-cw-attribute-option.active .zoo-cw-attr-item:hover,
.danini-single-hero__purchase .zoo-cw-attribute-option.selected .zoo-cw-attr-item:active,
.danini-single-hero__purchase .zoo-cw-attribute-option.active .zoo-cw-attr-item:active {
	transform: none;
	border-color: rgba(27, 23, 19, 0.72);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.danini-single-hero__purchase .zoo-cw-label-text {
	font-size: 0.94rem;
	line-height: 1.2;
	font-weight: 700;
	color: rgba(43, 34, 25, 0.8);
}

.danini-single-hero__purchase .zoo-cw-attribute-option.selected .zoo-cw-label-text,
.danini-single-hero__purchase .zoo-cw-attribute-option.active .zoo-cw-label-text {
	color: #2b2219;
}

.danini-single-hero__purchase .zoo-cw-attr-item img {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	object-fit: cover;
}

.danini-single-hero__purchase .zoo-cw-label-color {
	width: 24px;
	height: 24px;
	border-radius: 999px;
	border: 1px solid rgba(44, 34, 24, 0.14);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.danini-single-hero__purchase .single_variation {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	clip-path: inset(50%);
}

.danini-single-hero__purchase .reset_variations {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(97, 74, 46, 0.08);
	color: #684d2f;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.danini-single-hero__purchase .woocommerce-variation-add-to-cart,
.danini-single-hero__purchase .single_variation_wrap {
	display: grid;
	gap: 12px;
}

.danini-single-hero__purchase .woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

.single-product .danini-single-hero__purchase form.variations_form.cart .woocommerce-variation-add-to-cart.variations_button {
	display: grid;
}

.danini-single-hero__purchase .quantity {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 54px;
	padding: 0 12px;
	border: 1px solid rgba(83, 61, 36, 0.12);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 236, 0.96)),
		radial-gradient(circle at top, rgba(211, 174, 118, 0.12), transparent 58%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.88),
		0 16px 28px rgba(53, 39, 23, 0.08);
}

.danini-single-hero__purchase .quantity input.qty,
.danini-single-hero__purchase .quantity input.input-text.qty,
.danini-single-hero__purchase .quantity input[type="number"].qty,
.danini-single-hero__purchase .quantity input[type="number"].input-text.qty.text {
	width: 56px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 240, 231, 0.68));
	font-size: 1.08rem;
	font-weight: 800;
	color: #251b13;
	text-align: center;
	appearance: textfield;
	-moz-appearance: textfield;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.74),
		inset 0 0 0 1px rgba(78, 59, 36, 0.08);
}

.danini-single-hero__purchase .quantity input.qty:focus,
.danini-single-hero__purchase .quantity input.input-text.qty:focus,
.danini-single-hero__purchase .quantity input[type="number"].qty:focus,
.danini-single-hero__purchase .quantity input[type="number"].input-text.qty.text:focus {
	outline: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 240, 231, 0.78));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.8),
		inset 0 0 0 1px rgba(78, 59, 36, 0.14);
}

.danini-single-hero__purchase .quantity input.qty::-webkit-outer-spin-button,
.danini-single-hero__purchase .quantity input.qty::-webkit-inner-spin-button,
.danini-single-hero__purchase .quantity input.input-text.qty::-webkit-outer-spin-button,
.danini-single-hero__purchase .quantity input.input-text.qty::-webkit-inner-spin-button,
.danini-single-hero__purchase .quantity input[type="number"].qty::-webkit-outer-spin-button,
.danini-single-hero__purchase .quantity input[type="number"].qty::-webkit-inner-spin-button,
.danini-single-hero__purchase .quantity input[type="number"].input-text.qty.text::-webkit-outer-spin-button,
.danini-single-hero__purchase .quantity input[type="number"].input-text.qty.text::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.danini-single-hero__purchase .quantity .danini-single-hero__qty-button,
.danini-single-hero__purchase .quantity button.danini-single-hero__qty-button,
.danini-single-hero__purchase .quantity button[type="button"].danini-single-hero__qty-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 220, 204, 0.96));
	color: #16100b;
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.8),
		0 8px 14px rgba(44, 34, 24, 0.1);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
	transition:
		background-color 180ms ease,
		color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.danini-single-hero__purchase .quantity .danini-single-hero__qty-button:hover,
.danini-single-hero__purchase .quantity .danini-single-hero__qty-button:focus-visible,
.danini-single-hero__purchase .quantity button[type="button"].danini-single-hero__qty-button:hover,
.danini-single-hero__purchase .quantity button[type="button"].danini-single-hero__qty-button:focus-visible {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 220, 204, 0.96));
	color: #1d1610;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.84),
		0 10px 18px rgba(44, 34, 24, 0.1);
	transform: translateY(-1px);
}

.danini-single-hero__purchase .single_add_to_cart_button,
.danini-single-hero__purchase button.single_add_to_cart_button,
.danini-single-hero__purchase .single_add_to_cart_button.button,
.danini-single-hero__purchase button.single_add_to_cart_button.button,
.danini-single-hero__purchase .single_add_to_cart_button.button.alt,
.danini-single-hero__purchase button.single_add_to_cart_button.button.alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 0 30px;
	border: 0;
	border-radius: 999px;
	background:
		linear-gradient(135deg, #d7b47d 0%, #c89553 28%, #9e6b35 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 248, 238, 0.38),
		0 22px 36px rgba(83, 58, 27, 0.18);
	color: #fff9f0;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	transition:
		transform 180ms ease,
		box-shadow 180ms ease,
		filter 180ms ease;
}

.danini-single-hero__purchase .single_add_to_cart_button:hover,
.danini-single-hero__purchase button.single_add_to_cart_button:hover,
.danini-single-hero__purchase .single_add_to_cart_button.button.alt:hover,
.danini-single-hero__purchase button.single_add_to_cart_button.button.alt:hover {
	transform: translateY(-1px);
	box-shadow:
		inset 0 1px 0 rgba(255, 248, 238, 0.42),
		0 26px 42px rgba(83, 58, 27, 0.22);
	filter: saturate(1.06);
}

.danini-single-hero__purchase .single_add_to_cart_button:active,
.danini-single-hero__purchase button.single_add_to_cart_button:active,
.danini-single-hero__purchase .single_add_to_cart_button.button.alt:active,
.danini-single-hero__purchase button.single_add_to_cart_button.button.alt:active {
	transform: translateY(0);
}

.danini-single-hero__purchase .single_add_to_cart_button.danini-is-disabled,
.danini-single-hero__purchase button.single_add_to_cart_button.danini-is-disabled,
.danini-single-hero__purchase .single_add_to_cart_button:disabled,
.danini-single-hero__purchase button.single_add_to_cart_button:disabled {
	cursor: not-allowed;
	transform: none;
	filter: saturate(0.72);
	box-shadow:
		inset 0 1px 0 rgba(255, 248, 238, 0.28),
		0 12px 20px rgba(83, 58, 27, 0.12);
	opacity: 0.78;
}

.danini-single-hero__purchase .wcpa_form_outer,
.danini-single-hero__purchase .wcpa_form_outer .wcpa_form_item {
	display: grid;
	gap: 12px;
}

.danini-single-hero__purchase .wcpa_form_outer {
	margin: 0;
	padding-top: 0;
}

.danini-single-hero__purchase .wcpa_wrap {
	display: grid;
	gap: 12px;
}

.danini-single-hero__purchase .wcpa_section {
	margin: 0;
	padding: 10px;
	border: 1px solid rgba(83, 61, 36, 0.12);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 236, 0.94)),
		radial-gradient(circle at top right, rgba(203, 165, 108, 0.12), transparent 58%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.86),
		0 18px 30px rgba(53, 39, 23, 0.07);
}

.danini-single-hero__purchase .wcpa_section_body,
.danini-single-hero__purchase .wcpa_row {
	display: grid;
	gap: 0;
}

.danini-single-hero__purchase .wcpa_section_head {
	display: none;
}

.danini-single-hero__purchase .wcpa_sec_title {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #231912;
}

.danini-single-hero__purchase .wcpa_field_desc,
.danini-single-hero__purchase .wcpa_tooltip_icon,
.danini-single-hero__purchase .wcpa_field_bottom,
.danini-single-hero__purchase .wcpa_price_summary {
	display: none;
}

.danini-single-hero__purchase .wcpa_field_wrap {
	display: grid;
	gap: 0;
	margin: 0;
}

.danini-single-hero__purchase .wcpa_checkbox label {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
	min-height: 64px;
	padding: 14px 16px;
	border: 1px solid rgba(83, 61, 36, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
	cursor: pointer;
	transition:
		border-color 180ms ease,
		background-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.danini-single-hero__purchase .wcpa_checkbox label:hover {
	border-color: rgba(53, 41, 28, 0.28);
	background: rgba(255, 255, 255, 0.96);
	transform: translateY(-1px);
}

.danini-single-hero__purchase .wcpa_checkbox input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.danini-single-hero__purchase .wcpa_checkbox .wcpa_check {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 54px;
	height: 32px;
	padding: 3px;
	border-radius: 999px;
	background: rgba(48, 38, 27, 0.12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
	transition:
		background-color 180ms ease,
		box-shadow 180ms ease;
}

.danini-single-hero__purchase .wcpa_checkbox .wcpa_check::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	right: auto;
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow:
		0 6px 12px rgba(44, 34, 24, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
	transform: translateX(0);
	transition: transform 180ms ease;
}

.danini-single-hero__purchase .wcpa_checkbox label > span:nth-of-type(1) {
	font-size: 0.94rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #211811;
}

.danini-single-hero__purchase .wcpa_checkbox .wcpa_option_price {
	display: none;
}

.danini-single-hero__purchase .wcpa_checkbox .danini-single-hero__installation-price {
	font-size: 0.96rem;
	font-weight: 700;
	color: #7a5a35;
	white-space: nowrap;
	justify-self: end;
}

.danini-single-hero__purchase .wcpa_checkbox input:checked + .wcpa_check {
	background: linear-gradient(135deg, rgba(209, 171, 111, 0.9), rgba(145, 98, 47, 0.92));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.34),
		0 10px 18px rgba(95, 67, 33, 0.14);
}

.danini-single-hero__purchase .wcpa_checkbox input:checked + .wcpa_check::after {
	left: 3px;
	right: auto;
	transform: translateX(20px);
}

.danini-single-hero__purchase .wcpa_checkbox input:checked + .wcpa_check + span {
	color: #1f1610;
}

.danini-single-hero__checkout {
	display: grid;
	gap: 12px;
	width: 100%;
	min-width: 0;
}

.danini-single-hero__checkout-summary {
	display: grid;
	gap: 10px;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	padding: 18px 20px;
	border: 1px solid rgba(83, 61, 36, 0.12);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 236, 0.94)),
		radial-gradient(circle at top left, rgba(203, 165, 108, 0.1), transparent 58%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.88),
		0 18px 30px rgba(53, 39, 23, 0.07);
}

.danini-single-hero__summary-row,
.danini-single-hero__summary-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.danini-single-hero__summary-row {
	font-size: 0.96rem;
	line-height: 1.4;
	color: rgba(43, 34, 25, 0.8);
}

.danini-single-hero__summary-row strong {
	font-size: 0.96rem;
	font-weight: 800;
	color: #251b13;
	text-align: right;
}

.danini-single-hero__summary-total {
	padding-top: 12px;
	border-top: 1px solid rgba(83, 61, 36, 0.1);
}

.danini-single-hero__summary-total span {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(79, 60, 40, 0.68);
}

.danini-single-hero__summary-total strong {
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	line-height: 1;
	font-weight: 900;
	color: #211811;
}

.danini-single-hero__checkout-actions {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	align-items: stretch;
	width: 100%;
	min-width: 0;
}

.danini-single-hero__purchase .wcpa_form_outer label,
.danini-single-hero__purchase .wcpa_form_outer .wcpa_form_label {
	font-size: 0.83rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(78, 60, 40, 0.72);
}

.danini-single-hero__purchase .wcpa_form_outer input[type="text"],
.danini-single-hero__purchase .wcpa_form_outer input[type="email"],
.danini-single-hero__purchase .wcpa_form_outer input[type="tel"],
.danini-single-hero__purchase .wcpa_form_outer input[type="number"],
.danini-single-hero__purchase .wcpa_form_outer textarea,
.danini-single-hero__purchase .wcpa_form_outer select {
	min-height: 52px;
	padding: 0 16px;
	border: 1px solid rgba(93, 71, 45, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.96);
	font-size: 1rem;
	color: #261d15;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.danini-single-hero__purchase .wcpa_form_outer textarea {
	min-height: 132px;
	padding-block: 14px;
	resize: vertical;
}

.danini-single-hero__purchase .wcpa_form_outer input::placeholder,
.danini-single-hero__purchase .wcpa_form_outer textarea::placeholder {
	color: rgba(100, 84, 63, 0.48);
}

.danini-single-hero__purchase .wcpa_form_outer .wcpa_has_price {
	padding: 14px 16px;
	border: 1px solid rgba(86, 67, 42, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
}

.danini-canopy-configurator {
	display: grid;
	gap: 12px;
}

.danini-canopy-configurator__group,
.danini-canopy-configurator__toggles {
	display: grid;
	gap: 10px;
	padding: 14px;
	border: 1px solid rgba(83, 61, 36, 0.12);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 236, 0.94)),
		radial-gradient(circle at top right, rgba(203, 165, 108, 0.12), transparent 58%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.86),
		0 18px 30px rgba(53, 39, 23, 0.07);
}

.danini-canopy-configurator__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.danini-canopy-configurator__heading span {
	font-size: 0.83rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(78, 60, 40, 0.72);
}

.danini-canopy-configurator__heading strong {
	font-size: 0.98rem;
	font-weight: 900;
	color: #241a12;
	text-align: right;
}

.danini-canopy-configurator__options {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.danini-canopy-configurator__option {
	min-height: 48px;
	padding: 0 10px;
	border: 1px solid rgba(83, 61, 36, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.88);
	font-size: 0.98rem;
	font-weight: 850;
	color: #281e15;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	cursor: pointer;
	transition:
		border-color 180ms ease,
		background-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.single-product .danini-single-hero--canopy .danini-canopy-configurator button.danini-canopy-configurator__option {
	color: #281e15;
	font-weight: 850;
}

.danini-canopy-configurator__option:hover,
.danini-canopy-configurator__option.is-active {
	border-color: rgba(37, 28, 18, 0.38);
	background: #fffdfa;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.92),
		0 10px 20px rgba(52, 39, 24, 0.08);
}

.danini-canopy-configurator__option:hover {
	transform: translateY(-1px);
}

.danini-canopy-configurator__profile-card {
	min-height: 54px;
	display: flex;
	align-items: center;
	padding: 0 16px;
	border: 1px solid rgba(83, 61, 36, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	font-size: 1.05rem;
	font-weight: 900;
	color: #251b13;
}

.danini-canopy-configurator__toggles {
	padding: 10px;
}

.danini-canopy-configurator__toggle {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
	min-height: 64px;
	padding: 14px 16px;
	border: 1px solid rgba(83, 61, 36, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
	cursor: pointer;
	transition:
		border-color 180ms ease,
		background-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.danini-canopy-configurator__toggle:hover {
	border-color: rgba(53, 41, 28, 0.28);
	background: rgba(255, 255, 255, 0.96);
	transform: translateY(-1px);
}

.danini-canopy-configurator__toggle input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.danini-canopy-configurator__switch {
	position: relative;
	display: inline-flex;
	width: 54px;
	height: 32px;
	padding: 3px;
	border-radius: 999px;
	background: rgba(48, 38, 27, 0.12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
	transition:
		background-color 180ms ease,
		box-shadow 180ms ease;
}

.danini-canopy-configurator__switch::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow:
		0 6px 12px rgba(44, 34, 24, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
	transform: translateX(0);
	transition: transform 180ms ease;
}

.danini-canopy-configurator__toggle input:checked + .danini-canopy-configurator__switch {
	background: linear-gradient(135deg, rgba(209, 171, 111, 0.9), rgba(145, 98, 47, 0.92));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.34),
		0 10px 18px rgba(95, 67, 33, 0.14);
}

.danini-canopy-configurator__toggle input:checked + .danini-canopy-configurator__switch::after {
	transform: translateX(20px);
}

.danini-canopy-configurator__toggle-label {
	font-size: 0.94rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #211811;
}

.danini-canopy-configurator__toggle-price {
	font-size: 0.96rem;
	font-weight: 800;
	color: #7a5a35;
	white-space: nowrap;
}

.danini-single-hero--canopy .wcpa_section {
	padding: 14px;
}

.danini-single-hero--canopy .wcpa_section_body,
.danini-single-hero--canopy .wcpa_row {
	gap: 10px;
}

@media (min-width: 1201px) {
	.danini-single-hero__gallery {
		position: sticky;
		top: var(--danini-single-gallery-sticky-top, 24px);
		align-self: start;
	}
}

@media (max-width: 1200px) {
	.danini-single-hero__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.danini-single-hero__gallery .jet-woo-product-gallery__image-item,
	.danini-single-hero__gallery .jet-woo-product-gallery__image {
		height: clamp(360px, 60vw, 560px);
	}

	.danini-single-hero__purchase .zoo-cw-attr-row {
		padding: 15px 16px;
	}

	.danini-single-hero__checkout-actions {
		grid-template-columns: 1fr;
	}

	.danini-single-hero__purchase .quantity,
	.danini-single-hero__purchase .single_add_to_cart_button,
	.danini-single-hero__purchase button.single_add_to_cart_button {
		width: 100%;
	}

	.danini-single-hero__purchase .wcpa_checkbox label {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}

	.danini-single-hero__purchase .wcpa_checkbox .danini-single-hero__installation-price {
		grid-column: auto;
	}
}

.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs {
	--n-tabs-title-background-color: #fffbf5;
	--n-tabs-title-background-color-hover: #fffdf9;
	--n-tabs-title-background-color-active: #2b2118;
	--n-tabs-title-color: #6b5237;
	--n-tabs-title-color-hover: #2f2419;
	--n-tabs-title-color-active: #ffffff;
	display: grid;
	gap: 22px;
}

.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs-heading {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tab-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid rgba(120, 94, 58, 0.18);
	border-radius: 999px;
	background: none;
	background-color: rgba(255, 251, 245, 0.92);
	color: #6b5237;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.88),
		0 8px 14px rgba(46, 33, 20, 0.04);
	transition:
		color 0.22s ease,
		border-color 0.22s ease,
		background 0.22s ease,
		box-shadow 0.22s ease,
		transform 0.22s ease;
}

.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text,
.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text span {
	color: inherit;
}

.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tab-title:hover,
.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tab-title:focus-visible {
	border-color: rgba(146, 112, 67, 0.34);
	background: none;
	background-color: #efe7da;
	color: #2f2419;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 14px 24px rgba(46, 33, 20, 0.08);
	transform: translateY(-1px);
}

.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] {
	border-color: rgba(49, 38, 27, 0.96);
	background: none;
	background-color: #2b2118;
	color: #ffffff;
	font-weight: 700;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 18px 32px rgba(29, 21, 14, 0.24);
	transform: translateY(0);
}

.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text,
.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text span {
	color: #ffffff;
}

.single-product .elementor-location-single .elementor-widget-n-tabs.elementor-element-3f38fe4 > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:not(:hover) {
	background: none;
	background-color: rgba(255, 251, 245, 0.92);
}

.single-product .elementor-location-single .elementor-widget-n-tabs.elementor-element-3f38fe4.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode="false"] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover {
	background: none;
	background-color: #efe7da;
}

.single-product .elementor-location-single .elementor-widget-n-tabs.elementor-element-3f38fe4.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"],
.single-product .elementor-location-single .elementor-widget-n-tabs.elementor-element-3f38fe4.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode="true"] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover {
	background: none;
	background-color: #2b2118;
}

.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs-content {
	display: grid;
}

.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs-content > [role="tabpanel"][hidden] {
	display: none;
}

.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs-content > [role="tabpanel"]:not([hidden]) {
	display: none;
}

.single-product .elementor-location-single .elementor-widget-n-tabs.elementor-element-3f38fe4 > .elementor-widget-container > .e-n-tabs:has(> .e-n-tabs-heading > #e-n-tab-title-662937321[aria-selected="true"]) > .e-n-tabs-content > #e-n-tab-content-662937321:not([hidden]),
.single-product .elementor-location-single .elementor-widget-n-tabs.elementor-element-3f38fe4 > .elementor-widget-container > .e-n-tabs:has(> .e-n-tabs-heading > #e-n-tab-title-662937323[aria-selected="true"]) > .e-n-tabs-content > #e-n-tab-content-662937323:not([hidden]) {
	display: block;
}

.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs-content > [role="tabpanel"] {
	padding: clamp(22px, 2.6vw, 34px);
	border: 1px solid rgba(82, 61, 35, 0.1);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 237, 0.96)),
		radial-gradient(circle at top right, rgba(198, 158, 104, 0.08), transparent 42%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.84),
		0 26px 46px rgba(53, 39, 23, 0.08);
}

.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs-content > [role="tabpanel"] > .elementor-widget,
.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs-content > [role="tabpanel"] > .elementor-element {
	margin: 0;
}

.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs-content p,
.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs-content li {
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(58, 43, 27, 0.88);
}

.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs-content ul,
.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs-content ol {
	padding-left: 1.25rem;
}

.danini-single-characteristics {
	display: grid;
}

.danini-single-characteristics__shell {
	display: grid;
	gap: 22px;
}

.danini-single-characteristics__table-wrap {
	padding: clamp(18px, 2vw, 24px);
	border: 1px solid rgba(86, 65, 39, 0.12);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 242, 234, 0.9)),
		radial-gradient(circle at top right, rgba(203, 171, 115, 0.14), transparent 48%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.84),
		0 18px 28px rgba(50, 37, 22, 0.06);
}

.danini-single-characteristics__table-wrap .woocommerce-product-attributes {
	width: 100%;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
}

.danini-single-characteristics__table-wrap .danini-product-specs__table {
	width: 100%;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
}

.danini-single-characteristics__table-wrap .woocommerce-product-attributes tr:first-child th,
.danini-single-characteristics__table-wrap .woocommerce-product-attributes tr:first-child td,
.danini-single-characteristics__table-wrap .danini-product-specs__table tr:first-child th,
.danini-single-characteristics__table-wrap .danini-product-specs__table tr:first-child td {
	padding-top: 0;
}

.danini-single-characteristics__table-wrap .woocommerce-product-attributes tr:last-child th,
.danini-single-characteristics__table-wrap .woocommerce-product-attributes tr:last-child td,
.danini-single-characteristics__table-wrap .danini-product-specs__table tr:last-child th,
.danini-single-characteristics__table-wrap .danini-product-specs__table tr:last-child td {
	padding-bottom: 0;
	border-bottom: 0;
}

.danini-single-characteristics__table-wrap .woocommerce-product-attributes th,
.danini-single-characteristics__table-wrap .woocommerce-product-attributes td,
.danini-single-characteristics__table-wrap .danini-product-specs__table th,
.danini-single-characteristics__table-wrap .danini-product-specs__table td {
	padding: 16px 0;
	border-bottom: 1px solid rgba(102, 78, 47, 0.1);
	vertical-align: top;
}

.danini-single-characteristics__table-wrap .woocommerce-product-attributes th,
.danini-single-characteristics__table-wrap .danini-product-specs__table th {
	width: 34%;
	padding-right: 24px;
	font-size: 0.82rem;
	line-height: 1.45;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(93, 71, 46, 0.7);
}

.danini-single-characteristics__table-wrap .woocommerce-product-attributes td,
.danini-single-characteristics__table-wrap .danini-product-specs__table td {
	padding-left: 22px;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.65;
	color: #2a2017;
}

.woocommerce .danini-single-characteristics__table-wrap table.shop_attributes.danini-product-specs__table td {
	padding-left: 22px;
	font-style: normal;
}

.danini-single-characteristics__table-wrap .woocommerce-product-attributes td p:last-child,
.danini-single-characteristics__table-wrap .danini-product-specs__table td p:last-child {
	margin-bottom: 0;
}

.danini-single-characteristics__description {
	padding: clamp(20px, 2.2vw, 28px);
	border: 1px solid rgba(84, 63, 38, 0.1);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 235, 0.94));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 18px 30px rgba(51, 38, 23, 0.06);
}

.danini-single-characteristics__description > :first-child {
	margin-top: 0;
}

.danini-single-characteristics__description > :last-child {
	margin-bottom: 0;
}

.danini-single-characteristics__description p,
.danini-single-characteristics__description li {
	font-size: 1rem;
	line-height: 1.78;
	color: rgba(54, 40, 25, 0.88);
}

.danini-single-characteristics__description strong {
	color: #231912;
}

.danini-single-characteristics__description ul,
.danini-single-characteristics__description ol {
	margin: 0;
	padding-left: 1.25rem;
}

.single-product .elementor-5239 .elementor-element.elementor-element-7ee373f > .elementor-widget-container {
	margin: 0;
	width: 100%;
}

.single-product .elementor-5239 .elementor-element.elementor-element-1608882 > .e-con-inner {
	gap: 0;
}

.danini-single-related {
	display: grid;
	gap: clamp(22px, 2.8vw, 30px);
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid rgba(82, 61, 35, 0.1);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 237, 0.96)),
		radial-gradient(circle at top right, rgba(198, 158, 104, 0.08), transparent 42%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.84),
		0 26px 46px rgba(53, 39, 23, 0.08);
}

.danini-single-related__header {
	display: grid;
	gap: 10px;
	max-width: 760px;
}

.danini-single-related__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(37, 35, 33, 0.92);
	color: #fff6ea;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.danini-single-related__title {
	margin: 0;
	font-size: clamp(1.5rem, 2.2vw, 2.3rem);
	line-height: 1.04;
	letter-spacing: -0.04em;
	color: #221912;
	text-wrap: balance;
}

.danini-single-related__text {
	margin: 0;
	max-width: 60ch;
	font-size: 1rem;
	line-height: 1.72;
	color: rgba(58, 43, 27, 0.82);
}

.danini-single-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 1.8vw, 24px);
}

.danini-single-related .danini-catalog-product-card {
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	border: 1px solid rgba(60, 45, 28, 0.1);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 241, 232, 0.96));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.8),
		0 20px 42px rgba(53, 39, 23, 0.08);
	overflow: hidden;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.danini-single-related .danini-catalog-product-card:hover,
.danini-single-related .danini-catalog-product-card:focus-within {
	transform: translateY(-3px);
	border-color: rgba(146, 104, 54, 0.18);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.84),
		0 28px 54px rgba(53, 39, 23, 0.12);
}

.danini-single-related .danini-catalog-product-card__media {
	position: relative;
	display: block;
	height: clamp(252px, 24vw, 320px);
	overflow: hidden;
	text-decoration: none;
}

.danini-single-related .danini-catalog-product-card__media-frame {
	position: absolute;
	inset: 12px 12px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.danini-single-related .danini-catalog-product-card__media-frame img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 18px 28px rgba(35, 27, 20, 0.1));
}

.danini-single-related .danini-catalog-product-card__body {
	display: grid;
	align-content: start;
	gap: 14px;
	padding: 20px 20px 22px;
}

.danini-single-related .danini-catalog-product-card__title {
	margin: 0;
	font-size: clamp(1.1rem, 1.35vw, 1.32rem);
	line-height: 1.16;
	letter-spacing: -0.03em;
	color: #251b13;
	text-wrap: balance;
}

.danini-single-related .danini-catalog-product-card__title a {
	color: inherit;
	text-decoration: none;
}

.danini-single-related .danini-catalog-product-card__meta {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	align-items: start;
}

.danini-single-related .danini-catalog-product-card__article,
.danini-single-related .danini-catalog-product-card__price {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: 0.9rem;
	line-height: 1.2;
}

.danini-single-related .danini-catalog-product-card__article {
	border: 1px solid rgba(83, 61, 36, 0.1);
	background: rgba(255, 255, 255, 0.7);
	color: rgba(62, 47, 30, 0.72);
	font-weight: 700;
}

.danini-single-related .danini-catalog-product-card__price {
	background: linear-gradient(135deg, #252321, #4a3f34 58%, #8e6838);
	color: #fff8ec;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.16),
		0 10px 22px rgba(37, 28, 18, 0.14);
	font-weight: 800;
}

@media (max-width: 1200px) {
	.danini-single-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.danini-single-hero {
		gap: 16px;
		margin-bottom: 30px;
	}

	.danini-single-hero__gallery,
	.danini-single-hero__summary {
		padding: 16px;
		border-radius: 24px;
	}

	.danini-single-hero__title {
		font-size: clamp(1.58rem, 8.5vw, 2.2rem);
		line-height: 1.04;
	}

	.danini-single-hero__specs {
		grid-template-columns: 1fr;
	}

	.danini-single-hero__gallery .jet-woo-product-gallery__image-item,
	.danini-single-hero__gallery .jet-woo-product-gallery__image {
		height: clamp(280px, 82vw, 420px);
	}

	.danini-single-hero__gallery .jet-woo-product-gallery__image {
		padding: 14px;
	}

	.danini-single-hero__gallery .jet-woo-product-gallery-slider .jet-product-gallery-icon.jet-swiper-nav {
		width: 42px;
		height: 42px;
		border-width: 0;
		border-color: transparent;
		background-color: transparent;
		color: rgba(26, 22, 18, 0.76);
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		box-shadow: none;
	}

	.danini-single-hero__gallery .jet-woo-product-gallery-slider .jet-product-gallery-icon.jet-swiper-nav.jet-swiper-button-prev {
		left: -10px;
	}

	.danini-single-hero__gallery .jet-woo-product-gallery-slider .jet-product-gallery-icon.jet-swiper-nav.jet-swiper-button-next {
		right: -10px;
	}

	.danini-single-hero__gallery .jet-woo-swiper-control-thumbs__item {
		height: 68px;
	}

	.danini-single-hero__gallery .jet-woo-swiper-control-thumbs__item-image {
		padding: 6px;
		border-radius: 14px;
	}

	.danini-single-hero__purchase .zoo-cw-attr-row {
		padding: 14px;
		border-radius: 18px;
	}

	.danini-single-hero__purchase .zoo-cw-group-attribute {
		gap: 8px;
	}

	.danini-single-hero__purchase .zoo-cw-attr-item {
		min-height: 42px;
		padding: 0 12px;
		border-radius: 14px;
	}

	.danini-single-hero__purchase .single_add_to_cart_button,
	.danini-single-hero__purchase button.single_add_to_cart_button {
		width: 100%;
	}

	.danini-single-hero__price {
		right: 10px;
		min-height: 56px;
		padding: 0 16px;
	}

	.danini-single-hero__price[data-mobile-visible="0"] {
		opacity: 0;
		visibility: hidden;
		transform: translateY(-50%) translateX(10px);
	}

	.danini-single-hero__price[data-mobile-visible="1"] {
		opacity: 1;
		visibility: visible;
		transform: translateY(-50%) translateX(0);
	}

	.danini-single-hero__price-value {
		font-size: 1.02rem;
	}

	.danini-single-hero__checkout-summary,
	.danini-single-hero__purchase .wcpa_section {
		padding: 16px;
		border-radius: 22px;
	}

	.danini-single-hero__purchase .wcpa_checkbox label {
		padding: 14px;
	}

	.danini-single-hero__summary-total strong {
		font-size: 1.18rem;
	}

	.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs-heading {
		justify-content: center;
		width: 100%;
		margin-inline: auto;
		gap: 8px;
	}

	.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs {
		gap: 24px;
	}

	.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs-content {
		width: 100%;
		margin-top: 6px;
	}

	.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tab-title {
		min-height: 42px;
		padding: 0 16px;
	}

	.single-product .elementor-location-single .elementor-widget-n-tabs .e-n-tabs-content > [role="tabpanel"] {
		padding: 18px;
		border-radius: 24px;
	}

	.danini-single-characteristics__table-wrap,
	.danini-single-characteristics__description {
		padding: 16px;
		border-radius: 20px;
	}

	.danini-single-related {
		padding: 18px;
		border-radius: 24px;
	}

	.danini-single-related__header {
		justify-items: center;
		text-align: center;
	}

	.danini-single-related__eyebrow {
		justify-self: center;
	}

	.danini-single-related__text {
		font-size: 0.95rem;
		line-height: 1.66;
	}

	.danini-single-related__grid {
		grid-template-columns: 1fr;
	}

	.danini-single-related .danini-catalog-product-card__media {
		height: 280px;
	}

	.danini-single-characteristics__table-wrap .woocommerce-product-attributes th,
	.danini-single-characteristics__table-wrap .woocommerce-product-attributes td,
	.danini-single-characteristics__table-wrap .danini-product-specs__table th,
	.danini-single-characteristics__table-wrap .danini-product-specs__table td {
		display: block;
		width: auto;
		padding: 0 0 10px;
	}

	.danini-single-characteristics__table-wrap .woocommerce-product-attributes td,
	.danini-single-characteristics__table-wrap .danini-product-specs__table td {
		padding-left: 0;
	}

	.danini-single-characteristics__table-wrap .woocommerce-product-attributes tr,
	.danini-single-characteristics__table-wrap .danini-product-specs__table tr {
		display: block;
		padding: 12px 0;
		border-bottom: 1px solid rgba(102, 78, 47, 0.1);
	}

	.danini-single-characteristics__table-wrap .woocommerce-product-attributes tr:last-child,
	.danini-single-characteristics__table-wrap .danini-product-specs__table tr:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}
}
