/* Product Individual — Figma 214:753 .sr-product */
.sr-product .w-vwrapper,
.sr-product .w-hwrapper,
.sr-product .vc_column-inner,
.sr-product .wpb_wrapper {
	min-width: 0;
}

.sr-product .g-cols.via_grid.cols_2 {
	grid-template-columns: minmax(0, 684fr) minmax(0, 572fr) !important;
	column-gap: 4rem !important;
	row-gap: 2rem !important;
}

.sr-product .sr-product__info .w-vwrapper.sr-product__info-stack {
	height: 100%;
	min-height: 39.375rem;
	justify-content: flex-start;
}

.sr-product .sr-product__info-stack > *:not(:last-child) {
	margin-bottom: 0;
}

.sr-product .sr-product__badge {
	margin-bottom: 0.5rem !important;
}

.sr-product .sr-product__title {
	margin: 0 0 0.5rem !important;
}

.sr-product .sr-product__price-row {
	margin: 0 0 auto !important;
	width: 100%;
}

.sr-product .sr-product__excerpt {
	margin: 0 0 auto !important;
	width: 100%;
}

.sr-product .sr-product__specs {
	margin: 0 0 auto !important;
	width: 100%;
}

.sr-product .sr-product__btn {
	margin: 0 0 1rem !important;
	width: 100%;
}

.sr-product .sr-product__phone {
	margin: 0;
	width: 100%;
}

/* Gallery — Impreza type_slider = Woo Flexslider + us_product_gallery().
   After init: .flex-viewport (main) then .flex-control-thumbs (bottom). Do NOT override
   __wrapper display/overflow — Flexslider owns the slide track (display:block broke clicks). */
.sr-product .sr-product__gallery-elm,
.sr-product .w-post-elm.product_gallery,
.sr-product .woocommerce-product-gallery.type_slider {
	background: transparent !important;
	border-radius: 0 !important;
	overflow: visible !important;
	position: relative;
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	align-items: stretch;
	gap: 1.5rem !important;
	width: 100%;
}

.sr-product .woocommerce-product-gallery.type_slider .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image,
.sr-product .woocommerce-product-gallery.type_slider .woocommerce-product-gallery__image:not(:last-child) {
	margin-bottom: 0 !important;
}

.sr-product .woocommerce-product-gallery.type_slider .flex-viewport {
	order: 0;
	flex: 0 0 auto;
	position: relative;
	width: 100% !important;
	height: 31.25rem !important;
	max-height: 31.25rem !important;
	min-height: 31.25rem !important;
	background: #f5f7fa;
	border-radius: 1.5rem;
	overflow: hidden !important;
}

.sr-product .woocommerce-product-gallery.type_slider .us-thumbs-wrapper,
.sr-product .woocommerce-product-gallery.type_slider > .flex-control-thumbs {
	order: 1;
	flex: 0 0 auto;
}

.sr-product .woocommerce-product-gallery.type_slider .flex-viewport .woocommerce-product-gallery__image {
	height: 31.25rem !important;
	margin: 0 !important;
	background: #f5f7fa;
}

.sr-product .woocommerce-product-gallery.type_slider .flex-viewport .woocommerce-product-gallery__image.flex-active-slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.sr-product .woocommerce-product-gallery.type_slider .flex-viewport .woocommerce-product-gallery__image img {
	display: block !important;
	width: 100% !important;
	height: 31.25rem !important;
	max-height: 31.25rem !important;
	object-fit: contain !important;
}

.sr-product .woocommerce-product-gallery__trigger {
	display: none !important;
}

/* Impreza moves .flex-direction-nav into .flex-viewport when .with_arrows */
.sr-product .woocommerce-product-gallery.type_slider .flex-viewport .flex-direction-nav {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 3;
	margin: 0 !important;
	padding: 0 1.25rem !important;
	list-style: none;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
	box-sizing: border-box;
}

.sr-product .flex-direction-nav li {
	margin: 0;
	pointer-events: auto;
}

.sr-product .flex-direction-nav a,
.sr-product .flex-prev,
.sr-product .flex-next {
	position: static !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 2.5rem !important;
	height: 2.5rem !important;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
	border-radius: 1.25rem !important;
	background-color: #ffffff !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 1.25rem 1.25rem !important;
	box-shadow: 0 0.25rem 0.3125rem rgba(0, 0, 0, 0.07);
	opacity: 1 !important;
}

.sr-product .flex-direction-nav a::before,
.sr-product .flex-prev::before,
.sr-product .flex-next::before {
	display: none !important;
}

.sr-product .flex-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 4.166L4.166 10L10 15.834M4.166 10H15.834' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

.sr-product .flex-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.166 10H15.834M10 15.834L15.834 10L10 4.166' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

.sr-product .woocommerce-product-gallery.type_slider .flex-control-thumbs {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	float: none !important;
	gap: 0.75rem !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.sr-product .woocommerce-product-gallery.type_slider .flex-control-thumbs li {
	float: none !important;
	flex: 0 0 calc((100% - 3rem) / 5) !important;
	width: calc((100% - 3rem) / 5) !important;
	max-width: calc((100% - 3rem) / 5) !important;
	height: 6.625rem !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0.5rem;
	overflow: hidden;
}

.sr-product .woocommerce-product-gallery.type_slider .flex-control-thumbs li img {
	display: block !important;
	width: 100% !important;
	height: 6.625rem !important;
	object-fit: cover !important;
	border: 2px solid transparent;
	border-radius: 0.5rem;
	box-sizing: border-box;
}

.sr-product .woocommerce-product-gallery.type_slider .flex-control-thumbs li img.flex-active {
	border-color: #ff5c00;
}

.sr-product .woocommerce-product-gallery.type_slider .flex-control-thumbs li,
.sr-product .woocommerce-product-gallery.type_slider .flex-control-thumbs li img {
	cursor: pointer;
	pointer-events: auto;
}

/* Badge — #ebf8ff / #0a1128 / 12px / radius 4 */
.sr-product .sr-product__badge,
.sr-product .sr-product__badge .w-btn {
	background: #ebf8ff !important;
	color: #0a1128 !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0.25rem !important;
	font-family: Poppins, system-ui, sans-serif !important;
	font-size: 0.75rem !important;
	font-weight: 700 !important;
	letter-spacing: 0;
	line-height: normal;
	text-transform: uppercase;
	padding: 0.25rem 0.625rem !important;
}

/* Title — 84px Bebas #0a1128 */
.sr-product .sr-product__title,
.sr-product .sr-product__title a,
.sr-product .sr-product__title .w-post-elm-value {
	color: #0a1128 !important;
	font-family: "Bebas Neue", Impact, sans-serif !important;
	font-size: 2.25rem !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

@media (min-width: 37.5rem) {
	.sr-product .sr-product__title,
	.sr-product .sr-product__title a,
	.sr-product .sr-product__title .w-post-elm-value {
		font-size: 3rem !important;
	}
}

@media (min-width: 64rem) {
	.sr-product .sr-product__title,
	.sr-product .sr-product__title a,
	.sr-product .sr-product__title .w-post-elm-value {
		font-size: 4rem !important;
	}
}

@media (min-width: 80rem) {
	.sr-product .sr-product__title,
	.sr-product .sr-product__title a,
	.sr-product .sr-product__title .w-post-elm-value {
		font-size: 5.25rem !important;
	}
}

/* Price — 28px Poppins Bold #ff5c00 + 14px note */
.sr-product .sr-product__from,
.sr-product .sr-product__from .w-text-value,
.sr-product .sr-product__price,
.sr-product .sr-product__price .woocommerce-Price-amount,
.sr-product .sr-product__price .woocommerce-Price-currencySymbol {
	color: #ff5c00 !important;
	font-family: Poppins, system-ui, sans-serif !important;
	font-size: 1.75rem !important;
	font-weight: 700 !important;
	line-height: normal !important;
}

.sr-product .sr-product__price-note,
.sr-product .sr-product__price-note .w-text-value {
	color: #1e1e1e !important;
	font-family: Poppins, system-ui, sans-serif !important;
	font-size: 0.875rem !important;
	font-weight: 400 !important;
	line-height: normal !important;
}

/* Excerpt */
.sr-product .sr-product__excerpt,
.sr-product .sr-product__excerpt p {
	color: #1e1e1e !important;
	font-family: Poppins, system-ui, sans-serif !important;
	font-size: 0.9375rem !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	margin: 0;
}

.sr-product .sr-product__excerpt p + p {
	margin-top: 0.5rem;
}

/* Spec chips — 16px Figma icons, #f5f7fa, radius 8 */
.sr-product .sr-product__specs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: stretch;
}

.sr-product .sr-product__specs table,
.sr-product .sr-product__specs .woocommerce-product-attributes {
	display: contents;
}

.sr-product .sr-product__specs tbody,
.sr-product .sr-product__specs tr {
	display: contents;
}

.sr-product .sr-product__specs > div,
.sr-product .sr-product__specs .woocommerce-product-attributes-item {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0.5rem;
	border: 0;
	border-radius: 0.5rem;
	background: #f5f7fa;
	color: #000000;
	font-family: Poppins, system-ui, sans-serif !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	line-height: normal;
	white-space: nowrap;
}

.sr-product .sr-product__specs th,
.sr-product .sr-product__specs td {
	display: inline;
	padding: 0;
	border: 0;
	background: none;
	font-weight: 500;
}

.sr-product .sr-product__specs .w-post-elm-before {
	font-weight: 500;
}

.sr-product .sr-product__specs > div::before,
.sr-product .sr-product__specs .woocommerce-product-attributes-item::before {
	content: "";
	flex: 0 0 1rem;
	width: 1rem;
	height: 1rem;
	background: url("../icons/droplet.svg") center / 1rem 1rem no-repeat;
}

.sr-product .sr-product__specs > [class*="people"]::before,
.sr-product .sr-product__specs > [class*="household"]::before,
.sr-product .sr-product__specs > [class*="person"]::before {
	background-image: url("../icons/users.svg");
}

.sr-product .sr-product__specs > [class*="cop"]::before,
.sr-product .sr-product__specs > [class*="energy"]::before,
.sr-product .sr-product__specs > [class*="efficien"]::before {
	background-image: url("../icons/zap.svg");
}

.sr-product .sr-product__specs > [class*="refriger"]::before,
.sr-product .sr-product__specs > [class*="r290"]::before,
.sr-product .sr-product__specs > [class*="coolant"]::before {
	background-image: url("../icons/thermometer.svg");
}

.sr-product .sr-product__specs > [class*="warrant"]::before,
.sr-product .sr-product__specs > [class*="year"]::before {
	background-image: url("../icons/shield-check.svg");
}

.sr-product .sr-product__specs > [class*="compact"]::before,
.sr-product .sr-product__specs > [class*="footprint"]::before,
.sr-product .sr-product__specs > [class*="size"]::before,
.sr-product .sr-product__specs > [class*="dimension"]::before {
	background-image: url("../icons/home.svg");
}

.sr-product .sr-product__specs > [class*="temp"]::before,
.sr-product .sr-product__specs > [class*="degree"]::before {
	background-image: url("../icons/droplet-temp.svg");
}

.sr-product .sr-product__specs > [class*="pa_brand"]::before,
.sr-product .sr-product__specs > [class*="attribute_brand"]::before,
.sr-product .woocommerce-product-attributes-item--attribute_pa_brand,
.sr-product .woocommerce-product-attributes-item--attribute_brand {
	display: none;
}

.sr-product .sr-product__specs:not(:has(> div:not([class*="brand"]))) {
	display: none;
}

/* Enquire full-width + phone */
.sr-product .sr-product__btn .w-btn {
	display: flex;
	justify-content: center;
	width: 100%;
	text-transform: none !important;
	letter-spacing: 0 !important;
	border-radius: 0.5rem !important;
	padding: 0.875rem 1.5rem !important;
	font-size: 1rem !important;
	font-weight: 700;
}

.sr-product .sr-product__btn--solid .w-btn {
	border: 1px solid #ff5c00 !important;
	background: #ff5c00 !important;
	color: #ffffff !important;
}

.sr-product .sr-product__phone,
.sr-product .sr-product__phone .w-text-h,
.sr-product .sr-product__phone a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}

.sr-product .sr-product__phone .w-text-h::before,
.sr-product .sr-product__phone a::before {
	content: "" !important;
	display: block !important;
	flex: 0 0 1rem;
	width: 1rem !important;
	height: 1rem !important;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M9.661 11.087a.667.667 0 0 1-.44-.042C7.37 10.137 5.871 8.64 4.96 6.789a.667.667 0 0 1 .194-.822L5.466 5.733A2 2 0 0 0 6 4.666V2.666A1.333 1.333 0 0 0 4.666 1.333H2.666A1.333 1.333 0 0 0 1.333 2.666c0 3.183 1.264 6.236 3.515 8.486 2.25 2.251 5.303 3.515 8.486 3.515a1.333 1.333 0 0 0 1.333-1.333v-2A1.333 1.333 0 0 0 13.334 10h-2a2 2 0 0 0-1.067.534l-.237.31a.667.667 0 0 1-.369.243z' stroke='%231a202c' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / 1rem 1rem no-repeat !important;
}

.sr-product .sr-product__phone a,
.sr-product .sr-product__phone .w-text-value {
	color: #1a202c !important;
	font-family: Poppins, system-ui, sans-serif !important;
	font-size: 0.875rem !important;
	font-weight: 700 !important;
	line-height: normal;
	text-decoration: underline;
	text-underline-position: from-font;
}

.sr-product-form .gform_wrapper input[type="submit"],
.sr-product-form .gform_wrapper .gform_button {
	background: #f76120 !important;
	color: #ffffff !important;
	font-weight: 700;
	border-radius: 4px;
}

@media (max-width: 64rem) {
	.sr-product .g-cols.via_grid.cols_2 {
		grid-template-columns: minmax(0, 1fr);
	}

	.sr-product .sr-product__info .w-vwrapper.sr-product__info-stack {
		min-height: 0;
		height: auto;
	}

	.sr-product .sr-product__price-row,
	.sr-product .sr-product__excerpt,
	.sr-product .sr-product__specs {
		margin-bottom: 1.25rem !important;
	}

	.sr-product .woocommerce-product-gallery.type_slider .flex-viewport,
	.sr-product .woocommerce-product-gallery.type_slider .flex-viewport .woocommerce-product-gallery__image {
		height: min(31.25rem, 70vw) !important;
		max-height: min(31.25rem, 70vw) !important;
		min-height: min(31.25rem, 70vw) !important;
	}

	.sr-product .woocommerce-product-gallery.type_slider .flex-viewport .woocommerce-product-gallery__image img {
		height: min(31.25rem, 70vw) !important;
		max-height: min(31.25rem, 70vw) !important;
	}

	.sr-product .woocommerce-product-gallery.type_slider .flex-control-thumbs li,
	.sr-product .woocommerce-product-gallery.type_slider .flex-control-thumbs li img {
		height: 4.5rem;
	}
}

@media (max-width: 37.5rem) {
	.sr-product .sr-product__specs > div,
	.sr-product .sr-product__specs .woocommerce-product-attributes-item {
		white-space: normal;
	}

	.sr-product .woocommerce-product-gallery.type_slider .flex-control-thumbs {
		overflow-x: auto;
	}
}

/* Tabs-Content — Figma 214:817 */
.sr-product-tabs .w-tabs {
	width: 100%;
}

.sr-product-tabs .w-tabs-list {
	background: transparent !important;
	border-bottom: 2px solid #ff5c00;
	margin: 0;
}

.sr-product-tabs .w-tabs-list-h {
	gap: 0;
	align-items: flex-end;
}

.sr-product-tabs .w-tabs-item,
.sr-product-tabs .w-tabs-item-title,
.sr-product-tabs .w-tabs-section-title,
.sr-product-tabs .w-tabs-section-header {
	font-family: Poppins, system-ui, sans-serif !important;
	font-size: 0.9375rem !important;
	line-height: normal !important;
}

.sr-product-tabs .w-tabs-item {
	padding: 1rem 1.25rem !important;
	border: 0 !important;
	border-radius: 1rem 1rem 0 0;
	background: transparent !important;
	color: #373737 !important;
	font-weight: 500 !important;
	opacity: 0.4;
	text-align: left;
}

.sr-product-tabs .w-tabs-item.active,
.sr-product-tabs .w-tabs-item.active .w-tabs-item-title,
.sr-product-tabs .w-tabs-section.active .w-tabs-section-title {
	background: #1a2b4a !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	opacity: 1;
}

.sr-product-tabs .w-tabs-item.active {
	box-shadow: 0 4px 0 0 #ff5c00;
}

.sr-product-tabs .w-tabs-list-bar {
	display: none;
}

.sr-product-tabs .w-tabs-sections,
.sr-product-tabs .w-tabs-section-content,
.sr-product-tabs .w-tabs-section-content-h {
	margin: 0;
	padding: 0;
	background: transparent;
}

.sr-product-tabs .w-tabs-section-content-h,
.sr-product-tabs .w-tabs:not(.accordion) .w-tabs-section.active .w-tabs-section-content-h,
.sr-product-tabs .w-tabs.accordion .w-tabs-section.active .w-tabs-section-content-h {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 1rem !important;
	padding: 1.5rem !important;
	border: 1px solid #e1e1e1;
	border-top: 0;
	border-radius: 0 0 0.75rem 0.75rem;
	box-sizing: border-box;
}

.sr-product-tabs h2.sr-ptabs__heading,
.sr-product-tabs .sr-ptabs__heading,
.sr-product-tabs .sr-ptabs__heading .w-text-value {
	color: #000000 !important;
	font-family: "Bebas Neue", Impact, sans-serif !important;
	font-size: 1.75rem !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	letter-spacing: 0 !important;
	margin: 0 !important;
}

.sr-product-tabs .sr-ptabs__body,
.sr-product-tabs .sr-ptabs__body p,
.sr-product-tabs .w-post-elm.post_content,
.sr-product-tabs .w-post-elm.post_content p,
.sr-product-tabs .w-post-elm.post_content li,
.sr-product-tabs .w-post-elm.post_content div {
	color: #272727 !important;
	font-family: Poppins, system-ui, sans-serif !important;
	font-size: 0.9375rem !important;
	font-weight: 400 !important;
	line-height: normal !important;
}

.sr-product-tabs .w-post-elm.post_content {
	width: 100%;
	margin: 0 !important;
}

.sr-product-tabs .w-post-elm.post_content p {
	margin: 0 0 1rem !important;
}

.sr-product-tabs .w-post-elm.post_content p:last-child {
	margin-bottom: 0 !important;
}

.sr-product-tabs .w-post-elm.post_content br {
	display: block;
	content: "";
	margin-top: 1rem;
}

.sr-product-tabs .w-post-elm.post_content strong,
.sr-product-tabs .w-post-elm.post_content b {
	font-family: Poppins, system-ui, sans-serif !important;
	font-weight: 700 !important;
	font-size: inherit !important;
}

.sr-product-tabs .sr-ptabs__heading + .sr-ptabs__table,
.sr-product-tabs .sr-ptabs__heading + .w-post-elm.product_field {
	margin-top: 1.125rem;
}

.sr-product-tabs .sr-ptabs__sheet,
.sr-product-tabs .sr-ptabs__sheet img {
	display: block;
	width: 100%;
	max-width: 58.4375rem;
	height: auto;
}

.sr-product-tabs .sr-ptabs__table,
.sr-product-tabs .w-post-elm.post_content table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #111111;
	overflow: hidden;
}

.sr-product-tabs .sr-ptabs__table > div {
	display: grid;
	grid-template-columns: minmax(10rem, 1.4fr) minmax(0, 1fr);
	border-bottom: 1px solid #111111;
	font-size: 0.875rem;
	line-height: 1.4;
}

.sr-product-tabs .sr-ptabs__table > div:last-child {
	border-bottom: 0;
}

.sr-product-tabs .w-tabs.accordion .w-tabs-section-header {
	padding: 1rem 1.25rem !important;
	border: 0;
	border-radius: 1rem 1rem 0 0;
	background: transparent;
	color: #373737 !important;
	font-family: Poppins, system-ui, sans-serif !important;
	font-size: 0.9375rem !important;
	font-weight: 500 !important;
	opacity: 0.4;
}

.sr-product-tabs .w-tabs.accordion .w-tabs-section.active .w-tabs-section-header,
.sr-product-tabs .w-tabs.accordion .w-tabs-section.active .w-tabs-section-title {
	background: #1a2b4a !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	opacity: 1;
	box-shadow: 0 4px 0 0 #ff5c00;
}

.sr-product-tabs .sr-ptabs__table.display_table > div:first-child {
	background: transparent;
	color: inherit;
	font-weight: inherit;
}

.sr-product-tabs .sr-ptabs__table .w-post-elm-before,
.sr-product-tabs .sr-ptabs__table > div > span:first-child {
	padding: 0.5rem 0.75rem;
	border-right: 1px solid #111111;
}

.sr-product-tabs .sr-ptabs__table .woocommerce-product-attributes-item__value {
	padding: 0.5rem 0.75rem;
}

.sr-product-tabs .w-post-elm.post_content table th {
	background: #ff5c00;
	color: #ffffff;
	font-weight: 700;
	padding: 0.5rem 0.75rem;
	border: 1px solid #111111;
	text-align: center;
}

.sr-product-tabs .w-post-elm.post_content table td {
	padding: 0.5rem 0.75rem;
	border: 1px solid #111111;
	text-align: center;
}

.sr-product-tabs .sr-ptabs__data:not(:has(.sr-ptabs__sheet img, .sr-ptabs__table > div, table)) {
	display: none;
}

@media (max-width: 37.5rem) {
	.sr-product-tabs .w-tabs-item {
		padding: 0.75rem 0.875rem;
		font-size: 0.8125rem;
	}

	.sr-product-tabs .w-tabs:not(.accordion) .w-tabs-section.active .w-tabs-section-content-h,
	.sr-product-tabs .w-tabs-section-content-h {
		padding: 1rem;
	}

	.sr-product-tabs .sr-ptabs__table > div {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.sr-product [class*="afb"],
	.sr-product .animate_afb,
	.sr-product-desc [class*="afb"],
	.sr-product-tabs [class*="afb"],
	.sr-product-form [class*="afb"] {
		animation: none !important;
	}
}
