/* RE Energy Pro — Dynamic Single Product */
.renergy-single-product-page .wd-products-nav,
.renergy-single-product-page .woodmart-products-nav,
.renergy-single-product-page .product-navigation,
.renergy-single-product-page .single-product-navigation {
	display: none !important;
}

.rep-sp {
	--rep-green: #238a59;
	--rep-green-dark: #176844;
	--rep-green-soft: #eaf7ef;
	--rep-navy: #0b2942;
	--rep-gold: #efb83f;
	--rep-text: #17221c;
	--rep-muted: #6f7d75;
	--rep-line: #e2ebe6;
	--rep-paper: #ffffff;
	--rep-soft: #f6faf7;
	--rep-danger: #c94c4c;
	--rep-radius-xl: 32px;
	--rep-radius-lg: 24px;
	--rep-shadow: 0 24px 70px rgba(17, 50, 35, .08);
	width: 100%;
	color: var(--rep-text);
	background: var(--rep-paper);
	font-family: inherit;
	direction: rtl;
	line-height: 1.8;
	isolation: isolate;
}

.rep-sp,
.rep-sp * {
	box-sizing: border-box;
}

.rep-sp img {
	max-width: 100%;
	display: block;
}

.rep-sp a {
	color: inherit;
	text-decoration: none;
}

.rep-sp button,
.rep-sp input,
.rep-sp select,
.rep-sp textarea {
	font: inherit;
}

.rep-sp svg {
	display: block !important;
	width: 1em !important;
	height: 1em !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: 100% !important;
	max-height: 100% !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.8 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	overflow: visible;
}

.rep-sp svg path,
.rep-sp svg circle,
.rep-sp svg rect,
.rep-sp svg polygon,
.rep-sp svg line,
.rep-sp svg polyline {
	fill: none !important;
	stroke: currentColor !important;
}

.rep-sp__container {
	width: min(1240px, calc(100% - 40px));
	margin-inline: auto;
	padding: 34px 0 90px;
}

.rep-sp__breadcrumb {
	margin-bottom: 20px;
	color: #8a958f;
	font-size: 12px;
}

.rep-sp__breadcrumb-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.rep-sp__breadcrumb a:hover {
	color: var(--rep-green);
}

.rep-sp__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
	gap: clamp(30px, 5vw, 70px);
	align-items: start;
}

.rep-sp__gallery-column,
.rep-sp__summary {
	min-width: 0;
}

.rep-sp__gallery {
	position: sticky;
	top: 105px;
}

.rep-sp__stage {
	position: relative;
	min-height: 610px;
	display: grid;
	place-items: center;
	padding: 35px;
	border: 1px solid var(--rep-line);
	border-radius: var(--rep-radius-xl);
	background:
		radial-gradient(circle at 78% 18%, rgba(35, 138, 89, .08), transparent 27%),
		linear-gradient(145deg, #fff, #f6faf7);
	overflow: hidden;
}

.rep-sp__zoom-link {
	width: 100%;
	min-height: 535px;
	display: grid;
	place-items: center;
	position: relative;
}

.rep-sp__main-image {
	width: 100%;
	max-height: 540px;
	object-fit: contain;
	object-position: center;
	transition: opacity .2s ease, transform .35s ease;
}

.rep-sp__zoom-link:hover .rep-sp__main-image {
	transform: scale(1.025);
}

.rep-sp__zoom-icon {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 46px;
	border-radius: 15px;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, .92);
	color: var(--rep-green-dark);
	box-shadow: 0 12px 30px rgba(14, 49, 32, .12);
	backdrop-filter: blur(8px);
}

.rep-sp__zoom-icon svg {
	width: 22px;
	height: 22px;
}

.rep-sp__thumbs {
	display: flex;
	gap: 10px;
	margin-top: 13px;
	overflow-x: auto;
	scrollbar-width: thin;
	padding: 3px 1px 7px;
}

.rep-sp__thumb {
	width: 86px;
	min-width: 86px;
	height: 86px;
	padding: 7px;
	border: 1px solid var(--rep-line);
	border-radius: 17px;
	background: #fff;
	cursor: pointer;
	transition: .22s ease;
}

.rep-sp__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rep-sp__thumb:hover,
.rep-sp__thumb.is-active {
	border-color: var(--rep-green);
	box-shadow: 0 8px 22px rgba(35, 138, 89, .12);
}

.rep-sp__sale {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 31px;
	padding: 5px 12px;
	border-radius: 999px;
	background: #fff0f0;
	color: var(--rep-danger);
	font-size: 11px;
	font-weight: 900;
}

.rep-sp__sale--gallery {
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 20px;
	background: var(--rep-danger);
	color: #fff;
	box-shadow: 0 10px 25px rgba(201, 76, 76, .2);
}

.rep-sp__summary-card {
	position: sticky;
	top: 105px;
	padding: clamp(24px, 3vw, 36px);
	border: 1px solid var(--rep-line);
	border-radius: var(--rep-radius-xl);
	background: #fff;
	box-shadow: var(--rep-shadow);
}

.rep-sp__topline {
	min-height: 31px;
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 15px;
}

.rep-sp__category {
	display: inline-flex;
	align-items: center;
	min-height: 31px;
	padding: 5px 12px;
	border-radius: 999px;
	background: var(--rep-green-soft);
	color: var(--rep-green-dark);
	font-size: 11px;
	font-weight: 900;
}

.rep-sp__title {
	margin: 0;
	color: var(--rep-text);
	font-size: clamp(28px, 3.1vw, 45px);
	line-height: 1.45;
	font-weight: 950;
	letter-spacing: -.8px;
}

.rep-sp__rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
}

.rep-sp__rating .star-rating {
	float: none;
	margin: 0;
	color: var(--rep-gold);
}

.rep-sp__rating a {
	color: var(--rep-muted);
	font-size: 11px;
}

.rep-sp__availability {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
}

.rep-sp__availability .stock {
	margin: 0 !important;
	padding: 5px 11px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
}

.rep-sp__availability .stock.in-stock {
	background: var(--rep-green-soft);
	color: var(--rep-green-dark);
}

.rep-sp__availability .stock.out-of-stock {
	background: #fff0f0;
	color: var(--rep-danger);
}

.rep-sp__sku {
	color: #8b9690;
	font-size: 10px;
}

.rep-sp__price {
	margin-top: 22px;
	color: var(--rep-green-dark);
	font-size: clamp(25px, 3vw, 39px);
	font-weight: 950;
	line-height: 1.35;
}

.rep-sp__price .price,
.rep-sp__price > span,
.rep-sp__price ins,
.rep-sp__price bdi {
	color: inherit !important;
	font-weight: inherit !important;
	text-decoration: none;
}

.rep-sp__price del {
	display: inline-block;
	margin-left: 8px;
	color: #9ba49f !important;
	font-size: .55em;
	font-weight: 700 !important;
	opacity: 1;
}

.rep-sp__price ins {
	background: transparent;
}

.rep-sp__excerpt {
	margin-top: 19px;
	padding-top: 18px;
	border-top: 1px solid var(--rep-line);
	color: var(--rep-muted);
	font-size: 14px;
	line-height: 2;
}

.rep-sp__excerpt p {
	margin: 0 0 8px;
}

.rep-sp__excerpt p:last-child {
	margin-bottom: 0;
}

.rep-sp__quick-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin-top: 20px;
}

.rep-sp__quick-spec {
	min-width: 0;
	padding: 13px 14px;
	border: 1px solid var(--rep-line);
	border-radius: 16px;
	background: var(--rep-soft);
}

.rep-sp__quick-spec span {
	display: block;
	color: #8a958f;
	font-size: 9px;
	margin-bottom: 2px;
}

.rep-sp__quick-spec strong {
	display: block;
	color: var(--rep-text);
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rep-sp__cart-box {
	margin-top: 21px;
	padding-top: 20px;
	border-top: 1px solid var(--rep-line);
}

.rep-sp__cart-box form.cart {
	width: 100% !important;
	margin: 0 !important;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.rep-sp__cart-box form.cart::before,
.rep-sp__cart-box form.cart::after {
	display: none !important;
}

.rep-sp__cart-box .quantity {
	width: 116px;
	height: 54px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--rep-line);
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	margin: 0 !important;
	float: none !important;
}

.rep-sp__cart-box .quantity input.qty {
	width: 52px !important;
	height: 52px !important;
	border: 0 !important;
	background: transparent !important;
	text-align: center;
	box-shadow: none !important;
	padding: 0 !important;
}

.rep-sp__cart-box .quantity .minus,
.rep-sp__cart-box .quantity .plus {
	width: 31px;
	height: 52px;
	border: 0 !important;
	background: #f6f8f7 !important;
	color: var(--rep-text) !important;
}

.rep-sp__cart-box .single_add_to_cart_button,
.rep-sp__cart-box .button.alt,
.rep-sp__cart-box button.button {
	flex: 1 1 230px;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 12px 22px !important;
	border: 0 !important;
	border-radius: 16px !important;
	background: var(--rep-green) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 950 !important;
	box-shadow: 0 14px 30px rgba(35, 138, 89, .22) !important;
	transition: .22s ease !important;
}

.rep-sp__cart-box .single_add_to_cart_button:hover,
.rep-sp__cart-box .button.alt:hover,
.rep-sp__cart-box button.button:hover {
	background: var(--rep-green-dark) !important;
	transform: translateY(-2px);
}

.rep-sp__cart-box .single_add_to_cart_button.disabled,
.rep-sp__cart-box .single_add_to_cart_button:disabled {
	opacity: .55 !important;
	cursor: not-allowed;
	transform: none !important;
}

.rep-sp__cart-box table.variations {
	width: 100%;
	margin: 0 0 14px !important;
	border: 0 !important;
}

.rep-sp__cart-box table.variations tr {
	display: grid;
	grid-template-columns: 105px 1fr;
	align-items: center;
	gap: 10px;
	margin-bottom: 9px;
}

.rep-sp__cart-box table.variations th,
.rep-sp__cart-box table.variations td {
	display: block;
	padding: 0 !important;
	border: 0 !important;
	text-align: right;
}

.rep-sp__cart-box table.variations label {
	color: var(--rep-text);
	font-size: 12px;
	font-weight: 900;
}

.rep-sp__cart-box table.variations select {
	width: 100%;
	min-height: 49px;
	padding: 9px 13px;
	border: 1px solid var(--rep-line);
	border-radius: 14px;
	background: #fff;
	color: var(--rep-text);
	outline: none;
}

.rep-sp__cart-box table.variations select:focus {
	border-color: var(--rep-green);
	box-shadow: 0 0 0 3px rgba(35, 138, 89, .1);
}

.rep-sp__cart-box .reset_variations {
	display: inline-block;
	margin-top: 7px;
	color: var(--rep-green-dark);
	font-size: 10px;
}

.rep-sp__cart-box .single_variation_wrap,
.rep-sp__cart-box .woocommerce-variation,
.rep-sp__cart-box .woocommerce-variation-add-to-cart {
	width: 100%;
}

.rep-sp__cart-box .woocommerce-variation-price {
	margin: 8px 0 14px;
	color: var(--rep-green-dark);
	font-size: 22px;
	font-weight: 950;
}

.rep-sp__cart-box .woocommerce-variation-availability {
	margin-bottom: 10px;
}

.rep-sp__cart-box .group_table {
	width: 100%;
	margin-bottom: 14px;
}

.rep-sp__cart-box .group_table td {
	padding: 9px 5px;
	border-bottom: 1px solid var(--rep-line);
}

.rep-sp__secondary-actions {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 9px;
	margin-top: 11px;
}

.rep-sp__sales-link,
.rep-sp__copy-link {
	min-height: 58px;
	border: 1px solid var(--rep-line);
	border-radius: 16px;
	background: #fff;
	color: var(--rep-text);
	transition: .22s ease;
}

.rep-sp__sales-link {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 9px 13px;
}

.rep-sp__sales-link > svg {
	width: 23px;
	height: 23px;
	color: var(--rep-green);
}

.rep-sp__sales-link small,
.rep-sp__sales-link strong {
	display: block;
}

.rep-sp__sales-link small {
	color: #8a958f;
	font-size: 9px;
}

.rep-sp__sales-link strong {
	font-size: 12px;
}

.rep-sp__copy-link {
	min-width: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 9px 12px;
	cursor: pointer;
	font-size: 10px;
	font-weight: 900;
}

.rep-sp__copy-link svg {
	width: 17px;
	height: 17px;
	color: var(--rep-green);
}

.rep-sp__sales-link:hover,
.rep-sp__copy-link:hover {
	border-color: var(--rep-green);
	color: var(--rep-green-dark);
}

.rep-sp__meta {
	display: grid;
	gap: 6px;
	margin-top: 17px;
	padding-top: 15px;
	border-top: 1px solid var(--rep-line);
	font-size: 10px;
}

.rep-sp__meta > div {
	display: flex;
	gap: 6px;
}

.rep-sp__meta span {
	color: #8a958f;
}

.rep-sp__meta strong {
	font-weight: 700;
}

.rep-sp__meta a:hover {
	color: var(--rep-green);
}

.rep-sp__benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 22px;
	border: 1px solid var(--rep-line);
	border-radius: var(--rep-radius-lg);
	background: #fff;
	overflow: hidden;
	box-shadow: 0 12px 35px rgba(17, 50, 35, .04);
}

.rep-sp__benefit {
	min-width: 0;
	min-height: 122px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 20px 18px;
}

.rep-sp__benefit + .rep-sp__benefit {
	border-right: 1px solid var(--rep-line);
}

.rep-sp__benefit-icon {
	width: 49px;
	min-width: 49px;
	height: 49px;
	display: grid;
	place-items: center;
	border-radius: 15px;
	background: var(--rep-green-soft);
	color: var(--rep-green);
}

.rep-sp__benefit-icon svg {
	width: 23px;
	height: 23px;
}

.rep-sp__benefit strong,
.rep-sp__benefit span {
	display: block;
}

.rep-sp__benefit strong {
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: 950;
}

.rep-sp__benefit div > span {
	color: var(--rep-muted);
	font-size: 9.5px;
	line-height: 1.8;
}

.rep-sp__details {
	margin-top: 72px;
}

.rep-sp__details .woocommerce-tabs {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.rep-sp__details .woocommerce-tabs ul.tabs {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
	overflow: visible !important;
}

.rep-sp__details .woocommerce-tabs ul.tabs::before,
.rep-sp__details .woocommerce-tabs ul.tabs::after,
.rep-sp__details .woocommerce-tabs ul.tabs li::before,
.rep-sp__details .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.rep-sp__details .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--rep-line) !important;
	border-radius: 999px !important;
	background: #fff !important;
}

.rep-sp__details .woocommerce-tabs ul.tabs li a {
	display: block !important;
	padding: 10px 19px !important;
	color: var(--rep-muted) !important;
	font-size: 12px !important;
	font-weight: 900 !important;
}

.rep-sp__details .woocommerce-tabs ul.tabs li.active {
	border-color: var(--rep-green) !important;
	background: var(--rep-green) !important;
}

.rep-sp__details .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
}

.rep-sp__details .woocommerce-Tabs-panel {
	margin: 0 !important;
	padding: clamp(23px, 4vw, 42px) !important;
	border: 1px solid var(--rep-line);
	border-radius: var(--rep-radius-xl);
	background: #fff;
	box-shadow: var(--rep-shadow);
	color: var(--rep-muted);
	font-size: 14px;
	line-height: 2.1;
}

.rep-sp__details .woocommerce-Tabs-panel > h2:first-child {
	display: none;
}

.rep-sp__details .woocommerce-Tabs-panel h2,
.rep-sp__details .woocommerce-Tabs-panel h3,
.rep-sp__details .woocommerce-Tabs-panel h4 {
	color: var(--rep-text);
	font-weight: 950;
	line-height: 1.55;
}

.rep-sp__details .woocommerce-Tabs-panel h2 {
	font-size: clamp(25px, 3vw, 38px);
	margin: 28px 0 14px;
}

.rep-sp__details .woocommerce-Tabs-panel h3 {
	font-size: 21px;
	margin: 24px 0 11px;
}

.rep-sp__details .woocommerce-Tabs-panel p,
.rep-sp__details .woocommerce-Tabs-panel ul,
.rep-sp__details .woocommerce-Tabs-panel ol {
	margin-top: 0;
	margin-bottom: 17px;
}

.rep-sp__details .woocommerce-Tabs-panel img {
	height: auto;
	border-radius: 20px;
}

.rep-sp__details table.shop_attributes {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--rep-line);
	border-radius: 19px;
	overflow: hidden;
}

.rep-sp__details table.shop_attributes th,
.rep-sp__details table.shop_attributes td {
	padding: 14px 17px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--rep-line) !important;
	background: #fff !important;
	font-size: 12px;
	text-align: right;
}

.rep-sp__details table.shop_attributes th {
	width: 30%;
	background: var(--rep-soft) !important;
	color: var(--rep-text);
	font-weight: 900;
}

.rep-sp__details table.shop_attributes tr:last-child th,
.rep-sp__details table.shop_attributes tr:last-child td {
	border-bottom: 0 !important;
}

.rep-sp__details #reviews {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 30px;
}

.rep-sp__details #comments,
.rep-sp__details #review_form_wrapper {
	float: none !important;
	width: auto !important;
}

.rep-sp__details #review_form_wrapper {
	padding: 22px;
	border: 1px solid var(--rep-line);
	border-radius: 20px;
	background: var(--rep-soft);
}

.rep-sp__details textarea,
.rep-sp__details input[type="text"],
.rep-sp__details input[type="email"] {
	width: 100%;
	border: 1px solid var(--rep-line);
	border-radius: 13px;
	background: #fff;
	padding: 10px 13px;
}

.rep-sp__details #submit {
	min-height: 47px;
	padding: 10px 20px !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: var(--rep-green) !important;
	color: #fff !important;
	font-weight: 900 !important;
}

.rep-sp__related {
	margin-top: 78px;
}

.rep-sp__section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 23px;
}

.rep-sp__section-head span {
	display: block;
	color: var(--rep-green);
	font-size: 11px;
	font-weight: 900;
}

.rep-sp__section-head h2 {
	margin: 5px 0 0;
	color: var(--rep-text);
	font-size: clamp(27px, 3.4vw, 42px);
	font-weight: 950;
}

.rep-sp__section-head > a {
	padding: 8px 14px;
	border: 1px solid var(--rep-line);
	border-radius: 999px;
	color: var(--rep-green-dark);
	font-size: 10px;
	font-weight: 900;
}

.rep-sp__related-rail {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(230px, 1fr);
	gap: 14px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding: 2px 2px 14px;
	scrollbar-width: thin;
}

.rep-sp__product-card {
	min-width: 0;
	border: 1px solid var(--rep-line);
	border-radius: 22px;
	background: #fff;
	overflow: hidden;
	scroll-snap-align: start;
	transition: .25s ease;
}

.rep-sp__product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 45px rgba(17, 50, 35, .09);
}

.rep-sp__product-image {
	position: relative;
	height: 230px;
	display: grid;
	place-items: center;
	padding: 18px;
	background: var(--rep-soft);
}

.rep-sp__product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rep-sp__product-image > span {
	position: absolute;
	right: 12px;
	top: 12px;
	padding: 4px 9px;
	border-radius: 999px;
	background: var(--rep-danger);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
}

.rep-sp__product-body {
	padding: 16px;
}

.rep-sp__product-body h3 {
	min-height: 52px;
	margin: 0;
	color: var(--rep-text);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.9;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rep-sp__product-price {
	min-height: 40px;
	margin-top: 10px;
	color: var(--rep-green-dark);
	font-size: 14px;
	font-weight: 950;
}

.rep-sp__product-price del {
	color: #9ba49f;
	font-size: 10px;
}

.rep-sp__product-price ins {
	background: transparent;
	text-decoration: none;
}

.rep-sp__product-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 43px;
	margin-top: 11px;
	border-radius: 13px;
	background: var(--rep-green-soft);
	color: var(--rep-green-dark) !important;
	font-size: 10px;
	font-weight: 900;
}

.rep-sp__product-link:hover {
	background: var(--rep-green);
	color: #fff !important;
}

.rep-sp__mobile-buy {
	display: none;
}

@media (max-width: 1050px) {
	.rep-sp__hero {
		grid-template-columns: 1fr;
	}

	.rep-sp__gallery,
	.rep-sp__summary-card {
		position: relative;
		top: auto;
	}

	.rep-sp__stage {
		min-height: 570px;
	}

	.rep-sp__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rep-sp__benefit:nth-child(3),
	.rep-sp__benefit:nth-child(4) {
		border-top: 1px solid var(--rep-line);
	}

	.rep-sp__benefit:nth-child(3) {
		border-right: 0;
	}
}

@media (max-width: 760px) {
	.rep-sp__container {
		width: calc(100% - 24px);
		padding: 18px 0 100px;
	}

	.rep-sp__breadcrumb {
		font-size: 10px;
	}

	.rep-sp__hero {
		gap: 18px;
	}

	.rep-sp__stage {
		min-height: 410px;
		padding: 18px;
		border-radius: 23px;
	}

	.rep-sp__zoom-link {
		min-height: 370px;
	}

	.rep-sp__main-image {
		max-height: 370px;
	}

	.rep-sp__thumb {
		width: 68px;
		min-width: 68px;
		height: 68px;
		border-radius: 13px;
	}

	.rep-sp__summary-card {
		padding: 21px 17px;
		border-radius: 23px;
		box-shadow: 0 14px 40px rgba(17, 50, 35, .06);
	}

	.rep-sp__title {
		font-size: clamp(25px, 8vw, 35px);
		letter-spacing: -.4px;
	}

	.rep-sp__excerpt {
		font-size: 12.5px;
	}

	.rep-sp__quick-spec {
		padding: 11px;
	}

	.rep-sp__quick-spec strong {
		font-size: 11px;
	}

	.rep-sp__cart-box form.cart {
		display: grid !important;
		grid-template-columns: 105px 1fr;
	}

	.rep-sp__cart-box form.cart > table.variations,
	.rep-sp__cart-box form.cart > .single_variation_wrap,
	.rep-sp__cart-box form.cart > .group_table {
		grid-column: 1 / -1;
	}

	.rep-sp__cart-box .quantity {
		width: 105px;
	}

	.rep-sp__secondary-actions {
		grid-template-columns: 1fr;
	}

	.rep-sp__copy-link {
		min-height: 48px;
	}

	.rep-sp__benefits {
		margin-top: 13px;
		border-radius: 19px;
	}

	.rep-sp__benefit {
		min-height: 142px;
		padding: 16px 10px;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 8px;
	}

	.rep-sp__benefit-icon {
		width: 44px;
		min-width: 44px;
		height: 44px;
		border-radius: 13px;
	}

	.rep-sp__benefit strong {
		font-size: 11px;
	}

	.rep-sp__benefit div > span {
		font-size: 8.5px;
	}

	.rep-sp__details {
		margin-top: 48px;
	}

	.rep-sp__details .woocommerce-tabs ul.tabs {
		flex-wrap: nowrap;
		overflow-x: auto !important;
		padding-bottom: 6px !important;
	}

	.rep-sp__details .woocommerce-tabs ul.tabs li {
		min-width: max-content;
	}

	.rep-sp__details .woocommerce-Tabs-panel {
		padding: 21px 17px !important;
		border-radius: 22px;
		font-size: 12.5px;
	}

	.rep-sp__details table.shop_attributes th {
		width: 39%;
	}

	.rep-sp__details #reviews {
		grid-template-columns: 1fr;
	}

	.rep-sp__related {
		margin-top: 52px;
	}

	.rep-sp__section-head {
		align-items: center;
	}

	.rep-sp__related-rail {
		grid-auto-columns: minmax(205px, 76vw);
	}

	.rep-sp__product-image {
		height: 205px;
	}

	.rep-sp__mobile-buy {
		position: fixed;
		z-index: 9998;
		right: 10px;
		left: 10px;
		bottom: 10px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		gap: 9px;
		padding: 9px;
		border: 1px solid rgba(255, 255, 255, .8);
		border-radius: 18px;
		background: rgba(255, 255, 255, .94);
		box-shadow: 0 18px 55px rgba(9, 36, 24, .22);
		backdrop-filter: blur(14px);
	}

	.rep-sp__mobile-price {
		min-width: 0;
		padding-right: 7px;
	}

	.rep-sp__mobile-price small,
	.rep-sp__mobile-price strong {
		display: block;
	}

	.rep-sp__mobile-price small {
		color: #89938e;
		font-size: 8px;
	}

	.rep-sp__mobile-price strong {
		color: var(--rep-green-dark);
		font-size: 12px;
		font-weight: 950;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.rep-sp__mobile-price del {
		display: none;
	}

	.rep-sp__mobile-price ins {
		background: transparent;
		text-decoration: none;
	}

	.rep-sp__mobile-buy-button {
		min-height: 48px;
		border: 0;
		border-radius: 13px;
		background: var(--rep-green);
		color: #fff;
		font-size: 12px;
		font-weight: 950;
		cursor: pointer;
	}
}

@media (max-width: 430px) {
	.rep-sp__stage {
		min-height: 355px;
	}

	.rep-sp__zoom-link {
		min-height: 320px;
	}

	.rep-sp__main-image {
		max-height: 320px;
	}

	.rep-sp__quick-specs {
		grid-template-columns: 1fr 1fr;
	}

	.rep-sp__cart-box table.variations tr {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.rep-sp__details table.shop_attributes th,
	.rep-sp__details table.shop_attributes td {
		padding: 11px 10px !important;
		font-size: 10.5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rep-sp *,
	.rep-sp *::before,
	.rep-sp *::after {
		animation: none !important;
		transition: none !important;
		scroll-behavior: auto !important;
	}
}

.rep-sp__cart-highlight {
	animation: repSpCartHighlight 1.05s ease;
}
@keyframes repSpCartHighlight {
	0%, 100% { box-shadow: none; }
	35% { box-shadow: 0 0 0 5px rgba(35, 138, 89, .16); border-radius: 18px; }
}


/* Version 1.2 — quantity visibility, duplicate consultation cleanup, Persian tabs */
.rep-sp__cart-box .quantity {
	position: relative !important;
	display: grid !important;
	grid-template-columns: 31px minmax(42px, 1fr) 31px !important;
	align-items: center !important;
	direction: ltr !important;
	background: #fff !important;
}

.rep-sp__cart-box .quantity input.qty {
	display: block !important;
	width: 100% !important;
	min-width: 42px !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 3px !important;
	border: 0 !important;
	background: #fff !important;
	color: #17221c !important;
	-webkit-text-fill-color: #17221c !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-size: 14px !important;
	font-weight: 950 !important;
	line-height: 52px !important;
	text-align: center !important;
	box-shadow: none !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
}

.rep-sp__cart-box .quantity input.qty::-webkit-inner-spin-button,
.rep-sp__cart-box .quantity input.qty::-webkit-outer-spin-button {
	margin: 0 !important;
	-webkit-appearance: none !important;
}

.rep-sp__cart-box .quantity .minus,
.rep-sp__cart-box .quantity .plus,
.rep-sp__cart-box .quantity input.minus,
.rep-sp__cart-box .quantity input.plus {
	position: static !important;
	display: grid !important;
	place-items: center !important;
	width: 31px !important;
	min-width: 31px !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: #f4f8f5 !important;
	color: #17221c !important;
	-webkit-text-fill-color: #17221c !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-size: 0 !important;
	line-height: 1 !important;
	cursor: pointer !important;
}

.rep-sp__cart-box .quantity .minus::before,
.rep-sp__cart-box .quantity input.minus::before {
	content: "−";
	display: block;
	color: #17221c;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}

.rep-sp__cart-box .quantity .plus::before,
.rep-sp__cart-box .quantity input.plus::before {
	content: "+";
	display: block;
	color: #17221c;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
}

/* حذف خروجی‌های اضافه‌ای که قالب یا افزونه‌ها داخل فرم خرید تزریق می‌کنند */
.rep-sp__cart-box .wd-buy-now-btn,
.rep-sp__cart-box .wd-buy-now-btn-wrap,
.rep-sp__cart-box .buy-now-btn,
.rep-sp__cart-box .buy_now_button,
.rep-sp__cart-box .quick-buy,
.rep-sp__cart-box .consultation-button,
.rep-sp__cart-box .free-consultation,
.rep-sp__cart-box [class*="buy-now"],
.rep-sp__cart-box [class*="free-consult"],
.rep-sp__cart-box [class*="consultation"] {
	display: none !important;
}

/* فارسی و بدون حروف بزرگ اجباری */
.rep-sp__details .woocommerce-tabs ul.tabs,
.rep-sp__details .woocommerce-tabs ul.tabs li,
.rep-sp__details .woocommerce-tabs ul.tabs li a {
	direction: rtl !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.rep-sp__details .woocommerce-Tabs-panel > h2:first-child,
.rep-sp__details #tab-description > h2:first-child,
.rep-sp__details #tab-additional_information > h2:first-child {
	display: none !important;
}

.rep-sp__breadcrumb,
.rep-sp__breadcrumb * {
	text-transform: none !important;
	letter-spacing: 0 !important;
}

@media (max-width: 760px) {
	.rep-sp__cart-box .quantity {
		width: 105px !important;
		grid-template-columns: 29px minmax(39px, 1fr) 29px !important;
	}

	.rep-sp__cart-box .quantity .minus,
	.rep-sp__cart-box .quantity .plus,
	.rep-sp__cart-box .quantity input.minus,
	.rep-sp__cart-box .quantity input.plus {
		width: 29px !important;
		min-width: 29px !important;
	}
}

/* Version 1.3 — balanced gallery, centered benefit icons, exact phone direction */

/*
 * در دسکتاپ ارتفاع ستون گالری با کارت خرید هماهنگ می‌شود.
 * به‌جای فضای سفید بدون استفاده زیر بندانگشتی‌ها، قاب تصویر تا انتهای ردیف کشیده می‌شود.
 */
@media (min-width: 1051px) {
	.rep-sp__hero {
		align-items: stretch !important;
	}

	.rep-sp__gallery-column,
	.rep-sp__summary {
		display: flex !important;
		align-items: stretch !important;
	}

	.rep-sp__gallery {
		width: 100% !important;
		height: 100% !important;
		display: flex !important;
		flex-direction: column !important;
	}

	.rep-sp__stage {
		flex: 1 1 auto !important;
		min-height: 610px !important;
	}

	.rep-sp__zoom-link {
		height: 100% !important;
		min-height: 0 !important;
	}

	.rep-sp__main-image {
		height: 100% !important;
		max-height: 690px !important;
		object-fit: contain !important;
	}
}

/* جای آیکن مزیت‌ها: بالای عنوان و کاملاً وسط‌چین */
.rep-sp__benefit {
	min-height: 132px !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 9px !important;
	text-align: center !important;
	padding: 18px 14px !important;
}

.rep-sp__benefit-icon {
	margin: 0 auto !important;
}

.rep-sp__benefit > div {
	width: 100% !important;
	min-width: 0 !important;
	text-align: center !important;
}

.rep-sp__benefit strong {
	margin-bottom: 3px !important;
	line-height: 1.65 !important;
}

.rep-sp__benefit div > span {
	max-width: 210px;
	margin-inline: auto;
	line-height: 1.75 !important;
}

/* شماره تلفن باید دقیقاً از چپ به راست نمایش داده شود */
.rep-sp__phone-number {
	direction: ltr !important;
	unicode-bidi: isolate !important;
	display: inline-block !important;
	white-space: nowrap !important;
	font-family: Arial, sans-serif !important;
	font-variant-numeric: tabular-nums !important;
	letter-spacing: 0 !important;
}

/* پاک‌سازی محکم‌تر دکمه‌های اضافی تزریق‌شده داخل فرم خرید */
.rep-sp__cart-box [data-rep-injected-action-hidden="1"] {
	display: none !important;
}

@media (max-width: 1050px) {
	.rep-sp__gallery-column,
	.rep-sp__summary {
		display: block !important;
	}

	.rep-sp__gallery {
		height: auto !important;
		display: block !important;
	}

	.rep-sp__stage {
		flex: none !important;
	}

	.rep-sp__zoom-link {
		height: auto !important;
	}

	.rep-sp__main-image {
		height: auto !important;
	}
}

/* Version 1.4 — cleaner benefit icons + Persian review area + hide shipping tab */

.rep-sp__details .woocommerce-tabs ul.tabs li a[href*="shipping"],
.rep-sp__details .woocommerce-tabs ul.tabs li a[href*="delivery"],
.rep-sp__details .woocommerce-tabs ul.tabs li.shipping_tab,
.rep-sp__details .woocommerce-tabs ul.tabs li.shipping-delivery,
.rep-sp__details .woocommerce-tabs ul.tabs li[class*="shipping"],
.rep-sp__details .woocommerce-tabs ul.tabs li[class*="delivery"] {
	display: none !important;
}

.rep-sp__benefits {
	align-items: stretch !important;
}

.rep-sp__benefit {
	min-height: 140px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
	padding: 18px 14px !important;
	gap: 10px !important;
}

.rep-sp__benefit-icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 44px !important;
	height: 44px !important;
	flex: 0 0 44px !important;
	margin: 0 auto 2px !important;
}

.rep-sp__benefit > div,
.rep-sp__benefit-content {
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	gap: 4px !important;
}

.rep-sp__benefit strong {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	line-height: 1.65 !important;
	text-align: center !important;
}

.rep-sp__benefit span {
	display: block !important;
	max-width: 220px !important;
	margin: 0 auto !important;
	line-height: 1.8 !important;
	text-align: center !important;
}

.rep-sp__details .woocommerce-tabs,
.rep-sp__details .woocommerce-Tabs-panel,
.rep-sp__details .woocommerce-Reviews,
.rep-sp__details .comment-form,
.rep-sp__details .comment-form-rating,
.rep-sp__details .comment-form-comment,
.rep-sp__details .comment-reply-title,
.rep-sp__details .woocommerce-Reviews-title,
.rep-sp__details .commentlist,
.rep-sp__details .star-rating {
	direction: rtl !important;
	text-align: right !important;
}

.rep-sp__details .woocommerce-tabs ul.tabs li a,
.rep-sp__details .woocommerce-Reviews-title,
.rep-sp__details .comment-reply-title,
.rep-sp__details #reply-title {
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.rep-sp__details .woocommerce-Reviews-title,
.rep-sp__details .comment-reply-title,
.rep-sp__details #reply-title {
	font-size: 22px !important;
	font-weight: 900 !important;
	color: #15231b !important;
}

.rep-sp__details .comment-form label,
.rep-sp__details .comment-form p,
.rep-sp__details .comment-form span,
.rep-sp__details .comment-form div,
.rep-sp__details .woocommerce-review__author,
.rep-sp__details .woocommerce-review__published-date,
.rep-sp__details .woocommerce-Tabs-panel p,
.rep-sp__details .woocommerce-Tabs-panel li,
.rep-sp__details .comment-text p,
.rep-sp__details .woocommerce-noreviews {
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-size: 15px !important;
	line-height: 2 !important;
	color: #415147 !important;
}

.rep-sp__details .comment-form input[type="text"],
.rep-sp__details .comment-form input[type="email"],
.rep-sp__details .comment-form textarea,
.rep-sp__details .comment-form select {
	text-align: right !important;
	direction: rtl !important;
}

.rep-sp__details .comment-form .submit {
	background: #2f9a5b !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 999px !important;
	padding: 12px 24px !important;
	font-weight: 800 !important;
}

@media (max-width: 767px) {
	.rep-sp__benefit {
		min-height: 126px !important;
		padding: 16px 12px !important;
	}
}

/* Version 1.5 — exact icon centering and explicit quantity controls */

/*
 * مزایا با Grid مستقل ساخته می‌شوند تا استایل قالب یا RTL نتواند
 * جای آیکن را تغییر دهد. آیکن دقیقاً روی محور مرکزی هر ستون است.
 */
.rep-sp__benefits .rep-sp__benefit {
	position: relative !important;
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: 46px auto !important;
	align-content: center !important;
	align-items: center !important;
	justify-content: center !important;
	justify-items: center !important;
	gap: 10px !important;
	min-height: 144px !important;
	padding: 18px 14px !important;
	text-align: center !important;
	direction: rtl !important;
}

.rep-sp__benefits .rep-sp__benefit-icon {
	position: static !important;
	inset: auto !important;
	transform: none !important;
	float: none !important;
	clear: both !important;
	display: grid !important;
	place-items: center !important;
	align-self: center !important;
	justify-self: center !important;
	width: 46px !important;
	min-width: 46px !important;
	max-width: 46px !important;
	height: 46px !important;
	min-height: 46px !important;
	max-height: 46px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 14px !important;
	background: var(--rep-green-soft) !important;
	color: var(--rep-green) !important;
	line-height: 1 !important;
}

.rep-sp__benefits .rep-sp__benefit-icon svg {
	position: static !important;
	display: block !important;
	width: 22px !important;
	min-width: 22px !important;
	max-width: 22px !important;
	height: 22px !important;
	min-height: 22px !important;
	max-height: 22px !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
}

.rep-sp__benefits .rep-sp__benefit-content {
	position: static !important;
	display: grid !important;
	grid-template-columns: 1fr !important;
	justify-items: center !important;
	align-items: start !important;
	align-self: start !important;
	justify-self: stretch !important;
	gap: 3px !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

.rep-sp__benefits .rep-sp__benefit-content strong,
.rep-sp__benefits .rep-sp__benefit-content > span {
	position: static !important;
	display: block !important;
	width: 100% !important;
	max-width: 220px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	text-align: center !important;
	transform: none !important;
}

.rep-sp__benefits .rep-sp__benefit-content strong {
	color: var(--rep-text) !important;
	font-size: 12px !important;
	font-weight: 950 !important;
	line-height: 1.65 !important;
}

.rep-sp__benefits .rep-sp__benefit-content > span {
	color: var(--rep-muted) !important;
	font-size: 9.5px !important;
	line-height: 1.8 !important;
}

/*
 * کنترل تعداد همیشه سه ستون واقعی دارد:
 * منفی | عدد | مثبت
 */
.rep-sp__cart-box .quantity {
	position: relative !important;
	display: grid !important;
	grid-template-columns: 38px minmax(46px, 1fr) 38px !important;
	align-items: stretch !important;
	justify-content: stretch !important;
	width: 128px !important;
	min-width: 128px !important;
	height: 54px !important;
	margin: 0 !important;
	padding: 0 !important;
	direction: ltr !important;
	overflow: hidden !important;
	border: 1px solid var(--rep-line) !important;
	border-radius: 16px !important;
	background: #fff !important;
}

.rep-sp__cart-box .quantity input.qty {
	grid-column: 2 !important;
	grid-row: 1 !important;
	position: static !important;
	display: block !important;
	width: 100% !important;
	min-width: 46px !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 2px !important;
	border: 0 !important;
	border-right: 1px solid var(--rep-line) !important;
	border-left: 1px solid var(--rep-line) !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #17221c !important;
	-webkit-text-fill-color: #17221c !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-size: 14px !important;
	font-weight: 950 !important;
	line-height: 52px !important;
	text-align: center !important;
	direction: ltr !important;
	box-shadow: none !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
	z-index: 2 !important;
}

.rep-sp__cart-box .quantity .rep-sp__qty-minus,
.rep-sp__cart-box .quantity .rep-sp__qty-plus,
.rep-sp__cart-box .quantity .minus,
.rep-sp__cart-box .quantity .plus {
	position: static !important;
	display: grid !important;
	place-items: center !important;
	width: 38px !important;
	min-width: 38px !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #f1f7f3 !important;
	color: var(--rep-green-dark) !important;
	-webkit-text-fill-color: var(--rep-green-dark) !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-size: 20px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	cursor: pointer !important;
	z-index: 3 !important;
}

.rep-sp__cart-box .quantity .rep-sp__qty-minus,
.rep-sp__cart-box .quantity .minus {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

.rep-sp__cart-box .quantity .rep-sp__qty-plus,
.rep-sp__cart-box .quantity .plus {
	grid-column: 3 !important;
	grid-row: 1 !important;
}

.rep-sp__cart-box .quantity .rep-sp__qty-minus:hover,
.rep-sp__cart-box .quantity .rep-sp__qty-plus:hover,
.rep-sp__cart-box .quantity .minus:hover,
.rep-sp__cart-box .quantity .plus:hover {
	background: var(--rep-green) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.rep-sp__cart-box .quantity .rep-sp__qty-minus::before,
.rep-sp__cart-box .quantity .rep-sp__qty-plus::before {
	display: none !important;
	content: none !important;
}

@media (max-width: 760px) {
	.rep-sp__cart-box .quantity {
		width: 116px !important;
		min-width: 116px !important;
		grid-template-columns: 35px minmax(44px, 1fr) 35px !important;
	}

	.rep-sp__cart-box .quantity .rep-sp__qty-minus,
	.rep-sp__cart-box .quantity .rep-sp__qty-plus,
	.rep-sp__cart-box .quantity .minus,
	.rep-sp__cart-box .quantity .plus {
		width: 35px !important;
		min-width: 35px !important;
	}
}

/* Version 1.6 — independent visible minus/plus controls */

.rep-sp__cart-box .quantity {
	position: relative !important;
	display: grid !important;
	grid-template-columns: 38px minmax(46px, 1fr) 38px !important;
	align-items: stretch !important;
	justify-content: stretch !important;
	width: 128px !important;
	min-width: 128px !important;
	max-width: 128px !important;
	height: 54px !important;
	padding: 0 !important;
	direction: ltr !important;
	overflow: hidden !important;
	border: 1px solid var(--rep-line) !important;
	border-radius: 16px !important;
	background: #fff !important;
}

.rep-sp__cart-box .quantity input.qty {
	grid-column: 2 !important;
	grid-row: 1 !important;
	position: relative !important;
	z-index: 2 !important;
	display: block !important;
	width: 100% !important;
	min-width: 46px !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 2px !important;
	border: 0 !important;
	border-right: 1px solid var(--rep-line) !important;
	border-left: 1px solid var(--rep-line) !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #17221c !important;
	-webkit-text-fill-color: #17221c !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-size: 14px !important;
	font-weight: 950 !important;
	line-height: 52px !important;
	text-align: center !important;
	direction: ltr !important;
	box-shadow: none !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
}

.rep-sp__cart-box .quantity .rep-sp__qty-control {
	position: relative !important;
	z-index: 5 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 38px !important;
	min-width: 38px !important;
	max-width: 38px !important;
	height: 52px !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #eef7f1 !important;
	color: #176844 !important;
	-webkit-text-fill-color: #176844 !important;
	opacity: 1 !important;
	visibility: visible !important;
	cursor: pointer !important;
	box-shadow: none !important;
	line-height: 1 !important;
	font-size: 0 !important;
	text-indent: 0 !important;
	overflow: visible !important;
}

.rep-sp__cart-box .quantity .rep-sp__qty-minus {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

.rep-sp__cart-box .quantity .rep-sp__qty-plus {
	grid-column: 3 !important;
	grid-row: 1 !important;
}

.rep-sp__cart-box .quantity .rep-sp__qty-control::before,
.rep-sp__cart-box .quantity .rep-sp__qty-control::after {
	display: none !important;
	content: none !important;
}

.rep-sp__cart-box .quantity .rep-sp__qty-symbol {
	position: static !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #176844 !important;
	-webkit-text-fill-color: #176844 !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-family: Arial, sans-serif !important;
	font-size: 23px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-indent: 0 !important;
	transform: none !important;
}

.rep-sp__cart-box .quantity .rep-sp__qty-plus .rep-sp__qty-symbol {
	font-size: 21px !important;
}

.rep-sp__cart-box .quantity .rep-sp__qty-control:hover,
.rep-sp__cart-box .quantity .rep-sp__qty-control:focus-visible {
	background: var(--rep-green) !important;
	outline: none !important;
}

.rep-sp__cart-box .quantity .rep-sp__qty-control:hover .rep-sp__qty-symbol,
.rep-sp__cart-box .quantity .rep-sp__qty-control:focus-visible .rep-sp__qty-symbol {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

@media (max-width: 760px) {
	.rep-sp__cart-box .quantity {
		grid-template-columns: 35px minmax(44px, 1fr) 35px !important;
		width: 116px !important;
		min-width: 116px !important;
		max-width: 116px !important;
	}

	.rep-sp__cart-box .quantity .rep-sp__qty-control {
		width: 35px !important;
		min-width: 35px !important;
		max-width: 35px !important;
	}
}

/* Version 1.7 — mobile product tabs visibility fix */

/*
 * WoodMart و بعضی قالب‌ها در موبایل تب‌های استاندارد ووکامرس را مخفی
 * می‌کنند و به آکاردئون اختصاصی خودشان تکیه دارند. چون این قالب با
 * شورت‌کد رندر می‌شود، نتیجه می‌تواند ناحیه سفید بدون توضیحات باشد.
 * این قواعد فقط در محدوده افزونه، ساختار استاندارد تب‌ها را بازمی‌گرداند.
 */
.renergy-single-product-page .rep-sp .rep-sp__details,
.renergy-single-product-page .rep-sp .rep-sp__details .woocommerce-tabs,
.renergy-single-product-page .rep-sp .rep-sp__details .wc-tabs-wrapper {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	visibility: visible !important;
	opacity: 1 !important;
	overflow: visible !important;
	transform: none !important;
}

.renergy-single-product-page .rep-sp .rep-sp__details .woocommerce-tabs ul.tabs,
.renergy-single-product-page .rep-sp .rep-sp__details .woocommerce-tabs ul.wc-tabs,
.renergy-single-product-page .rep-sp .rep-sp__details .wc-tabs-wrapper ul.tabs,
.renergy-single-product-page .rep-sp .rep-sp__details .wc-tabs-wrapper ul.wc-tabs {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	transform: none !important;
}

/* عنوان‌های آکاردئونی قالب نباید کنار ناوبری استاندارد دوباره نمایش داده شوند. */
.renergy-single-product-page .rep-sp .rep-sp__details .wd-accordion-title,
.renergy-single-product-page .rep-sp .rep-sp__details .wc-tab-title,
.renergy-single-product-page .rep-sp .rep-sp__details .woocommerce-Tabs-panel > .wd-accordion-title {
	display: none !important;
}

/* بدون جاوااسکریپت نیز حداقل توضیحات اصلی قابل مشاهده می‌ماند. */
.renergy-single-product-page .rep-sp .rep-sp__details .woocommerce-tabs:not(.rep-sp__tabs-ready) #tab-description,
.renergy-single-product-page .rep-sp .rep-sp__details .wc-tabs-wrapper:not(.rep-sp__tabs-ready) #tab-description {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

/* پس از فعال‌شدن کنترل تب افزونه، فقط پنل انتخاب‌شده نمایش داده می‌شود. */
.renergy-single-product-page .rep-sp .rep-sp__details .rep-sp__tabs-ready .woocommerce-Tabs-panel,
.renergy-single-product-page .rep-sp .rep-sp__details .rep-sp__tabs-ready .wc-tab {
	display: none !important;
}

.renergy-single-product-page .rep-sp .rep-sp__details .rep-sp__tabs-ready .woocommerce-Tabs-panel.rep-sp__tab-panel--active,
.renergy-single-product-page .rep-sp .rep-sp__details .rep-sp__tabs-ready .wc-tab.rep-sp__tab-panel--active {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	visibility: visible !important;
	opacity: 1 !important;
	overflow: visible !important;
	transform: none !important;
}

@media (max-width: 760px) {
	.renergy-single-product-page .rep-sp .rep-sp__details {
		margin-top: 34px !important;
		padding: 0 !important;
	}

	.renergy-single-product-page .rep-sp .rep-sp__details .woocommerce-tabs ul.tabs,
	.renergy-single-product-page .rep-sp .rep-sp__details .woocommerce-tabs ul.wc-tabs,
	.renergy-single-product-page .rep-sp .rep-sp__details .wc-tabs-wrapper ul.tabs,
	.renergy-single-product-page .rep-sp .rep-sp__details .wc-tabs-wrapper ul.wc-tabs {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 8px !important;
		margin: 0 0 14px !important;
		padding: 0 0 6px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}

	.renergy-single-product-page .rep-sp .rep-sp__details .woocommerce-tabs ul.tabs li,
	.renergy-single-product-page .rep-sp .rep-sp__details .woocommerce-tabs ul.wc-tabs li,
	.renergy-single-product-page .rep-sp .rep-sp__details .wc-tabs-wrapper ul.tabs li,
	.renergy-single-product-page .rep-sp .rep-sp__details .wc-tabs-wrapper ul.wc-tabs li {
		display: block !important;
		flex: 0 0 auto !important;
		min-width: max-content !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.renergy-single-product-page .rep-sp .rep-sp__details .woocommerce-Tabs-panel,
	.renergy-single-product-page .rep-sp .rep-sp__details .wc-tab {
		float: none !important;
		clear: both !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 20px 16px 28px !important;
		border-radius: 20px !important;
	}

	.renergy-single-product-page .rep-sp .rep-sp__details .woocommerce-Tabs-panel h2,
	.renergy-single-product-page .rep-sp .rep-sp__details .woocommerce-Tabs-panel h3,
	.renergy-single-product-page .rep-sp .rep-sp__details .wc-tab h2,
	.renergy-single-product-page .rep-sp .rep-sp__details .wc-tab h3 {
		word-break: normal !important;
		overflow-wrap: anywhere !important;
	}
}
