.entho-product-page {
    --product-border: #e7e7e7;
    --product-muted: #6f6f73;
    --product-dark: #1a191d;
    background: #fff;
}

.entho-product-page .product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
}

.entho-product-page .product-detail {
    min-width: 0;
}

.entho-product-page .product-layout > .product-detail:last-child {
    grid-column: 1 / -1;
}

.entho-product-page .product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    color: var(--product-muted);
    font-size: 15px;
    font-weight: 500;
}

.entho-product-page .product-rankmath-breadcrumb > p {
    margin: 0;
}

.entho-product-page .product-breadcrumb a {
    color: var(--product-dark);
}

.entho-product-page .product-breadcrumb a:hover {
    color: var(--entho-primary-color, #00a551);
}

.entho-product-page .product-detail-head {
    display: grid;
    grid-template-columns: minmax(0, 48%) minmax(0, 1fr);
    gap: 42px;
    align-items: start;
    margin-bottom: 54px;
}

.entho-product-page .product-detail-head.has-no-gallery {
    grid-template-columns: 1fr;
}

.entho-product-page .product-gallery {
    min-width: 0;
}

.entho-product-page .product-main-image {
    display: block;
    border: 1px solid var(--product-border);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.entho-product-page .product-main-image img {
    display: block;
    width: 100%;
    height: auto;
}

.entho-product-page .product-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.entho-product-page .product-thumbs button {
    display: block;
    width: 100%;
    padding: 0;
    border: 1px solid var(--product-border);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.entho-product-page .product-thumbs button.is-active {
    border-color: var(--entho-primary-color, #00a551);
}

.entho-product-page .product-thumbs img {
    display: block;
    width: 100%;
    height: auto;
}

.entho-product-page .product-summary {
    padding-top: 0px;
}

.entho-product-page .product-summary h1 {
    margin: 0;
    color: var(--product-dark);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.12;
}

.entho-product-page .product-excerpt {
    margin-top: 22px;
    color: var(--product-muted);
    font-size: 16px;
    line-height: 1.75;
}

.entho-product-page .product-excerpt > :last-child {
    margin-bottom: 0;
}

.entho-product-page .product-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 0 28px;
    border: 1px solid var(--entho-primary-color, #00a551);
    background: var(--entho-primary-color, #00a551);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.entho-product-page .product-btn:hover {
    border-color: var(--entho-dark-color);
    background: var(--entho-dark-color);
    color: #fff;
}

.entho-product-page .product-tabs {
    margin-top: 20px;
}

.entho-product-page .product-tab-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--product-border);
}

.entho-product-page .product-tab-nav button {
    min-height: 54px;
    padding: 0 28px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background: transparent;
    color: var(--product-dark);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.entho-product-page .product-tab-nav button.is-active {
    border-color: var(--entho-primary-color, #00a551);
    color: var(--entho-primary-color, #00a551);
}

.entho-product-page .product-tab-panel {
    display: none;
    padding: 0;
}

.entho-product-page .product-tab-panel.is-active {
    display: block;
}

.entho-product-page .product-content {
    color: var(--product-muted);
    font-size: 16px;
    line-height: 1.8;
}

.entho-product-page .product-content img {
    max-width: 100%;
    height: auto;
}

.entho-product-page .product-content h2,
.entho-product-page .product-content h3 {
    color: var(--product-dark);
}

.entho-product-page .product-section-heading h2 {
    margin: 0;
    color: var(--product-dark);
    font-size: 20px;
    font-weight: 700;
}

.entho-product-page .product-spec-table {
    width: 100%;
    border: 1px solid var(--product-border);
    border-collapse: collapse;
}

.entho-product-page .product-spec-table th,
.entho-product-page .product-spec-table td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--product-border);
    text-align: left;
    vertical-align: top;
}

.entho-product-page .product-spec-table th {
    width: 35%;
    color: var(--product-dark);
    font-weight: 700;
}

.entho-product-page .product-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.entho-product-page .product-side-card {
    padding: 15px;
    border: 1px solid var(--product-border);
    background: #fff;
}

.entho-product-page .product-side-card h2 {
    margin: 0 0 10px;
    color: var(--product-dark);
    font-size: 18px;
    font-weight: 700;
}

.entho-product-page .product-category-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.entho-product-page .product-category-menu > li + li {
    border-top: 1px solid var(--product-border);
}

.entho-product-page .product-category-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    color: var(--product-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

.entho-product-page .product-category-menu .has-sub > a::after {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    margin-left: 12px;
    border: solid currentcolor;
    border-width: 0 1.5px 1.5px 0;
    color: #b9b9b9;
    content: "";
    transform: rotate(45deg);
    transition: transform 220ms ease, color 220ms ease;
}

.entho-product-page .product-category-menu .has-sub.is-open > a::after,
.entho-product-page .product-category-menu .current-menu-ancestor > a::after,
.entho-product-page .product-category-menu .current-menu-item > a::after {
    color: var(--entho-primary-color, #00a551);
    transform: rotate(225deg);
}

.entho-product-page .product-category-menu .current-menu-item > a,
.entho-product-page .product-category-menu .current-menu-ancestor > a {
    color: var(--product-dark);
}

.entho-product-page .product-category-menu a:hover {
    color: var(--entho-primary-color, #00a551);
}

.entho-product-page .product-category-menu .sub-menu {
    display: none;
    margin: 0;
    padding: 0 0 10px 18px;
    list-style: none;
}

.entho-product-page .product-category-menu li.is-open > .sub-menu,
.entho-product-page .product-category-menu .current-menu-item > .sub-menu:not(.js-dropdown-ready),
.entho-product-page .product-category-menu .current-menu-ancestor > .sub-menu:not(.js-dropdown-ready) {
    display: block;
}

.entho-product-page .product-category-menu .sub-menu li {
    border-top: 1px solid #f0f0f0;
}

.entho-product-page .product-category-menu .sub-menu a {
    padding: 10px 0;
    color: var(--product-muted);
    font-size: 13px;
    font-weight: 500;
}

.entho-product-page .product-related {
    margin-top: 64px;
}

.entho-product-page .product-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.entho-product-page .product-card {
    border: 1px solid var(--product-border);
    background: #fff;
}

.entho-product-page .product-card-image {
    display: block;
    background: #f5f5f5;
    overflow: hidden;
}

.entho-product-page .product-card-image img {
    display: block;
    width: 100%;
    height: auto;
}

.entho-product-page .product-card-body {
    padding: 14px;
}

.entho-product-page .product-card-body h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.entho-product-page .product-card-body h3 a {
    color: var(--product-dark);
}

.entho-product-page .product-card-body h3 a:hover {
    color: var(--entho-primary-color, #00a551);
}

.entho-product-page .product-card-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.entho-product-page .product-card-link i {
    width: 8px;
    height: 8px;
    border: solid currentcolor;
    border-width: 1.5px 1.5px 0 0;
    transform: rotate(45deg);
    transition: transform 220ms ease;
}

.entho-product-page .product-card-link:hover i {
    transform: translateX(3px) rotate(45deg);
}

/* Restrained product detail styling: flat, clear and consistent with the theme. */
.entho-product-page {
    --product-border: #e5e5e5;
    --product-muted: #666;
    --product-dark: #202020;
    background: #fff;
}

.entho-product-page .product-layout {
    width: min(1200px, calc(100% - 40px));
    grid-template-columns: minmax(0, 1fr) 285px;
}

.entho-product-page .product-breadcrumb-row {
    grid-column: 1 / -1;
    min-width: 0;
}

.entho-product-page .product-breadcrumb {
    width: auto;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #7f8289;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none;
}

.entho-product-page .product-breadcrumb a {
    color: inherit;
}

.entho-product-page .product-detail-head {
    gap: 20px;
    margin-bottom: 40px;
}

.entho-product-page .product-main-image {
    padding: 0;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.entho-product-page .product-main-image img,
.entho-product-page .product-main-image:hover img {
    height: auto;
    transform: none;
}

.entho-product-page .product-thumbs button {
    padding: 3px;
    border-radius: 8px;
    box-shadow: none;
    transform: none;
}

.entho-product-page .product-thumbs button.is-active {
    border-color: var(--entho-primary-color, #00a551);
    box-shadow: none;
    transform: none;
}

.entho-product-page .product-thumbs img {
    border-radius: 0;
}

.entho-product-page .product-summary {
    padding: 0px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.entho-product-page .product-summary::before {
    display: none;
}

.entho-product-page .product-detail-head.has-no-gallery .product-summary {
    max-width: none;
}

.entho-product-page .product-summary h1 {
    margin: 0;
    color: #444;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}

.entho-product-page .product-excerpt {
    margin-top: 10px;
    line-height: 1.7;
    font-size: 15px;
}

.entho-product-page .product-btn {
    gap: 9px;
    min-height: 48px;
    margin-top: 0;
    padding: 0 24px;
    border-radius: 3px;
    box-shadow: none;
    font-size: 13px;
    transition: background-color 180ms ease, border-color 180ms ease;
}

.entho-product-page .product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.entho-product-page .product-btn .fa {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1;
}

.entho-product-page .product-btn-secondary {
    background: #fff;
    color: var(--entho-primary-color, #00a551);
}

.entho-product-page .product-btn-secondary:hover {
    border-color: var(--product-dark);
    background: var(--product-dark);
    color: #fff;
}

.entho-product-page .product-btn:hover {
    box-shadow: none;
    transform: none;
}

.entho-product-page .product-tabs {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.entho-product-page .product-tab-nav {
    gap: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    background: transparent;
}

.entho-product-page .product-tab-nav button {
    min-height: 52px;
    padding: 0 24px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.entho-product-page .product-tab-nav button.is-active {
    border-color: var(--entho-primary-color, #00a551);
    background: transparent;
    color: var(--entho-primary-color, #00a551);
    box-shadow: none;
}

.entho-product-page .product-tab-panel {
    padding: 0;
}

.entho-product-page .product-tabs > .product-section-heading {
    padding: 0 0 14px;
    border-bottom: 1px solid #ddd;
}

.entho-product-page .product-content {
    color: inherit;
    font-size: 16px;
    line-height: 1.5;
}

.entho-product-page .product-content h2,
.entho-product-page .product-content h3,
.entho-product-page .product-content h4,
.entho-product-page .product-content h5,
.entho-product-page .product-content h6 {
    margin: 10px 0;
    padding: 0;
    border: 0;
    color: inherit;
    line-height: 1.2;
}

.entho-product-page .product-content h2 {
    font-size: 22px;
}

.entho-product-page .product-content > h2:first-child {
    margin-top: 0;
}

.entho-product-page .product-content h3 {
    font-size: 20px;
}

.entho-product-page .product-content h4 {
    font-size: 20px;
}

.entho-product-page .product-content h5 {
    font-size: 18px;
}

.entho-product-page .product-content h6 {
    font-size: 16px;
}

.entho-product-page .product-spec-table {
    margin-top: 30px;
    width: 100%;
    border-radius: 0;
    border-collapse: collapse;
    table-layout: auto;
    font-size: 15px;
}

.entho-product-page .product-spec-table th,
.entho-product-page .product-spec-table td {
    padding: 10px 10px;
    border-bottom: 1px solid #e7e7e7;
    line-height: 1.5;
}

.entho-product-page .product-spec-table th {
    color: #333;
    font-weight: 600;
}

.entho-product-page .product-spec-table td,
.entho-product-page .product-spec-table tr:nth-child(even) td {
    background: #fff;
    color: #555;
}

.entho-product-page .product-spec-table tr:last-child th,
.entho-product-page .product-spec-table tr:last-child td {
    border-bottom: 0;
}

.entho-product-page .product-sidebar {
    align-self: start;
    position: sticky;
    top: 20px;
    height: fit-content;
    gap: 18px;
}

.entho-product-page .product-side-card {
    padding: 0;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}

.entho-product-page .product-side-card > h2::after {
    display: none;
}

.entho-product-page .product-side-card > h2 {
    margin: 0;
    padding: 14px 18px;
    border: 0;
    background: var(--entho-dark-color);
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
}

.entho-product-page .product-side-card > .product-category-menu {
    padding: 4px 18px 7px;
}

.entho-product-page .product-category-menu a {
    margin: 0;
    padding: 12px 0;
    border-radius: 0;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.entho-product-page .product-category-menu .current-menu-item > a,
.entho-product-page .product-category-menu .current-menu-ancestor > a {
    padding-left: 0;
    background: transparent;
    color: var(--product-dark);
}

.entho-product-page .product-category-menu a:hover {
    padding-left: 0;
    background: transparent;
    color: var(--entho-primary-color, #00a551);
}

.entho-product-page .product-category-menu .current-menu-item > a,
.entho-product-page .product-category-menu .current-menu-ancestor > a {
    color: var(--product-dark);
    font-weight: 700;
}

.entho-product-page .product-category-menu .current-menu-item.has-sub > a::after,
.entho-product-page .product-category-menu .current-menu-ancestor.has-sub > a::after {
    color: var(--product-dark);
}

.entho-product-page .product-contact-card {
    padding: 0;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    color: var(--product-dark);
    overflow: hidden;
}

.entho-product-page .product-contact-body {
    padding: 10px 20px;
}
.product-contact-banner p{
    margin: 0px;
}
.entho-product-page .product-contact-line {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #444;
    font-size: 15px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.entho-product-page .product-contact-line + .product-contact-line {
    border-top: 1px solid #ddd;
}

.entho-product-page .product-contact-line .fa {
    flex: 0 0 20px;
    width: 20px;
    color: var(--entho-primary-color, #00a551);
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.entho-product-page .product-contact-line:hover {
    background: transparent;
    color: var(--entho-primary-color, #00a551);
    text-decoration: none;
}

.entho-product-page .product-archive-layout {
    display: grid;
    width: min(1200px, calc(100% - 40px));
    grid-template-columns: minmax(0, 1fr) 285px;
    column-gap: 20px;
}

.entho-product-page .product-archive-main {
    min-width: 0;
}

.entho-product-page .product-archive-layout > .product-archive-main:last-child {
    grid-column: 1 / -1;
}

.entho-product-page .product-archive-header {
    margin-bottom: 20px;
}

.entho-product-page .product-archive-header h1 {
    margin: 0;
    color: #444;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.entho-product-page .product-archive-grid {
    margin-bottom: 0;
}

.entho-product-page .product-card-body h2 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.entho-product-page .product-card-body h2 a {
    color: var(--product-dark);
}

.entho-product-page .product-card-body h2 a:hover {
    color: var(--entho-primary-color, #00a551);
}

.entho-product-page .product-card-excerpt {
    margin: 9px 0 0;
    color: var(--product-muted);
    font-size: 15px;
    line-height: 1.55;
}

.entho-product-page .product-pagination {
    margin-top: 28px;
}

.entho-product-page .product-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.entho-product-page .product-pagination .page-numbers {
    display: inline-flex;
    min-width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    font-size: 15px;
}

.entho-product-page .product-pagination .page-numbers.current,
.entho-product-page .product-pagination a.page-numbers:hover {
    border-color: var(--entho-primary-color, #00a551);
    background: var(--entho-primary-color, #00a551);
    color: #fff;
}

.entho-product-page .product-archive-description {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid #ddd;
    font-size: 16px;
    line-height: 1.5;
}

.entho-product-page .product-archive-empty {
    margin: 0;
    padding: 18px;
    border: 1px solid #e5e5e5;
    color: var(--product-muted);
}

.entho-product-page .product-related {
    margin-top: 54px;
}

.entho-product-page .product-related .product-section-heading::after {
    flex: 1;
    height: 1px;
    background: #ddd;
    content: "";
}

.entho-product-page .product-related .product-section-heading {
    display: flex;
    width: 100%;
    gap: 14px;
    align-items: center;
}

.entho-product-page .product-card-grid {
    width: 100%;
    align-items: stretch;
    gap: 16px;
}

.entho-product-page .product-card-grid .product-card {
    height: 100%;
    min-width: 0;
}

.entho-product-page .product-card-grid .product-card-image {
    width: 100%;
}

.entho-product-page .product-card-grid .product-card-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.entho-product-page .product-card {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-shadow: none;
    overflow: hidden;
}

.entho-product-page .product-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 15px;
}

.entho-product-page .product-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    color: #aaa;
    font-size: 36px;
}

.entho-product-page .product-card-body h3 {
    font-size: 17px;
}

.entho-product-page .product-card-link {
    margin-top: auto;
    padding-top: 14px;
}

.entho-product-page a:focus-visible,
.entho-product-page button:focus-visible {
    outline: none;
    box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
    .entho-product-page *,
    .entho-product-page *::before,
    .entho-product-page *::after {
        transition-duration: .01ms !important;
    }
}
