/**
 * GTT Product Overview Styling
 * Suffix: 866d9bf0
 * Version: 1.4.7
 */

.gtt-product-overview,
.gtt-product-overview *,
.gtt-product-overview *::before,
.gtt-product-overview *::after {
    box-sizing: border-box;
}

.gtt-product-overview {
    width: 100%;
}

.gtt-product-overview__inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/* Header */
.gtt-product-overview__header {
    width: 100%;
}

.gtt-product-overview__eyebrow {
    display: block;
}

.gtt-product-overview__title {
    margin: 0;
}

/* Main layout */
.gtt-product-overview__grid {
    display: block;
    width: 100%;
}

.gtt-product-overview__grid::after {
    display: table;
    clear: both;
    content: "";
}

.gtt-product-overview__content {
    display: block;
    min-width: 0;
    width: 100%;
}

.gtt-product-overview__sidebar {
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
}

/* Full-width content when the sidebar is absent */
.gtt-product-overview__grid--no-sidebar .gtt-product-overview__content {
    width: 100%;
}

/* Review-content baseline margins. Typography and spacing are generated by Elementor controls. */
.gtt-product-overview__content p {
    margin-top: 0;
}

.gtt-product-overview__content h2,
.gtt-product-overview__content h3,
.gtt-product-overview__content h4 {
    margin-right: 0;
    margin-left: 0;
}

.gtt-product-overview__content > h2:first-child,
.gtt-product-overview__content > h3:first-child,
.gtt-product-overview__content > h4:first-child {
    margin-top: 0 !important;
}

/* WYSIWYG structure. Visual values are supplied by Elementor controls. */
.gtt-product-overview__content--wysiwyg blockquote {
    --gtt-blockquote-border-width: 4px;
    --gtt-blockquote-border-color: #83B745;
    margin: 20px 0;
    border: 0;
}

.gtt-product-overview__content--blockquote-border-left blockquote {
    border-left: var(--gtt-blockquote-border-width) solid var(--gtt-blockquote-border-color);
}

.gtt-product-overview__content--blockquote-border-right blockquote {
    border-right: var(--gtt-blockquote-border-width) solid var(--gtt-blockquote-border-color);
}

.gtt-product-overview__content--blockquote-border-top blockquote {
    border-top: var(--gtt-blockquote-border-width) solid var(--gtt-blockquote-border-color);
}

.gtt-product-overview__content--blockquote-border-bottom blockquote {
    border-bottom: var(--gtt-blockquote-border-width) solid var(--gtt-blockquote-border-color);
}

.gtt-product-overview__content--wysiwyg img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.gtt-product-overview__content--wysiwyg figure {
    max-width: 100%;
    margin: 20px 0;
}

.gtt-product-overview__content--wysiwyg figcaption {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

/* Sidebar panels */
.gtt-product-overview__panel {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.gtt-product-overview__panel--best-for,
.gtt-product-overview__panel--not-ideal {
    border-left-style: solid;
    border-left-width: 4px;
}


.gtt-product-overview__panel--included,
.gtt-product-overview__panel--exclusions,
.gtt-product-overview__panel--warranty {
    border-left-style: solid;
    border-left-width: 4px;
}

.gtt-product-overview__panel--included,
.gtt-product-overview__panel--warranty {
    position: relative;
    margin-top: 0;
}

.gtt-product-overview__panel--included::before,
.gtt-product-overview__panel--warranty::before {
    display: none;
}

.gtt-product-overview__sidebar--group-dividers
.gtt-product-overview__panel--included,
.gtt-product-overview__sidebar--group-dividers
.gtt-product-overview__panel--warranty {
    margin-top: var(--gtt-overview-group-divider-spacing, 24px);
}


.gtt-product-overview__sidebar--no-group-dividers
.gtt-product-overview__panel--included,
.gtt-product-overview__sidebar--no-group-dividers
.gtt-product-overview__panel--warranty {
    margin-top: 0 !important;
}

.gtt-product-overview__sidebar--no-group-dividers
.gtt-product-overview__panel--included::before,
.gtt-product-overview__sidebar--no-group-dividers
.gtt-product-overview__panel--warranty::before {
    display: none !important;
    content: none !important;
}

.gtt-product-overview__sidebar--group-dividers
.gtt-product-overview__panel--included::before,
.gtt-product-overview__sidebar--group-dividers
.gtt-product-overview__panel--warranty::before {
    position: absolute;
    top: calc(
        (
            var(--gtt-overview-panel-gap, 20px)
            + var(--gtt-overview-group-divider-spacing, 24px)
        ) / -2
    );
    right: 0;
    left: 0;
    display: block;
    height: var(--gtt-overview-group-divider-width, 1px);
    background-color: var(--gtt-overview-group-divider-color, #DDE4E8);
    content: "";
    pointer-events: none;
}

.gtt-product-overview__context-content > :first-child {
    margin-top: 0;
}

.gtt-product-overview__context-content > :last-child {
    margin-bottom: 0;
}

.gtt-product-overview__context-content ul,
.gtt-product-overview__context-content ol {
    margin-top: 0;
    margin-bottom: 0;
}

.gtt-product-overview__context-content p {
    margin-top: 0;
}

.gtt-product-overview__context-content p:last-child {
    margin-bottom: 0;
}

.gtt-product-overview__panel-title {
    margin: 0;
}

/* Panel lists */
.gtt-product-overview__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gtt-product-overview__list-item {
    display: flex;
    align-items: flex-start;
    min-width: 0;
}

.gtt-product-overview__list-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.gtt-product-overview__list-icon i,
.gtt-product-overview__list-icon svg {
    display: block;
    width: 1em;
    height: 1em;
}

.gtt-product-overview__list-text {
    min-width: 0;
}

/* Metadata */
.gtt-product-overview__meta-layout {
    display: flex;
    width: 100%;
}

.gtt-product-overview__meta-layout--stacked {
    flex-direction: column;
}

.gtt-product-overview__meta-layout--inline {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.gtt-product-overview__meta-layout--grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.gtt-product-overview__meta-row {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.gtt-product-overview__meta-label,
.gtt-product-overview__meta-value {
    display: block;
}

/* Sticky sidebar base */
.gtt-product-overview__sidebar--sticky {
    position: relative;
}

/* ==========================================================
 * Responsive layout and sidebar ordering
 *
 * Desktop and Laptop use a floated sidebar. Because the sidebar
 * appears before the content in the markup, the overview text wraps
 * beside the cards and expands to full width after the sidebar ends.
 *
 * Sidebar width, horizontal gap, and bottom spacing are supplied by
 * Elementor through CSS custom properties.
 * ========================================================== */

/* Desktop */
@media (min-width: 1367px) {
    .gtt-product-overview__sidebar {
        width: var(--gtt-sidebar-width, 32%);
        margin-bottom: var(--gtt-overview-sidebar-bottom-spacing, 24px);
    }

    .gtt-product-overview__grid--sidebar-desktop-left .gtt-product-overview__sidebar {
        float: left;
        margin-right: var(--gtt-overview-column-gap, 40px);
        margin-left: 0;
        border-right-color: var(--gtt-overview-vertical-divider-color, #DDE4E8);
        border-right-style: var(--gtt-overview-vertical-divider-style, none);
        border-right-width: var(--gtt-overview-vertical-divider-width, 1px);
        padding-right: var(--gtt-overview-vertical-divider-spacing, 28px);
    }

    .gtt-product-overview__grid--sidebar-desktop-right .gtt-product-overview__sidebar {
        float: right;
        margin-right: 0;
        margin-left: var(--gtt-overview-column-gap, 40px);
        border-left-color: var(--gtt-overview-vertical-divider-color, #DDE4E8);
        border-left-style: var(--gtt-overview-vertical-divider-style, none);
        border-left-width: var(--gtt-overview-vertical-divider-width, 1px);
        padding-left: var(--gtt-overview-vertical-divider-spacing, 28px);
    }

    .gtt-product-overview__sidebar--sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

/* Laptop */
@media (min-width: 1025px) and (max-width: 1366px) {
    .gtt-product-overview__sidebar {
        width: var(--gtt-sidebar-width, 34%);
        margin-bottom: var(--gtt-overview-sidebar-bottom-spacing, 22px);
    }

    .gtt-product-overview__grid--sidebar-laptop-left .gtt-product-overview__sidebar {
        float: left;
        margin-right: var(--gtt-overview-column-gap, 32px);
        margin-left: 0;
        border-right-color: var(--gtt-overview-vertical-divider-color, #DDE4E8);
        border-right-style: var(--gtt-overview-vertical-divider-style, none);
        border-right-width: var(--gtt-overview-vertical-divider-width, 1px);
        padding-right: var(--gtt-overview-vertical-divider-spacing, 24px);
    }

    .gtt-product-overview__grid--sidebar-laptop-right .gtt-product-overview__sidebar {
        float: right;
        margin-right: 0;
        margin-left: var(--gtt-overview-column-gap, 32px);
        border-left-color: var(--gtt-overview-vertical-divider-color, #DDE4E8);
        border-left-style: var(--gtt-overview-vertical-divider-style, none);
        border-left-width: var(--gtt-overview-vertical-divider-width, 1px);
        padding-left: var(--gtt-overview-vertical-divider-spacing, 24px);
    }

    .gtt-product-overview__sidebar--sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .gtt-product-overview__grid {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: var(--gtt-overview-column-gap, 28px);
    }

    .gtt-product-overview__content,
    .gtt-product-overview__sidebar {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .gtt-product-overview__sidebar {
        float: none;
        margin: 0;
        border-right: 0 !important;
        border-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .gtt-product-overview__grid--sidebar-tablet-left .gtt-product-overview__sidebar {
        order: 1;
    }

    .gtt-product-overview__grid--sidebar-tablet-left .gtt-product-overview__content {
        order: 2;
    }

    .gtt-product-overview__grid--sidebar-tablet-right .gtt-product-overview__content {
        order: 1;
    }

    .gtt-product-overview__grid--sidebar-tablet-right .gtt-product-overview__sidebar {
        order: 2;
    }

    .gtt-product-overview__sidebar--sticky {
        position: static !important;
        top: auto !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gtt-product-overview__grid {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: var(--gtt-overview-column-gap, 24px);
    }

    .gtt-product-overview__content,
    .gtt-product-overview__sidebar {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .gtt-product-overview__sidebar {
        display: grid;
        float: none;
        grid-template-columns: 1fr;
        margin: 0;
        border-right: 0 !important;
        border-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .gtt-product-overview__grid--sidebar-mobile-left .gtt-product-overview__sidebar {
        order: 1;
    }

    .gtt-product-overview__grid--sidebar-mobile-left .gtt-product-overview__content {
        order: 2;
    }

    .gtt-product-overview__grid--sidebar-mobile-right .gtt-product-overview__content {
        order: 1;
    }

    .gtt-product-overview__grid--sidebar-mobile-right .gtt-product-overview__sidebar {
        order: 2;
    }

    .gtt-product-overview__sidebar--sticky {
        position: static !important;
        top: auto !important;
    }
}

/* Side-by-side recommendation panels on wider mobile widths */
@media (min-width: 481px) and (max-width: 767px) {
    .gtt-product-overview__sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gtt-product-overview__panel--warranty,
    .gtt-product-overview__panel--metadata {
        grid-column: 1 / -1;
    }
}


/* Review readability */
.gtt-product-overview__content > * {
	width: 100%;
}

.gtt-product-overview__content p {
	text-wrap: pretty;
}

.gtt-product-overview__content--section-dividers > h2:not(:first-child),
.gtt-product-overview__content--section-dividers > h3 {
	position: relative;
	padding-top: 32px;
}

.gtt-product-overview__content--section-dividers > h2:not(:first-child)::before,
.gtt-product-overview__content--section-dividers > h3::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #E7ECE4;
	content: "";
	pointer-events: none;
}

.gtt-product-overview__content ul,
.gtt-product-overview__content ol {
	margin-top: 0;
	margin-bottom: 20px;
}

.gtt-product-overview__content li {
	margin-bottom: 6px;
}

@media (max-width: 767px) {
	.gtt-product-overview__content--section-dividers > h2:not(:first-child),
	.gtt-product-overview__content--section-dividers > h3 {
		padding-top: 24px;
	}
}


@media (min-width: 1367px) {
	.gtt-product-overview__grid--sidebar-desktop-right
	.gtt-product-overview__content--section-dividers > h2:not(:first-child)::before,
	.gtt-product-overview__grid--sidebar-desktop-right
	.gtt-product-overview__content--section-dividers > h3::before {
		width: calc(
			100%
			- var(--gtt-sidebar-width, 32%)
			- var(--gtt-overview-column-gap, 40px)
		);
	}

	.gtt-product-overview__grid--sidebar-desktop-left
	.gtt-product-overview__content--section-dividers > h2:not(:first-child)::before,
	.gtt-product-overview__grid--sidebar-desktop-left
	.gtt-product-overview__content--section-dividers > h3::before {
		left: calc(
			var(--gtt-sidebar-width, 32%)
			+ var(--gtt-overview-column-gap, 40px)
		);
		width: calc(
			100%
			- var(--gtt-sidebar-width, 32%)
			- var(--gtt-overview-column-gap, 40px)
		);
	}
}

@media (min-width: 1025px) and (max-width: 1366px) {
	.gtt-product-overview__grid--sidebar-laptop-right
	.gtt-product-overview__content--section-dividers > h2:not(:first-child)::before,
	.gtt-product-overview__grid--sidebar-laptop-right
	.gtt-product-overview__content--section-dividers > h3::before {
		width: calc(
			100%
			- var(--gtt-sidebar-width, 34%)
			- var(--gtt-overview-column-gap, 32px)
		);
	}

	.gtt-product-overview__grid--sidebar-laptop-left
	.gtt-product-overview__content--section-dividers > h2:not(:first-child)::before,
	.gtt-product-overview__grid--sidebar-laptop-left
	.gtt-product-overview__content--section-dividers > h3::before {
		left: calc(
			var(--gtt-sidebar-width, 34%)
			+ var(--gtt-overview-column-gap, 32px)
		);
		width: calc(
			100%
			- var(--gtt-sidebar-width, 34%)
			- var(--gtt-overview-column-gap, 32px)
		);
	}
}


/* ==========================================================
 * Layout Density
 *
 * Standard intentionally adds no overrides, preserving all
 * individual Elementor spacing controls.
 *
 * Compact and Spacious are coordinated spacing presets. The
 * !important declarations are scoped to those density classes
 * so the preset can reliably override Elementor-generated
 * spacing values in both the editor and published output.
 * ========================================================== */

/* Compact */
.gtt-product-overview--density-compact {
	padding-top: 40px !important;
	padding-right: 24px !important;
	padding-bottom: 40px !important;
	padding-left: 24px !important;
}

.gtt-product-overview--density-compact .gtt-product-overview__header {
	margin-bottom: 24px !important;
}

.gtt-product-overview--density-compact .gtt-product-overview__sidebar {
	gap: 14px !important;
}

.gtt-product-overview--density-compact .gtt-product-overview__panel {
	padding-top: 18px !important;
	padding-right: 18px !important;
	padding-bottom: 18px !important;
	padding-left: 18px !important;
}

.gtt-product-overview--density-compact .gtt-product-overview__content p {
	margin-bottom: 14px !important;
}

.gtt-product-overview--density-compact .gtt-product-overview__content h2,
.gtt-product-overview--density-compact .gtt-product-overview__content h3,
.gtt-product-overview--density-compact .gtt-product-overview__content h4 {
	margin-top: 24px !important;
	margin-bottom: 10px !important;
}

.gtt-product-overview--density-compact
.gtt-product-overview__sidebar--group-dividers
.gtt-product-overview__panel--included,
.gtt-product-overview--density-compact
.gtt-product-overview__sidebar--group-dividers
.gtt-product-overview__panel--warranty {
	margin-top: 16px !important;
}

.gtt-product-overview--density-compact
.gtt-product-overview__content--section-dividers > h2:not(:first-child),
.gtt-product-overview--density-compact
.gtt-product-overview__content--section-dividers > h3 {
	padding-top: 24px !important;
}

/* Spacious */
.gtt-product-overview--density-spacious {
	padding-top: 80px !important;
	padding-right: 32px !important;
	padding-bottom: 80px !important;
	padding-left: 32px !important;
}

.gtt-product-overview--density-spacious .gtt-product-overview__header {
	margin-bottom: 40px !important;
}

.gtt-product-overview--density-spacious .gtt-product-overview__sidebar {
	gap: 24px !important;
}

.gtt-product-overview--density-spacious .gtt-product-overview__panel {
	padding-top: 28px !important;
	padding-right: 28px !important;
	padding-bottom: 28px !important;
	padding-left: 28px !important;
}

.gtt-product-overview--density-spacious .gtt-product-overview__content p {
	margin-bottom: 24px !important;
}

.gtt-product-overview--density-spacious .gtt-product-overview__content h2,
.gtt-product-overview--density-spacious .gtt-product-overview__content h3,
.gtt-product-overview--density-spacious .gtt-product-overview__content h4 {
	margin-top: 42px !important;
	margin-bottom: 16px !important;
}

.gtt-product-overview--density-spacious
.gtt-product-overview__sidebar--group-dividers
.gtt-product-overview__panel--included,
.gtt-product-overview--density-spacious
.gtt-product-overview__sidebar--group-dividers
.gtt-product-overview__panel--warranty {
	margin-top: 28px !important;
}

.gtt-product-overview--density-spacious
.gtt-product-overview__content--section-dividers > h2:not(:first-child),
.gtt-product-overview--density-spacious
.gtt-product-overview__content--section-dividers > h3 {
	padding-top: 38px !important;
}

@media (min-width: 1025px) and (max-width: 1366px) {
	.gtt-product-overview--density-compact {
		padding-top: 36px !important;
		padding-right: 22px !important;
		padding-bottom: 36px !important;
		padding-left: 22px !important;
	}

	.gtt-product-overview--density-spacious {
		padding-top: 72px !important;
		padding-right: 28px !important;
		padding-bottom: 72px !important;
		padding-left: 28px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.gtt-product-overview--density-compact {
		padding-top: 32px !important;
		padding-right: 20px !important;
		padding-bottom: 32px !important;
		padding-left: 20px !important;
	}

	.gtt-product-overview--density-compact .gtt-product-overview__header {
		margin-bottom: 20px !important;
	}

	.gtt-product-overview--density-compact .gtt-product-overview__panel {
		padding-top: 16px !important;
		padding-right: 16px !important;
		padding-bottom: 16px !important;
		padding-left: 16px !important;
	}

	.gtt-product-overview--density-spacious {
		padding-top: 56px !important;
		padding-right: 24px !important;
		padding-bottom: 56px !important;
		padding-left: 24px !important;
	}

	.gtt-product-overview--density-spacious .gtt-product-overview__header {
		margin-bottom: 32px !important;
	}

	.gtt-product-overview--density-spacious .gtt-product-overview__panel {
		padding-top: 24px !important;
		padding-right: 24px !important;
		padding-bottom: 24px !important;
		padding-left: 24px !important;
	}
}

@media (max-width: 767px) {
	.gtt-product-overview--density-compact {
		padding-top: 28px !important;
		padding-right: 18px !important;
		padding-bottom: 28px !important;
		padding-left: 18px !important;
	}

	.gtt-product-overview--density-compact .gtt-product-overview__header {
		margin-bottom: 18px !important;
	}

	.gtt-product-overview--density-compact .gtt-product-overview__sidebar {
		gap: 12px !important;
	}

	.gtt-product-overview--density-compact .gtt-product-overview__panel {
		padding-top: 16px !important;
		padding-right: 16px !important;
		padding-bottom: 16px !important;
		padding-left: 16px !important;
	}

	.gtt-product-overview--density-compact .gtt-product-overview__content p {
		margin-bottom: 12px !important;
	}

	.gtt-product-overview--density-compact .gtt-product-overview__content h2,
	.gtt-product-overview--density-compact .gtt-product-overview__content h3,
	.gtt-product-overview--density-compact .gtt-product-overview__content h4 {
		margin-top: 20px !important;
		margin-bottom: 8px !important;
	}

	.gtt-product-overview--density-spacious {
		padding-top: 44px !important;
		padding-right: 20px !important;
		padding-bottom: 44px !important;
		padding-left: 20px !important;
	}

	.gtt-product-overview--density-spacious .gtt-product-overview__header {
		margin-bottom: 28px !important;
	}

	.gtt-product-overview--density-spacious .gtt-product-overview__sidebar {
		gap: 20px !important;
	}

	.gtt-product-overview--density-spacious .gtt-product-overview__panel {
		padding-top: 22px !important;
		padding-right: 22px !important;
		padding-bottom: 22px !important;
		padding-left: 22px !important;
	}

	.gtt-product-overview--density-spacious .gtt-product-overview__content p {
		margin-bottom: 20px !important;
	}

	.gtt-product-overview--density-spacious .gtt-product-overview__content h2,
	.gtt-product-overview--density-spacious .gtt-product-overview__content h3,
	.gtt-product-overview--density-spacious .gtt-product-overview__content h4 {
		margin-top: 32px !important;
		margin-bottom: 14px !important;
	}
}