.gadgetbd-product-details {
	--gadgetbd-primary: #0f62fe;
	--gadgetbd-primary-dark: #0747b6;
	--gadgetbd-heading: #101828;
	--gadgetbd-text: #344054;
	--gadgetbd-muted: #667085;
	--gadgetbd-border: #e4e7ec;
	--gadgetbd-surface: #ffffff;
	--gadgetbd-surface-alt: #f8fafc;
	--gadgetbd-focus: rgba(15, 98, 254, 0.28);
	--gadgetbd-radius: 8px;
	--gadgetbd-scroll-offset: 118px;
	color: var(--gadgetbd-text);
	margin: 34px 0;
	width: 100%;
}

body.single-product .woocommerce-Tabs-panel .gadgetbd-tab-content {
	--gadgetbd-primary: #0f62fe;
	--gadgetbd-primary-dark: #0747b6;
	--gadgetbd-heading: #101828;
	--gadgetbd-text: #344054;
	--gadgetbd-muted: #667085;
	--gadgetbd-border: #e4e7ec;
	--gadgetbd-surface: #ffffff;
	--gadgetbd-surface-alt: #f8fafc;
	--gadgetbd-radius: 8px;
	color: var(--gadgetbd-text);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-transform: inherit;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: anywhere;
	width: 100%;
}

body.single-product .woocommerce-Tabs-panel .gadgetbd-tab-content > :first-child {
	margin-top: 0;
}

body.single-product .woocommerce-Tabs-panel .gadgetbd-tab-content > :last-child {
	margin-bottom: 0;
}

body.single-product .woocommerce-tabs.gadgetbd-scroll-tabs .woocommerce-Tabs-panel--gadgetbd_specification,
body.single-product .woocommerce-tabs.gadgetbd-scroll-tabs .woocommerce-Tabs-panel--gadgetbd_description,
body.single-product .woocommerce-tabs.gadgetbd-scroll-tabs .woocommerce-Tabs-panel--gadgetbd_warranty {
	display: block !important;
	margin-bottom: 26px;
	scroll-margin-top: 118px;
}

body.single-product .woocommerce-tabs.gadgetbd-scroll-tabs .woocommerce-Tabs-panel--gadgetbd_warranty {
	margin-bottom: 0;
}

body.single-product .woocommerce-Tabs-panel .gadgetbd-tab-content .gadgetbd-spec-table {
	background: var(--gadgetbd-surface);
	border: 0;
	border-radius: 0;
	overflow: visible;
}

body.single-product .woocommerce-Tabs-panel .gadgetbd-tab-content .gadgetbd-description-content,
body.single-product .woocommerce-Tabs-panel .gadgetbd-tab-content .gadgetbd-warranty-card {
	padding: 0;
}

.gadgetbd-specifications {
	background: #ffffff;
	border: 1px solid #e2e5e9;
	border-radius: 8px;
	display: grid;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	gap: 0;
	overflow: hidden;
	text-transform: inherit;
	width: 100%;
}

.gadgetbd-spec-group {
	background: #ffffff;
	border: 0;
	border-radius: 0;
	overflow: visible;
}

.gadgetbd-spec-group + .gadgetbd-spec-group .gadgetbd-spec-group-heading {
	border-top: 1px solid #e2e5e9;
}

.gadgetbd-spec-group-heading {
	background: #f5f7fb;
	background: color-mix(in srgb, var(--e-global-color-primary, #2563eb) 8%, white);
	border-bottom: 1px solid #e2e5e9;
	color: var(--e-global-color-primary, #2563eb);
	font-family: inherit;
	font-size: calc(1em + 2px);
	font-style: inherit;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0;
	padding: 13px 16px;
	text-transform: inherit;
}

.gadgetbd-product-nav {
	align-items: stretch;
	background: var(--gadgetbd-surface);
	border: 1px solid var(--gadgetbd-border);
	border-radius: var(--gadgetbd-radius);
	display: flex;
	gap: 4px;
	margin: 0 0 22px;
	overflow-x: auto;
	padding: 5px;
	position: sticky;
	scrollbar-width: thin;
	top: 82px;
	z-index: 20;
}

.gadgetbd-product-nav__link {
	align-items: center;
	border-radius: 6px;
	color: var(--gadgetbd-muted);
	display: inline-flex;
	flex: 1 0 auto;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	min-width: max-content;
	padding: 11px 18px;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
	white-space: nowrap;
}

.gadgetbd-product-nav__link:hover,
.gadgetbd-product-nav__link:focus {
	color: var(--gadgetbd-heading);
}

.gadgetbd-product-nav__link:focus-visible {
	box-shadow: 0 0 0 3px var(--gadgetbd-focus);
	outline: 0;
}

.gadgetbd-product-nav__link.is-active,
.gadgetbd-product-nav__link[aria-current="true"] {
	background: #eef4ff;
	color: var(--gadgetbd-primary-dark);
}

.gadgetbd-product-details__sections {
	display: grid;
	gap: 22px;
}

.gadgetbd-product-section {
	background: var(--gadgetbd-surface);
	border: 1px solid var(--gadgetbd-border);
	border-radius: var(--gadgetbd-radius);
	overflow: hidden;
	scroll-margin-top: var(--gadgetbd-scroll-offset);
}

.gadgetbd-product-section__header {
	align-items: center;
	background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
	border-bottom: 1px solid var(--gadgetbd-border);
	display: flex;
	gap: 10px;
	padding: 18px 22px;
}

.gadgetbd-product-section__title {
	color: var(--gadgetbd-heading);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
}

.gadgetbd-product-section__icon {
	align-items: center;
	background: #eef4ff;
	border-radius: 999px;
	color: var(--gadgetbd-primary);
	display: inline-flex;
	flex: 0 0 34px;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.gadgetbd-product-section__icon svg {
	fill: currentColor;
	height: 20px;
	width: 20px;
}

.gadgetbd-spec-table {
	display: grid;
	padding: 0;
	width: 100%;
}

.gadgetbd-spec-row {
	display: grid;
	background: #ffffff;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	grid-template-columns: minmax(180px, 35%) minmax(0, 65%);
	min-width: 0;
	text-transform: inherit;
}

.gadgetbd-spec-row:nth-child(even) {
	background: #fbfcfd;
}

.gadgetbd-spec-row + .gadgetbd-spec-row {
	border-top: 1px solid #e2e5e9;
}

.gadgetbd-spec-row__label,
.gadgetbd-spec-row__value {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	overflow-wrap: anywhere;
	padding: 15px 16px;
	text-transform: inherit;
}

.gadgetbd-spec-row__label {
	border-right: 1px solid #e2e5e9;
	color: #555f6d;
	font-weight: 500;
}

.gadgetbd-spec-row__value {
	color: #1f2933;
	font-weight: 600;
}

.gadgetbd-description-content,
.gadgetbd-warranty-card {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	max-width: 100%;
	overflow-wrap: anywhere;
	padding: 22px;
	text-transform: inherit;
}

.gadgetbd-description-content {
	line-height: 1.75;
}

.gadgetbd-description-content *,
.gadgetbd-warranty-card__details * {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-transform: inherit;
}

.gadgetbd-description-content > :first-child,
.gadgetbd-warranty-card__details > :first-child {
	margin-top: 0;
}

.gadgetbd-description-content > :last-child,
.gadgetbd-warranty-card__details > :last-child {
	margin-bottom: 0;
}

.gadgetbd-description-content h2,
.gadgetbd-description-content h3,
.gadgetbd-description-content h4 {
	color: var(--gadgetbd-heading);
	letter-spacing: 0;
	line-height: 1.3;
	margin: 1.4em 0 0.55em;
}

.gadgetbd-description-content p,
.gadgetbd-description-content ul,
.gadgetbd-description-content ol,
.gadgetbd-description-content table,
.gadgetbd-description-content blockquote {
	margin-bottom: 1em;
}

.gadgetbd-description-content img,
.gadgetbd-description-content video,
.gadgetbd-description-content iframe {
	height: auto;
	max-width: 100%;
}

.gadgetbd-description-content table {
	border-collapse: collapse;
	display: block;
	max-width: 100%;
	overflow-x: auto;
	width: 100%;
}

.gadgetbd-description-content th,
.gadgetbd-description-content td {
	border: 1px solid var(--gadgetbd-border);
	padding: 10px 12px;
	text-align: left;
}

.gadgetbd-description-content a,
.gadgetbd-warranty-card__details a {
	color: var(--gadgetbd-primary-dark);
	overflow-wrap: anywhere;
}

.gadgetbd-warranty-card__duration {
	color: var(--gadgetbd-heading);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 10px;
}

.gadgetbd-warranty-card__details {
	color: var(--gadgetbd-text);
	line-height: 1.75;
	overflow-wrap: anywhere;
}

.gadgetbd-warranty-card__details img,
.gadgetbd-warranty-card__details video,
.gadgetbd-warranty-card__details iframe {
	height: auto;
	max-width: 100%;
}

@media (max-width: 782px) {
	.gadgetbd-product-details {
		--gadgetbd-scroll-offset: 96px;
		margin: 26px 0;
	}

	.gadgetbd-product-nav {
		position: static;
	}

	.gadgetbd-product-section__header {
		padding: 16px 18px;
	}

	.gadgetbd-product-section__title {
		font-size: 20px;
	}

	.gadgetbd-description-content,
	.gadgetbd-warranty-card {
		padding: 18px;
	}

	.gadgetbd-spec-row__label,
	.gadgetbd-spec-row__value {
		padding: 13px 18px;
	}

	.gadgetbd-specifications {
		gap: 0;
	}

	.gadgetbd-spec-group-heading {
		padding: 12px 14px;
	}
}

@media (max-width: 560px) {
	.gadgetbd-product-nav {
		gap: 3px;
		margin-bottom: 18px;
		padding: 4px;
	}

	.gadgetbd-product-nav__link {
		font-size: 14px;
		padding: 10px 13px;
	}

	.gadgetbd-spec-row {
		grid-template-columns: minmax(92px, 40%) minmax(0, 60%);
		padding: 0;
	}

	.gadgetbd-spec-row__label,
	.gadgetbd-spec-row__value {
		min-width: 0;
		padding: 11px 10px;
	}

	.gadgetbd-spec-row__label {
		border-right: 1px solid #e2e5e9;
		margin-bottom: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gadgetbd-product-nav__link {
		transition: none;
	}
}
