body.smart-product-page {
	background:
		radial-gradient(circle at 12% 10%, rgba(45, 183, 236, 0.16), transparent 34%),
		radial-gradient(circle at 90% 90%, rgba(45, 183, 236, 0.12), transparent 35%),
		linear-gradient(135deg, #061827 0%, #07121f 100%);
	color: #ffffff;
}

body.smart-product-page .entry-title,
body.smart-product-page .page-title,
body.smart-product-page .woocommerce-breadcrumb,
body.smart-product-page .woocommerce-tabs,
body.smart-product-page .related,
body.smart-product-page .up-sells,
body.smart-product-page .widget-area,
body.smart-product-page #sidebar,
body.smart-product-page .sidebar {
	display: none !important;
}

body.smart-product-page #primary,
body.smart-product-page #main,
body.smart-product-page #content,
body.smart-product-page .site-main,
body.smart-product-page .content-area,
body.smart-product-page .woocommerce {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.smart-product-page .woocommerce-notices-wrapper {
	width: min(1240px, calc(100% - 40px));
	margin: 24px auto 0;
}

body.smart-product-page div.product {
	display: grid;
	grid-template-columns: minmax(360px, 1fr) minmax(390px, 1fr);
	column-gap: clamp(54px, 7vw, 92px);
	row-gap: 22px;
	align-items: start;
	width: min(1120px, calc(100% - 44px));
	margin: 0 auto;
	padding: clamp(58px, 7vw, 92px) 0 clamp(72px, 8vw, 116px);
}

body.smart-product-page div.product::before,
body.smart-product-page div.product::after {
	display: none;
	content: none;
}

body.smart-product-page div.product div.images,
body.smart-product-page div.product div.summary,
body.smart-product-page .smart-product-left-description {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

body.smart-product-page div.product div.images {
	position: relative;
	display: block;
	grid-column: 1;
	grid-row: 1;
}

body.smart-product-page div.product div.images img {
	display: block;
	width: min(100%, 430px);
	height: auto;
	margin: 0 auto;
	border-radius: 22px;
	/*filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.32));*/
	filter: brightness(0) invert(1) opacity(0.9);
}

body.smart-product-page div.product .summary {
	position: relative;
	z-index: 2;
	grid-column: 2;
	grid-row: 1 / span 2;
}

body.smart-product-page .product_title {
	margin: 0 0 12px;
	color: #ffffff;
	font-size: clamp(28px, 3.2vw, 42px);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: 0;
}

body.smart-product-page div.product p.price,
body.smart-product-page div.product span.price {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	margin: 0 0 18px !important;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(41, 185, 239, 0.14);
	color: #69dcff !important;
	font-size: 15px !important;
	font-weight: 800;
}

body.smart-product-page div.product .price .amount,
body.smart-product-page div.product .price ins,
body.smart-product-page div.product .price del {
	color: inherit !important;
	text-decoration: none;
}

body.smart-product-page .smart-product-left-description,
body.smart-product-page .smart-product-left-description p,
body.smart-product-page .smart-product-left-description li,
body.smart-product-page div.product .summary li,
body.smart-product-page div.product .summary td {
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.62;
}

body.smart-product-page .smart-product-left-description {
	grid-column: 1;
	grid-row: 2;
	padding-top: 10px;
}

body.smart-product-page .smart-product-left-description h1,
body.smart-product-page .smart-product-left-description h2,
body.smart-product-page .smart-product-left-description h3,
body.smart-product-page .smart-product-left-description h4 {
	margin: 0 0 8px;
	color: #ffffff;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
}

body.smart-product-page .smart-product-left-description h1,
body.smart-product-page .smart-product-left-description h2 {
	font-size: clamp(21px, 2.5vw, 30px);
}

body.smart-product-page .smart-product-left-description h3 {
	font-size: clamp(19px, 2.1vw, 25px);
}

body.smart-product-page .smart-product-left-description p {
	margin: 0 0 12px;
}

body.smart-product-page .smart-product-left-description a {
	color: #69dcff;
}

body.smart-product-page .smart-product-left-description .et_pb_section,
body.smart-product-page .smart-product-left-description .et_pb_row,
body.smart-product-page .smart-product-left-description .et_pb_column,
body.smart-product-page .smart-product-left-description .et_pb_module {
	background: transparent !important;
	color: inherit;
}

body.smart-product-page .smart-product-left-description .et_pb_text,
body.smart-product-page .smart-product-left-description .woocommerce-message,
body.smart-product-page .smart-product-left-description .woocommerce-info,
body.smart-product-page .smart-product-left-description .woocommerce-error {
	margin: 0 0 12px;
	padding: 16px 18px;
	border: 1px solid rgba(148, 163, 184, 0.15);
	border-radius: 8px;
	background: rgba(15, 23, 42, 0.62);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.smart-product-page .smart-product-left-description .woocommerce-info,
body.smart-product-page .smart-product-left-description .woocommerce-message {
	border-color: rgba(234, 179, 8, 0.28);
	background: rgba(234, 179, 8, 0.12);
	color: #f9ddad;
}

body.smart-product-page .smart-product-left-description .smartstb-legacy-box {
	position: relative;
	margin: 0 0 12px;
	padding: 18px 22px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.9);
	color: #4d5968;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

body.smart-product-page .smart-product-left-description .smartstb-legacy-box p {
	margin: 0;
	color: inherit;
	font-size: 13px;
	line-height: 1.55;
}

body.smart-product-page .smart-product-left-description .smartstb-legacy-box--info {
	min-height: 54px;
	padding-left: 58px;
	border-color: rgba(220, 203, 110, 0.45);
	background: #f8f6c8;
	color: #8a8150;
}

body.smart-product-page .smart-product-left-description .smartstb-legacy-box--info::before {
	content: "!";
	position: absolute;
	top: 19px;
	left: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	clip-path: polygon(50% 0, 100% 88%, 0 88%);
	background: #bbae62;
	color: #f8f6c8;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
}

body.smart-product-page div.product .summary a {
	color: #69dcff;
}

body.smart-product-page form.cart {
	display: grid;
	gap: 14px;
	margin: 20px 0 0 !important;
	padding: 0;
	border: 1px solid rgba(41, 185, 239, 0.18);
	border-color: transparent;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

body.smart-product-page table.variations {
	width: 100%;
	margin: 0 0 10px;
	border: 0;
}

body.smart-product-page table.variations tr,
body.smart-product-page table.variations td,
body.smart-product-page table.variations th {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
}

body.smart-product-page table.variations label,
body.smart-product-page form.cart label,
body.smart-product-page .wc-pao-addon-name,
body.smart-product-page .product-addon label,
body.smart-product-page .ywapo_label_tag_position_after {
	display: block;
	margin: 0 0 6px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

body.smart-product-page form.cart input[type="text"],
body.smart-product-page form.cart input[type="email"],
body.smart-product-page form.cart input[type="url"],
body.smart-product-page form.cart input[type="number"],
body.smart-product-page form.cart input[type="tel"],
body.smart-product-page form.cart textarea,
body.smart-product-page form.cart select,
body.smart-product-page form.cart .input-text {
	width: 100% !important;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 2px;
	outline: none;
	background: rgba(3, 12, 24, 0.78);
	color: #ffffff;
	font-size: 15px;
	box-shadow: none;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.smart-product-page form.cart textarea {
	min-height: 88px;
	resize: vertical;
}

body.smart-product-page form.cart input:focus,
body.smart-product-page form.cart textarea:focus,
body.smart-product-page form.cart select:focus {
	border-color: rgba(41, 185, 239, 0.7);
	background: rgba(3, 12, 24, 0.92);
	box-shadow: 0 0 0 4px rgba(41, 185, 239, 0.12);
}

body.smart-product-page .wc-pao-addon,
body.smart-product-page .wc-pao-addon-container,
body.smart-product-page .product-addon {
	margin: 0 0 12px;
}

body.smart-product-page .wc-pao-addon-description,
body.smart-product-page .wc-pao-addon-description p,
body.smart-product-page .wc-pao-addon small {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	line-height: 1.45;
}

body.smart-product-page form.cart .quantity {
	display: none !important;
}

body.smart-product-page .single_add_to_cart_button,
body.smart-product-page form.cart .button,
body.smart-product-page form.cart button.button,
body.smart-product-page form.cart input.button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(180deg, #38bdf8, #0ea5e9) !important;
	color: #041525 !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-shadow: 0 14px 32px rgba(41, 185, 239, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.smart-product-page .single_add_to_cart_button:hover,
body.smart-product-page form.cart .button:hover,
body.smart-product-page form.cart button.button:hover,
body.smart-product-page form.cart input.button:hover {
	transform: translateY(-1px);
	background: linear-gradient(180deg, #67d8ff, #24b8f2) !important;
	box-shadow: 0 18px 38px rgba(41, 185, 239, 0.36);
}

body.smart-product-page .product_meta {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
}

body.smart-product-page .product_meta a {
	color: #69dcff;
	text-decoration: none;
}

@media (max-width: 980px) {
	body.smart-product-page div.product {
		grid-template-columns: 1fr;
		width: min(760px, calc(100% - 36px));
		gap: 26px;
	}

	body.smart-product-page div.product div.images,
	body.smart-product-page .smart-product-left-description,
	body.smart-product-page div.product .summary {
		grid-column: 1;
		grid-row: auto;
	}
}

@media (max-width: 620px) {
	body.smart-product-page div.product {
		width: calc(100% - 28px);
		padding-top: 34px;
	}

	body.smart-product-page form.cart,
	body.smart-product-page .smart-product-left-description .et_pb_text,
	body.smart-product-page .smart-product-left-description .woocommerce-message,
	body.smart-product-page .smart-product-left-description .woocommerce-info,
	body.smart-product-page .smart-product-left-description .woocommerce-error {
		padding: 14px;
	}
}
