/* =========================================================
   SS DECO - PRODUCTO / FASE 1 - TABS Y DESCRIPCION
   ========================================================= */

html[data-ss-theme] body.single-product .woocommerce-tabs {
	margin-top: clamp(58px, 7vw, 96px) !important;
	padding-top: 0;
	border-top: 1px solid var(--ss-line);
}

html[data-ss-theme] body.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid var(--ss-line);
}

html[data-ss-theme] body.single-product .woocommerce-tabs ul.tabs::before {
	display: none !important;
}

html[data-ss-theme] body.single-product .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
}

html[data-ss-theme] body.single-product .woocommerce-tabs ul.tabs li::before,
html[data-ss-theme] body.single-product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

html[data-ss-theme] body.single-product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 18px 0 16px !important;
	border-bottom: 2px solid transparent;
	color: var(--ss-muted) !important;
	font-size: 13px;
	font-weight: 600 !important;
	text-decoration: none;
}

html[data-ss-theme] body.single-product .woocommerce-tabs ul.tabs li.active a {
	border-bottom-color: var(--ss-accent);
	color: var(--ss-text) !important;
}

html[data-ss-theme] body.single-product .woocommerce-Tabs-panel {
	max-width: 880px;
	margin-inline: auto;
	padding: clamp(34px, 5vw, 58px) 0 0 !important;
	color: var(--ss-text-soft);
	font-size: 16px;
	line-height: 1.75;
}

html[data-ss-theme] body.single-product .woocommerce-Tabs-panel h2,
html[data-ss-theme] body.single-product .woocommerce-Tabs-panel h3,
html[data-ss-theme] body.single-product .woocommerce-Tabs-panel strong {
	color: var(--ss-text) !important;
}

html[data-ss-theme] body.single-product .woocommerce-Tabs-panel table,
html[data-ss-theme] body.single-product .woocommerce-product-attributes {
	border-color: var(--ss-line) !important;
}

html[data-ss-theme] body.single-product .woocommerce-product-attributes th,
html[data-ss-theme] body.single-product .woocommerce-product-attributes td {
	border-color: var(--ss-line) !important;
	background: transparent !important;
	color: var(--ss-text-soft) !important;
}
