.rms-product-tabs {
	--rms-tab-border: #d7dee7;
	--rms-tab-surface: #ffffff;
	--rms-tab-surface-alt: #f5f8fb;
	--rms-tab-text: #132235;
	--rms-tab-text-soft: #5d6c7a;
	--rms-tab-accent: #0e5a9c;
	--rms-tab-accent-strong: #0a4475;
	--rms-tab-shadow: 0 12px 28px rgba(19, 34, 53, 0.08);
	--rms-content-max: 1248px;
	--rms-content-inset: 25px;
	margin-top: 2.5rem;
	color: var(--rms-tab-text);
}

.rms-product-tabs:not(.rms-product-tabs--woo) {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	box-sizing: border-box;
}

.rms-product-tabs.is-detached {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	clear: both;
	margin-top: 0.85rem;
	visibility: visible;
	opacity: 1;
}

.rms-product-tabs__inner {
	width: 100%;
	max-width: min(calc(var(--rms-content-max) - (var(--rms-content-inset) * 2)), calc(100vw - clamp(2rem, 6vw, 4.5rem)));
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
	box-sizing: border-box;
}

.single-product.rms-product-tabs-enabled .fusion-fullwidth:has(#product-upsell-items),
.single-product.rms-product-tabs-enabled .fusion-fullwidth:has(.related-products) {
	display: none !important;
}

.rms-product-tabs__intro {
	margin-bottom: 1.25rem;
	padding: 1rem 1.25rem;
	border-left: 4px solid var(--rms-tab-accent);
	background: linear-gradient(135deg, #f7fbff 0%, #eef5fb 100%);
	border-radius: 0.75rem;
}

.rms-product-tabs__nav-wrap {
	position: relative;
	margin-bottom: 1.25rem;
}

.rms-product-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 0;
	padding-top: 0.2rem;
	padding-bottom: 0.5rem;
	overflow-x: auto;
	scrollbar-width: thin;
	position: relative;
}

.rms-product-tabs__trigger {
	border: 1px solid var(--rms-tab-border);
	background: var(--rms-tab-surface);
	color: var(--rms-tab-text);
	border-radius: 999px;
	padding: 0.85rem 1.2rem;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.2;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.rms-product-tabs__trigger:hover,
.rms-product-tabs__trigger:focus-visible {
	border-color: var(--rms-tab-accent);
	color: var(--rms-tab-accent);
	transform: translateY(-1px);
	outline: none;
}

.rms-product-tabs__trigger.is-active {
	background: var(--rms-tab-accent);
	border-color: var(--rms-tab-accent);
	color: #ffffff;
	box-shadow: var(--rms-tab-shadow);
}

.rms-product-tabs__panel {
	background: var(--rms-tab-surface);
	border: 1px solid var(--rms-tab-border);
	border-radius: 1rem;
	padding: 1.5rem;
	box-shadow: var(--rms-tab-shadow);
}

.rms-product-tabs__panel-intro {
	margin-bottom: 1.25rem;
	color: var(--rms-tab-text-soft);
}

.rms-product-tabs__content {
	margin-bottom: 1.5rem;
}

.rms-product-tabs__content:last-child {
	margin-bottom: 0;
}

.rms-product-tabs__product-grid {
	display: grid;
	gap: 1rem;
}

.rms-product-card {
	position: relative;
	display: grid;
	grid-template-columns: clamp(92px, 10vw, 118px) minmax(0, 1fr) clamp(220px, 21vw, 260px);
	gap: 1.25rem;
	align-items: start;
	padding: 1.25rem;
	background: #ffffff;
	border: 1px solid var(--rms-tab-border);
	border-radius: 1rem;
	box-shadow: 0 10px 24px rgba(19, 34, 53, 0.05);
}

.rms-product-card.is-current {
	border-color: var(--rms-tab-accent);
	box-shadow: 0 14px 32px rgba(14, 90, 156, 0.16);
}

.rms-product-card__badge {
	position: static;
	grid-column: 1 / -1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: flex-start;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	background: var(--rms-tab-accent);
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.rms-product-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	padding: 0.65rem;
	min-height: 0;
	border: 1px solid var(--rms-tab-border);
	border-radius: 0.85rem;
}

.rms-product-card__image img {
	max-width: 100%;
	height: auto;
}

.rms-product-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	min-width: 0;
}

.rms-product-card__title {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.35;
}

.rms-product-card__title a {
	color: var(--rms-tab-text);
	text-decoration: none;
}

.rms-product-card__title a:hover,
.rms-product-card__title a:focus-visible {
	color: var(--rms-tab-accent);
}

.rms-product-card__meta-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0.75rem;
}

.rms-product-card__meta {
	margin: 0;
	font-size: 0.9rem;
	color: var(--rms-tab-text-soft);
}

.rms-product-card__excerpt {
	margin: 0;
	color: var(--rms-tab-text-soft);
}

.rms-product-card__stock .stock {
	margin: 0;
	font-weight: 600;
}

.rms-product-card__stock-contact {
	margin: -0.35rem 0 0;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--rms-tab-text);
}

.rms-product-card__stock-contact-desktop {
	display: inline;
}

.rms-product-card__stock-contact-mobile {
	display: none;
}

.rms-product-card__stock-contact-mobile a {
	color: var(--rms-tab-accent);
	text-decoration: none;
}

.rms-product-card__stock-contact-mobile a:hover,
.rms-product-card__stock-contact-mobile a:focus-visible {
	color: var(--rms-tab-accent-strong);
	text-decoration: underline;
}

.rms-product-card__bis {
	margin-top: 0.1rem;
}

.rms-product-card__bis #back-in-stock-form {
	margin-top: 0;
}

.rms-product-card__bis label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--rms-tab-text);
}

.rms-product-card__bis .bis-input-button-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: stretch;
	width: 100%;
}

.rms-product-card__bis input[type="email"] {
	flex: 1 1 12rem;
	min-width: 0;
	height: 2.55rem;
	width: 100%;
	max-width: 100%;
	padding: 0 0.8rem;
	border: 1px solid var(--rms-tab-border);
	border-radius: 0.75rem;
	background: #ffffff;
	color: var(--rms-tab-text);
	box-sizing: border-box;
	font-size: 0.92rem;
	line-height: 1.2;
}

.rms-product-card__bis button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.55rem;
	padding: 0.6rem 1rem;
	border-radius: 999px !important;
	background: var(--primary_color) !important;
	border-color: var(--primary_color) !important;
	color: #ffffff !important;
	font-weight: 700;
	font-size: 0.92rem;
	text-transform: none;
	white-space: nowrap;
}

.rms-product-card__bis .woocommerce-message,
.rms-product-card__bis .woocommerce-error {
	margin: 0.55rem 0 0;
}

.rms-product-card__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1rem;
	text-align: right;
	min-width: 0;
}

.rms-product-card__price {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.25;
	white-space: normal;
	word-break: normal;
	overflow-wrap: anywhere;
	max-width: 100%;
}

.rms-product-card__price .amount {
	color: var(--rms-tab-text);
	white-space: nowrap;
}

.rms-product-card__price small,
.rms-product-card__price .woocommerce-price-suffix {
	font-size: 0.88em;
	white-space: normal;
}

.rms-product-card__actions-wrap {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	margin-top: auto;
}

.rms-product-card__actions {
	margin-top: 0;
}

.rms-product-card__actions .button,
.rms-product-card__cart-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 9.5rem;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}

.rms-product-card__actions--cart {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem;
}

.rms-product-card__actions--cart .rms-product-card__cart-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 10.5rem;
	padding: 9px 20px;
	line-height: 14px;
	font-size: 12px;
	font-weight: 400;
	border-radius: 25px !important;
	background: var(--primary_color) !important;
	border-color: var(--primary_color) !important;
	color: #ffffff !important;
	opacity: 1;
	visibility: visible;
	white-space: nowrap;
	box-shadow: none;
}

.rms-product-card__actions--cart .rms-product-card__cart-button:hover,
.rms-product-card__actions--cart .rms-product-card__cart-button:focus-visible {
	background: var(--primary_color) !important;
	border-color: var(--primary_color) !important;
	color: #ffffff !important;
}

.rms-product-card__actions .button:hover,
.rms-product-card__actions .button:focus-visible,
.rms-product-card__cart-button:hover,
.rms-product-card__cart-button:focus-visible {
	color: #ffffff;
}

.rms-product-card__qty {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	flex: 0 0 auto;
}

.rms-product-card__qty-label {
	font-weight: 700;
	color: var(--rms-tab-text);
}

.rms-product-card__qty-input {
	width: 4rem;
	min-width: 4rem;
	max-width: 4rem;
	flex: 0 0 4rem;
	height: 2.75rem;
	padding: 0.35rem 0.55rem;
	border: 1px solid var(--rms-tab-border);
	border-radius: 0.65rem;
	box-sizing: border-box;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	color: var(--rms-tab-text);
	background: #ffffff;
	appearance: textfield;
	-moz-appearance: textfield;
}

.rms-product-card__qty-input::-webkit-outer-spin-button,
.rms-product-card__qty-input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.single-product .product {
	--rms-product-surface: #ffffff;
	--rms-product-surface-alt: #f6f9fc;
	--rms-product-border: #d7dee7;
	--rms-product-text: #132235;
	--rms-product-text-soft: #5d6c7a;
	--rms-product-accent: #0e5a9c;
	--rms-product-accent-strong: #0a4475;
	--rms-product-shadow: 0 20px 40px rgba(19, 34, 53, 0.08);
}

.single-product .rms-product-hero {
	align-items: flex-start;
}

.single-product .rms-product-hero__breadcrumbs {
	margin-bottom: 1.25rem;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	padding: 0.65rem 0.95rem;
	border: 1px solid var(--rms-product-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 24px rgba(19, 34, 53, 0.06);
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--rms-product-text-soft);
}

.single-product .rms-product-hero__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.single-product .rms-product-hero__breadcrumbs a:hover,
.single-product .rms-product-hero__breadcrumbs a:focus-visible {
	color: var(--rms-product-accent);
}

.single-product .rms-product-hero__gallery-column,
.single-product .rms-product-hero__summary-column {
	display: flex;
}

.single-product .rms-product-hero__gallery-column,
.single-product .rms-product-hero__gallery,
.single-product .rms-product-hero__gallery-shell {
	align-self: flex-start;
}

.single-product .rms-product-hero__gallery,
.single-product .rms-product-hero__summary {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 1.25rem;
}

.single-product .rms-product-hero__gallery {
	padding: 0.45rem;
	border: 1px solid var(--rms-product-border);
	border-radius: 1rem;
	background: var(--rms-tab-surface);
	box-shadow: var(--rms-tab-shadow);
}

.single-product .rms-product-hero__gallery-shell {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	height: auto;
}

.single-product .rms-product-hero__utility {
	display: grid;
	gap: 1rem;
	margin-top: 0.15rem;
}

.single-product .rms-product-hero__trust-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	margin: 0;
}

.single-product .rms-product-hero__trust-item {
	display: grid;
	gap: 0.35rem;
	padding: 1rem 1.05rem;
	border: 1px solid var(--rms-product-border);
	border-radius: 1rem;
	background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
	box-shadow: 0 10px 24px rgba(19, 34, 53, 0.05);
}

.single-product .rms-product-hero__trust-title {
	font-size: 0.98rem;
	line-height: 1.3;
	color: var(--rms-product-text);
}

.single-product .rms-product-hero__trust-text {
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--rms-product-text-soft);
}

.single-product .rms-product-hero__gallery-frame {
	display: block;
	opacity: 1 !important;
	padding: 0;
	border: 0;
	background: transparent;
	overflow: visible;
}

.single-product .rms-product-hero__gallery .woocommerce-product-gallery,
.single-product .rms-product-hero__gallery .flex-viewport {
	width: 100%;
	max-width: 100%;
	min-height: 0 !important;
}

.single-product .rms-product-hero__gallery-frame {
	border: 1px solid var(--rms-product-border);
	border-radius: 0.8rem;
	background: #ffffff;
}

.single-product .rms-product-hero__gallery .flex-viewport {
	border-radius: 0.75rem;
	background: #ffffff;
	overflow: hidden;
}

.single-product .rms-product-hero__gallery .woocommerce-product-gallery__wrapper {
	margin: 0;
	padding: 0;
}

.single-product .rms-product-hero__gallery .woocommerce-product-gallery__image,
.single-product .rms-product-hero__gallery .woocommerce-product-gallery__image a,
.single-product .rms-product-hero__gallery .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
}

.single-product .rms-product-hero__gallery .woocommerce-product-gallery__image img {
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

.single-product .rms-product-hero__gallery .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(4.5rem, 1fr));
	gap: 0.75rem;
	margin-top: 0;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
	box-sizing: border-box;
}

.single-product .rms-product-hero__gallery .avada-product-gallery .avada-product-gallery-thumbs-wrapper {
	overflow: visible;
}

.single-product .rms-product-hero__gallery .flex-control-thumbs li {
	float: none;
	width: auto;
	margin: 0;
	overflow: hidden;
	min-width: 0;
	border-radius: 0.7rem;
	box-sizing: border-box;
}

.single-product .rms-product-hero__gallery .flex-control-thumbs img {
	width: 100%;
	max-width: 100%;
	display: block;
	padding: 0.25rem;
	border: 1px solid var(--rms-product-border);
	border-radius: 0.7rem;
	background: #ffffff;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.single-product .rms-product-hero__gallery .flex-control-thumbs img:hover,
.single-product .rms-product-hero__gallery .flex-control-thumbs .flex-active {
	border-color: var(--rms-product-accent);
	box-shadow: inset 0 0 0 1px rgba(14, 90, 156, 0.18);
}

.single-product .rms-product-hero__summary {
	justify-content: flex-start;
}

.single-product .rms-product-hero__title {
	margin: 0;
}

.single-product .rms-product-hero__title h1,
.single-product .rms-product-hero__title .fusion-title-heading {
	margin: 0;
	font-size: clamp(2rem, 3.2vw, 2.85rem) !important;
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: var(--rms-product-text);
}

.single-product .rms-product-buybox {
	display: grid;
	gap: 1rem;
	padding: clamp(1rem, 2vw, 1.35rem);
	border: 1px solid var(--rms-product-border);
	border-radius: 1rem;
	background: var(--rms-tab-surface);
	box-shadow: var(--rms-tab-shadow);
}

@media (min-width: 1025px) {
	.single-product .rms-product-buybox {
		position: sticky;
		top: 1.5rem;
		z-index: 2;
	}
}

.single-product .rms-product-buybox > * {
	margin: 0;
}

.single-product .rms-product-hero__summary .fusion-separator.fusion-full-width-sep {
	display: none;
}

.single-product .rms-product-hero__price {
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--rms-product-border);
}

.single-product .rms-product-hero__price--empty {
	display: none !important;
}

.single-product .rms-product-hero__price .price {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 0.35rem 0.7rem;
	margin: 0;
	color: var(--rms-product-text);
	line-height: 1.1;
	max-width: 100%;
}

.single-product .rms-product-hero__price .woocommerce-Price-amount.amount {
	font-size: clamp(1.45rem, 2.35vw, 1.95rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.single-product .rms-product-hero__price .woocommerce-price-suffix,
.single-product .rms-product-hero__price small {
	display: inline;
	width: auto;
	margin-top: 0;
	margin-left: 0.15rem;
	font-size: 0.98rem;
	line-height: 1.45;
	color: var(--rms-product-text-soft);
	white-space: nowrap;
}

.single-product .rms-product-hero__cart {
	padding: 0;
}

.single-product .rms-product-hero__cart form.cart,
.single-product .rms-product-hero__cart .variations_form {
	margin: 0;
}

.single-product .rms-product-hero__cart table.variations {
	margin: 0 0 1rem;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.single-product .rms-product-hero__cart table.variations tbody {
	display: grid;
	gap: 0.9rem;
}

.single-product .rms-product-hero__cart table.variations tr {
	display: grid !important;
	width: 100%;
	gap: 0.5rem;
	padding: 0.9rem 1rem;
	border: 1px solid var(--rms-product-border);
	border-radius: 1rem;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.single-product .rms-product-hero__cart table.variations tr.has-selection {
	border-color: rgba(14, 90, 156, 0.28);
	box-shadow: 0 8px 18px rgba(14, 90, 156, 0.08);
}

.single-product .rms-product-hero__cart table.variations tr > * {
	padding: 0 !important;
}

.single-product .rms-product-hero__cart table.variations .label {
	text-align: left;
}

.single-product .rms-product-hero__cart table.variations .label label {
	display: inline-flex;
	align-items: center;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--rms-product-text);
}

.single-product .rms-product-hero__cart table.variations select {
	height: 3.25rem !important;
	padding-right: 2.75rem;
	padding-left: 1rem;
	border-color: var(--rms-product-border) !important;
	border-radius: 0.9rem !important;
	background: #ffffff !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	color: var(--rms-product-text);
	font-size: 0.98rem !important;
	font-weight: 600;
}

.single-product .rms-product-hero__cart table.variations tr.has-selection select {
	border-color: rgba(14, 90, 156, 0.45) !important;
	background: #f8fbff !important;
}

.single-product .rms-product-hero__cart table.variations .select-arrow {
	color: var(--rms-product-text-soft) !important;
	border-left: 0 !important;
}

.single-product .rms-product-hero__cart .reset_variations {
	display: inline-flex;
	align-items: center;
	margin-top: 0.55rem;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	background: rgba(14, 90, 156, 0.08);
	font-weight: 600;
	color: var(--rms-product-accent);
	text-decoration: none;
}

.single-product .rms-product-hero__cart .woocommerce-variation {
	display: grid;
	gap: 0.75rem;
	padding: 1rem 0 0 !important;
}

.single-product .rms-product-hero__cart .woocommerce-variation-price .price {
	display: block !important;
	margin: 0;
	font-size: 0;
	line-height: 1.2;
}

.single-product .rms-product-hero__cart .woocommerce-variation-price .price > .amount,
.single-product .rms-product-hero__cart .woocommerce-variation-price .price ins .amount {
	display: inline-block;
	font-size: clamp(1.4rem, 2.2vw, 1.8rem) !important;
	font-weight: 700 !important;
	color: var(--rms-product-text) !important;
	letter-spacing: -0.02em;
}

.single-product .rms-product-hero__cart .woocommerce-variation-price .price del {
	display: none !important;
}

.single-product .rms-product-hero__cart .woocommerce-variation-price .woocommerce-price-suffix {
	display: inline;
	margin-top: 0;
	margin-left: 0.15rem;
	font-size: 0.98rem;
	line-height: 1.45;
	color: var(--rms-product-text-soft);
	white-space: nowrap;
}

.single-product .rms-product-hero__cart .woocommerce-variation-description {
	color: var(--rms-product-text-soft);
}

.single-product .rms-product-hero__cart .woocommerce-variation-description p:last-child {
	margin-bottom: 0;
}

.single-product .rms-product-hero__variation-sku {
	display: grid;
	gap: 0.2rem;
	margin: 0 0 0.95rem;
	padding: 0.7rem 0.9rem;
	border: 1px solid rgba(14, 90, 156, 0.18);
	border-radius: 0.9rem;
	background: #f8fbff;
}

.single-product .rms-product-hero__variation-sku-label {
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--rms-product-text-soft);
}

.single-product .rms-product-hero__variation-sku-value {
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--rms-product-text);
	word-break: break-word;
}

.single-product .rms-product-hero__cart .woocommerce-variation-availability,
.single-product .rms-product-hero__cart .stock {
	margin: 0;
	font-size: 0.98rem !important;
	font-weight: 600 !important;
	line-height: 1.45;
	color: var(--rms-product-text);
}

.single-product .rms-product-hero__selection-card {
	display: grid;
	gap: 0.9rem;
	margin: 0 0 1rem;
	padding: 1rem 1.05rem;
	border: 1px solid var(--rms-product-border);
	border-radius: 1rem;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

body.single-product.rms-product-tabs-hide-selection-summary .rms-product-hero__selection-card {
	display: none !important;
}

.single-product .rms-product-hero__selection-header {
	display: grid;
	gap: 0.35rem;
}

.single-product .rms-product-hero__selection-title {
	font-size: 0.98rem;
	line-height: 1.3;
	color: var(--rms-product-text);
}

.single-product .rms-product-hero__selection-status,
.single-product .rms-product-hero__selection-meta {
	margin: 0;
}

.single-product .rms-product-hero__selection-status {
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--rms-product-text);
}

.single-product .rms-product-hero__selection-meta {
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--rms-product-text-soft);
}

.single-product .rms-product-hero__selection-card.is-ready {
	border-color: rgba(43, 140, 78, 0.3);
	background: linear-gradient(180deg, #ffffff 0%, #f5fcf7 100%);
}

.single-product .rms-product-hero__selection-card.is-ready .rms-product-hero__selection-status {
	color: #1f6e3c;
}

.single-product .rms-product-hero__selection-card.is-unavailable {
	border-color: rgba(194, 87, 54, 0.32);
	background: linear-gradient(180deg, #ffffff 0%, #fff7f4 100%);
}

.single-product .rms-product-hero__selection-card.is-unavailable .rms-product-hero__selection-status {
	color: #b24b29;
}

.single-product .rms-product-hero__selection-list {
	display: grid;
	gap: 0.65rem;
}

.single-product .rms-product-hero__selection-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.9rem;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--rms-product-border);
	border-radius: 0.9rem;
	background: #ffffff;
}

.single-product .rms-product-hero__selection-item.is-selected {
	border-color: rgba(14, 90, 156, 0.24);
	background: #f8fbff;
}

.single-product .rms-product-hero__selection-item-label {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--rms-product-text);
}

.single-product .rms-product-hero__selection-item-value {
	font-size: 0.9rem;
	line-height: 1.4;
	color: var(--rms-product-text-soft);
	text-align: right;
}

.single-product .rms-product-hero__cart .fusion-button-wrapper {
	display: grid !important;
	grid-template-columns: minmax(7.25rem, 8.5rem) minmax(0, 1fr);
	gap: 0.85rem;
	align-items: stretch;
	justify-content: stretch !important;
}

.single-product .rms-product-hero__cart .fusion-button-wrapper.rms-product-hero__button-wrapper--no-qty {
	display: block !important;
}

.single-product .rms-product-hero__cart .fusion-button-wrapper .quantity {
	display: grid;
	grid-template-columns: 2.35rem minmax(0, 1fr) 2.35rem;
	align-items: stretch;
	gap: 0.35rem;
	width: 100%;
	margin: 0 !important;
	overflow: visible;
}

.single-product .rms-product-hero__cart .fusion-button-wrapper .qty {
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 3.25rem;
	padding: 0 0.85rem;
	border: 1px solid var(--rms-product-border);
	border-radius: 0.9rem;
	box-sizing: border-box;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	background: #ffffff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	appearance: textfield;
	-moz-appearance: textfield;
}

.single-product .rms-product-hero__cart .fusion-button-wrapper .minus,
.single-product .rms-product-hero__cart .fusion-button-wrapper .plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	min-width: 2.35rem;
	height: 3.25rem;
	padding: 0;
	border: 1px solid var(--rms-product-border);
	border-radius: 0.9rem !important;
	background: #ffffff;
	color: var(--rms-product-text);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: none;
}

.single-product .rms-product-hero__cart .fusion-button-wrapper .minus:hover,
.single-product .rms-product-hero__cart .fusion-button-wrapper .plus:hover,
.single-product .rms-product-hero__cart .fusion-button-wrapper .minus:focus-visible,
.single-product .rms-product-hero__cart .fusion-button-wrapper .plus:focus-visible {
	border-color: var(--rms-product-accent);
	color: var(--rms-product-accent);
	background: #f8fbff;
}

.single-product .rms-product-hero__cart .fusion-button-wrapper .qty::-webkit-outer-spin-button,
.single-product .rms-product-hero__cart .fusion-button-wrapper .qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.single-product .rms-product-hero__cart .single_add_to_cart_button,
.single-product .rms-product-hero__finance .fusion-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0.85rem 1.6rem;
	border-radius: 999px !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	text-transform: none;
	box-shadow: 0 14px 26px rgba(14, 90, 156, 0.16);
}

.single-product .rms-product-hero__cart .single_add_to_cart_button {
	width: 100%;
}

.single-product .rms-product-hero__cart .fusion-button-wrapper.rms-product-hero__button-wrapper--no-qty .single_add_to_cart_button {
	width: 100%;
	min-height: 0;
	padding: 0.9rem 1.35rem;
	border-radius: 0.2rem !important;
	box-shadow: none;
	line-height: 1.3;
	text-align: center;
	white-space: normal;
}

.single-product .rms-product-hero__finance {
	width: auto !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.single-product .rms-product-hero__finance .fusion-builder-row-inner {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.single-product .rms-product-hero__finance-inner {
	display: grid;
	gap: 0.7rem;
	padding: 1rem 1.1rem;
	border: 1px solid var(--rms-product-border);
	border-radius: 1rem;
	background: #ffffff;
}

.single-product .rms-product-hero__finance .fusion-title,
.single-product .rms-product-hero__finance .fusion-title h3 {
	margin: 0;
	text-align: left;
	color: var(--rms-product-text);
}

.single-product .rms-product-hero__finance .fusion-title h3 {
	font-size: 1.05rem;
	line-height: 1.3;
}

.single-product .rms-product-hero__finance .fusion-popover {
	display: block;
	color: var(--rms-product-text-soft);
	font-size: 0.95rem;
	line-height: 1.55;
}

.single-product .rms-product-hero__finance #finance-button[disabled="disabled"] {
	opacity: 0.6;
	cursor: not-allowed;
	box-shadow: none;
}

.single-product .rms-product-hero__description,
.single-product .rms-product-hero__accordion {
	margin: 0;
}

.single-product .rms-product-hero__description {
	padding: 1.15rem 1.3rem;
	border: 1px solid var(--rms-product-border);
	border-radius: 1.15rem;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	color: var(--rms-product-text-soft);
	line-height: 1.7;
}

.single-product .rms-product-hero__description:empty {
	display: none;
}

.single-product .rms-product-hero__description > :last-child {
	margin-bottom: 0;
}

.single-product .rms-product-hero__accordion {
	overflow: hidden;
	border: 1px solid var(--rms-product-border);
	border-radius: 1.15rem;
	background: #ffffff;
	box-shadow: 0 12px 24px rgba(19, 34, 53, 0.05);
}

.single-product .rms-product-hero__accordion .panel-group {
	margin: 0;
}

.single-product .rms-product-hero__accordion .panel-default {
	border: 0 !important;
}

.single-product .rms-product-hero__accordion .panel-title a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1rem 1.18rem !important;
	color: var(--rms-product-text);
	font-weight: 700;
}

.single-product .rms-product-hero__accordion .panel-heading,
.single-product .rms-product-hero__accordion .panel-title,
.single-product .rms-product-hero__accordion .panel-title.toggle {
	margin: 0;
	padding: 0;
}

.single-product .rms-product-hero__accordion .panel-title .fusion-toggle-heading {
	display: block;
	padding-right: 0.1rem;
	padding-left: 0.2rem;
}

.single-product .rms-product-hero__accordion .panel-body {
	padding: 0 1.25rem 1.25rem;
	color: var(--rms-product-text-soft);
}

.single-product .rms-product-hero__accordion .panel-body > :last-child {
	margin-bottom: 0;
}

.single-product .rms-product-hero__datasheet,
.single-product .rms-product-hero__datasheet.fusion-builder-row,
.single-product .rms-product-hero__datasheet.fusion-builder-row-inner {
	display: flex !important;
	justify-content: center !important;
	align-items: center;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	justify-self: center;
}

.single-product .rms-product-hero__datasheet .fusion-layout-column,
.single-product .rms-product-hero__datasheet .fusion-builder-column,
.single-product .rms-product-hero__datasheet .fusion-column-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
	margin: 0 auto !important;
	padding: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

.single-product .rms-product-hero__datasheet p,
.single-product .rms-product-hero__datasheet .fusion-button-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto !important;
}

.single-product .rms-product-hero__datasheet .fusion-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	width: auto;
	min-width: min(100%, 29rem);
	max-width: 100%;
	margin: 0 auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	min-height: 3.25rem;
	border-radius: 999px !important;
	font-weight: 700 !important;
	text-transform: none;
}

.single-product .rms-product-hero__datasheet .fusion-button .awb-button__icon {
	margin: 0;
}

.single-product .rms-product-hero__share {
	display: grid;
	gap: 0.6rem;
	padding-top: 0.25rem;
}

.single-product .rms-product-hero__share::before {
	content: 'Share this product';
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--rms-product-text-soft);
}

.single-product .rms-product-hero__share .fusion-social-networks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	justify-content: flex-start;
}

.single-product .rms-product-hero__share .fusion-social-networks span {
	display: inline-flex;
}

.single-product .rms-product-hero__share .fusion-social-network-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid var(--rms-product-border);
	border-radius: 999px;
	background: #ffffff;
	color: var(--rms-product-text-soft) !important;
	transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.single-product .rms-product-hero__share a:hover .fusion-social-network-icon,
.single-product .rms-product-hero__share a:focus-visible .fusion-social-network-icon {
	border-color: var(--rms-product-accent);
	color: var(--rms-product-accent) !important;
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(14, 90, 156, 0.12);
}

.rms-document-list {
	display: grid;
	gap: 0.9rem;
}

.rms-document-list__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.1rem;
	border: 1px solid var(--rms-tab-border);
	border-radius: 0.9rem;
	background: var(--rms-tab-surface-alt);
	text-decoration: none;
	color: var(--rms-tab-text);
}

.rms-document-list__item:hover,
.rms-document-list__item:focus-visible {
	border-color: var(--rms-tab-accent);
	color: var(--rms-tab-accent);
}

.rms-document-list__action {
	font-weight: 700;
}

.rms-product-tabs__empty-state {
	padding: 1rem 1.1rem;
	border: 1px dashed var(--rms-tab-border);
	border-radius: 0.9rem;
	background: #fafcfe;
	color: var(--rms-tab-text-soft);
}

.rms-product-tabs__selected-product {
	display: grid;
	gap: 1.5rem;
}

.rms-product-tabs__selected-section {
	padding: 1.25rem 1.35rem;
	border: 1px solid var(--rms-tab-border);
	border-radius: 1rem;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.rms-product-tabs__selected-heading {
	margin: 0 0 1rem;
	font-size: 1.1rem;
	line-height: 1.3;
}

.rms-product-tabs__selected-content > :last-child {
	margin-bottom: 0;
}

.rms-product-tabs__selected-content table.shop_attributes {
	width: 100%;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--rms-tab-border);
	border-radius: 0.85rem;
	overflow: hidden;
	background: #ffffff;
}

.rms-product-tabs__selected-content table.shop_attributes th,
.rms-product-tabs__selected-content table.shop_attributes td {
	padding: 0.9rem 1rem;
	border-bottom: 1px solid var(--rms-tab-border);
	vertical-align: top;
}

.rms-product-tabs__selected-content table.shop_attributes tr:last-child th,
.rms-product-tabs__selected-content table.shop_attributes tr:last-child td {
	border-bottom: 0;
}

.rms-product-tabs__selected-content table.shop_attributes th {
	width: 30%;
	background: var(--rms-tab-surface-alt);
	color: var(--rms-tab-text);
	font-weight: 700;
}

.rms-product-tabs__selected-content table.shop_attributes td {
	color: var(--rms-tab-text-soft);
}

@media (max-width: 1024px) {
	.single-product .rms-product-hero__breadcrumbs {
		display: flex;
		width: 100%;
		border-radius: 1rem;
	}

	.single-product .rms-product-hero__trust-strip {
		grid-template-columns: 1fr;
	}

	.single-product .rms-product-hero__gallery-frame {
		min-height: min(28rem, 70vw);
	}

	.single-product .rms-product-hero__cart .fusion-button-wrapper {
		grid-template-columns: 1fr;
	}

	.single-product .rms-product-hero__cart .fusion-button-wrapper .quantity {
		grid-template-columns: 2.35rem minmax(0, 1fr) 2.35rem;
	}

	.rms-product-card {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.rms-product-card__aside {
		grid-column: 2;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		text-align: left;
	}

	.rms-product-card__actions--cart {
		justify-content: flex-start;
	}

	.rms-product-card__actions-wrap {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.single-product .rms-product-hero__breadcrumbs {
		padding: 0.6rem 0.85rem;
		font-size: 0.85rem;
		border-radius: 0.9rem;
	}

	.single-product .rms-product-hero__gallery,
	.single-product .rms-product-hero__summary {
		gap: 1rem;
	}

	.single-product .rms-product-hero__gallery {
		padding: 0.35rem;
		border-radius: 0.85rem;
	}

	.single-product .rms-product-hero__utility {
		gap: 0.85rem;
	}

	.single-product .rms-product-hero__trust-strip {
		display: none;
	}

	.single-product .rms-product-hero__gallery .flex-control-thumbs {
		display: flex;
		flex-wrap: nowrap;
		gap: 0.45rem;
		width: 100% !important;
		min-width: 100%;
		max-width: 100%;
		padding-right: 0.1rem;
		padding-left: 0.1rem;
		overflow-x: auto;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
	}

	.single-product .rms-product-hero__gallery .avada-product-gallery .flex-control-thumbs {
		position: relative !important;
		left: auto !important;
		right: auto !important;
		justify-content: flex-start;
		opacity: 1 !important;
	}

	.single-product .rms-product-hero__gallery .avada-product-gallery .avada-product-gallery-thumbs-wrapper {
		overflow: visible;
	}

	.single-product .rms-product-hero__gallery .flex-control-thumbs li {
		flex: 0 0 3.75rem;
		width: 3.75rem;
		min-width: 3.75rem;
		max-width: 3.75rem;
		border-radius: 0.65rem;
	}

	.single-product .rms-product-hero__gallery .flex-control-thumbs img {
		width: 100%;
		max-width: 100%;
		height: auto;
		object-fit: contain;
		padding: 0.14rem;
		border-radius: 0.65rem;
	}

	.single-product .rms-product-hero__gallery .flex-control-thumbs img:hover,
	.single-product .rms-product-hero__gallery .flex-control-thumbs .flex-active {
		box-shadow: inset 0 0 0 1px rgba(14, 90, 156, 0.18);
	}

	.single-product .rms-product-hero__title h1,
	.single-product .rms-product-hero__title .fusion-title-heading {
		font-size: clamp(1.7rem, 7vw, 2.2rem) !important;
	}

	.single-product .rms-product-buybox {
		padding: 0.95rem;
		border-radius: 1.1rem;
	}

	.single-product .rms-product-hero__cart table.variations tr {
		padding: 0.8rem 0.85rem;
		border-radius: 0.9rem;
	}

	.single-product .rms-product-hero__selection-card {
		padding: 0.9rem;
		border-radius: 0.9rem;
	}

	.single-product .rms-product-hero__variation-sku {
		margin-bottom: 0.85rem;
		padding: 0.65rem 0.8rem;
		border-radius: 0.85rem;
	}

	.single-product .rms-product-hero__selection-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.single-product .rms-product-hero__selection-item-value {
		text-align: left;
	}

	.single-product .rms-product-hero__price .woocommerce-Price-amount.amount,
	.single-product .rms-product-hero__cart .woocommerce-variation-price .price > .amount,
	.single-product .rms-product-hero__cart .woocommerce-variation-price .price ins .amount {
		font-size: clamp(1.25rem, 6vw, 1.65rem) !important;
	}

	.single-product .rms-product-hero__price {
		min-width: 0;
	}

	.single-product .rms-product-hero__price .price {
		gap: 0.2rem 0.45rem;
		align-items: baseline;
		line-height: 1.2;
		white-space: normal;
	}

	.single-product .rms-product-hero__cart table.variations {
		margin-bottom: 0.85rem;
	}

	.single-product .rms-product-hero__finance-inner,
	.single-product .rms-product-hero__description {
		padding: 0.95rem 1rem;
	}

	.single-product .rms-product-hero__accordion .panel-title a {
		padding: 0.9rem 1rem;
	}

	.single-product .rms-product-hero__accordion .panel-body {
		padding: 0 1rem 1rem;
	}

	.single-product .rms-product-hero__datasheet .fusion-button {
		min-height: 3rem;
	}

	.single-product .rms-product-hero__share {
		padding-top: 0;
	}

	.single-product .rms-product-hero__share .fusion-social-networks {
		gap: 0.55rem;
	}

	.single-product .rms-product-hero__share .fusion-social-network-icon {
		width: 2.3rem;
		height: 2.3rem;
	}

	.rms-product-tabs:not(.rms-product-tabs--woo) {
		padding-right: 0.85rem;
		padding-left: 0.85rem;
	}

	.rms-product-tabs__inner {
		max-width: none;
		padding-right: 0;
		padding-left: 0;
	}

	.rms-product-tabs__nav {
		flex-wrap: nowrap;
		gap: 0.55rem;
		padding-bottom: 0.75rem;
		padding-left: 2.6rem;
		padding-right: 2.6rem;
	}

	.rms-product-tabs__nav-wrap.can-scroll-left::before {
		content: '\2039';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 3.5rem;
		display: inline-flex;
		align-items: center;
		justify-content: flex-start;
		padding-left: 0.45rem;
		background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96) 58%, rgba(255, 255, 255, 1));
		box-sizing: border-box;
		box-shadow: none;
		color: var(--rms-tab-accent);
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1;
		pointer-events: none;
		z-index: 2;
	}

	.rms-product-tabs__nav-wrap.can-scroll-right::after {
		content: '\203A';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		display: inline-flex;
		align-items: center;
		justify-content: flex-end;
		width: 3.5rem;
		padding-right: 0.45rem;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96) 58%, rgba(255, 255, 255, 1));
		box-sizing: border-box;
		color: var(--rms-tab-accent);
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1;
		pointer-events: none;
		z-index: 2;
	}

	.rms-product-tabs__trigger {
		padding: 0.75rem 1rem;
		font-size: 0.92rem;
		white-space: nowrap;
	}

	.rms-product-tabs__panel {
		padding: 1rem;
		border-radius: 0.9rem;
	}

	.rms-product-tabs__selected-product {
		gap: 0.85rem;
	}

	.rms-product-tabs__selected-section {
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
	}

	.rms-product-tabs__selected-heading {
		margin-bottom: 0.75rem;
		font-size: 1rem;
	}

	.rms-product-tabs__selected-content--attributes {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.rms-product-tabs__selected-content table.shop_attributes {
		min-width: 420px;
	}

	.rms-product-card__stock-contact {
		display: block;
	}

	.rms-product-card__stock-contact-desktop {
		display: none;
	}

	.rms-product-card__stock-contact-mobile {
		display: inline;
	}

	.rms-product-card__bis .bis-input-button-wrapper {
		flex-direction: column;
		align-items: stretch;
		gap: 0.6rem;
	}

	.rms-product-card__bis input[type="email"] {
		flex: 1 1 auto;
		width: 100%;
		max-width: 100%;
		min-height: 2.95rem;
		height: 2.95rem;
		padding: 0 0.85rem;
		font-size: 0.95rem;
		line-height: 1.2;
	}

	.rms-product-card__bis button.button {
		width: 100%;
		min-height: 2.95rem;
	}

	.rms-product-card {
		grid-template-columns: 1fr;
		gap: 1rem;
		padding: 1rem;
	}

	.rms-product-card__image {
		width: min(180px, 100%);
		margin: 0 auto;
	}

	.rms-product-card__aside {
		grid-column: auto;
		flex-direction: column;
		align-items: stretch;
		text-align: left;
	}

	.rms-product-card__price {
		font-size: clamp(0.95rem, 3.8vw, 1.05rem);
		line-height: 1.28;
	}

	.rms-product-card__actions--cart {
		justify-content: flex-start;
	}

	.rms-product-card__actions .button,
	.rms-product-card__cart-button {
		width: 100%;
	}

	.rms-product-card__actions-wrap {
		justify-content: stretch;
	}

	.rms-product-card__qty {
		display: grid;
		grid-template-columns: auto minmax(0, 5rem);
		align-items: center;
		width: auto;
		justify-content: flex-start;
		flex: 0 0 auto;
	}

	.rms-product-card__qty-input {
		width: 5rem;
		min-width: 5rem;
		max-width: 5rem;
		flex: 0 0 5rem;
	}
}
