.hs_product_wrapper {
    display: grid;
    grid-template-columns: 0.65fr 1fr;
    padding: 50px 0px 100px 0px;
    gap: 40px;
}

.hs_product_left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 0;
    height: fit-content;
    position: sticky;
    top: var(--header-height);
    top: calc(var(--header-height) + 16px);
}

.hs_product_image {
    aspect-ratio: 1 / 1;
    background-color: #f2f7fa;
    border: 1px solid #e7ecf1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 70px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.hs_product_image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #7f94a299;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.hs_product_image::before {
    content: '';
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background-image: url(../images/zoom.svg);
    background-size: 25%;
    z-index: 10;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
}

.hs_product_image:hover::after,
.hs_product_image:hover::before {
    opacity: 1;
    visibility: visible;
}

.hs_product_image img.loaded {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hs_product_left .hs_download_btn {
    width: fit-content;
}

.hs_product_right {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.product__header {
    border-bottom: 1px solid #BCC6D1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 32px;
    padding-bottom: 20px;
}

.product__subheader {
    border-bottom: 1px solid #BCC6D1;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 20px;
}

.product__subheader svg {
    color: #007BC1;
    display: block;
    width: 24px;
    height: 24px;
}

.hs_product_garant {
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.hs_product_garant svg {
    color: #007BC1;
    display: block;
    width: 24px;
    height: 24px;
}

.product__features {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 12px;
}

.product__feature {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.product__feature-label {
    width: 46%;
    position: relative;
}

.product__feature-label::before {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 4px;
}

.product__feature-label span {
    background-color: #FFFFFF;
    color: rgba(0, 35, 56, 0.7);
    font-weight: 400;
    display: inline-block;
    padding-right: 16px;
    position: relative;
}

.product__feature-value {
    background-color: #FFFFFF;
    font-weight: 500;
    width: 54%;
    padding-left: 16px;
}

.product__specifications {
    padding-bottom: 100px;
}

.product__specifications-title {
    margin-top: 0;
}

.hs_product_right .hs_btn {
    width: 330px;
    max-width: 100%;
}

.hs_product_tabs {
    margin: 50px 0 20px;
    border: 1px solid #007bc1;
    border-radius: 5px;
    overflow: hidden;
}

.hs_product_tab {
    flex: 1;
    min-height: 35px;
    padding: 5px 13px;
    background-color: transparent;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    color: #007bc1;
    text-align: center;
}

.hs_product_tab:not(:last-child) {
    border-right: 1px solid #007bc1;
}

.hs_product_tab_active {
    background-color: #e2ebf1;
}

.hs_product_tab_content {
    display: none;
    padding-left: 0;
}

.hs_product_tab_content img {
    max-width: 100%;
    height: auto;
}

.hs_product_article {
    font-size: 14px;
    line-height: 1;
    gap: 8px;
    cursor: pointer;
}

.hs_featured_products_wrapper {
    margin-bottom: 120px;
    gap: 40px;
}

.hs_featured_products_ttl {
    font-size: 50px;
    font-weight: 600;
    text-align: left;
}

.hs_featured_products_ttl:not(.reverse_ttl) span:last-child {
    color: #007bc1;
}

.hs_featured_products_ttl.reverse_ttl span:first-child {
    color: #007bc1;
}

/* HYDROSILA technical specification tables */

.hs_product_tab_content table.hs-spec-table {
    display: table !important;
    width: 450px !important;
    min-width: 450px !important;
    max-width: 450px !important;
    table-layout: fixed;
    border-collapse: collapse !important;
    border: 1px solid #000 !important;
    outline: 1px solid #000;
    outline-offset: -1px;
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    color: #000;
}

.hs_product_tab_content table.hs-spec-table th,
.hs_product_tab_content table.hs-spec-table td {
    box-sizing: border-box;
    border: 1px solid #000 !important;
    padding: 6px 8px;
    vertical-align: middle;
    font-weight: 700;
}

.hs_product_tab_content table.hs-spec-table .hs-spec-label {
    width: 110px !important;
    text-align: left !important;
}

.hs_product_tab_content table.hs-spec-table .hs-spec-unit {
    width: 40px !important;
    text-align: center;
    white-space: nowrap;
}

.hs_product_tab_content table.hs-spec-table .hs-spec-value {
    width: 60px !important;
    text-align: center;
    white-space: nowrap;
}

.hs_product_tab_content table.hs-spec-table .hs-spec-header {
    background-color: #dfe9f4;
}

.hs_product_tab_content table.hs-spec-table .hs-spec-alt th,
.hs_product_tab_content table.hs-spec-table .hs-spec-alt td {
    background-color: #eeeeee;
}

.hs_product_tab_content table.hs-spec-table .hs-spec-en {
    color: #0079c8;
    font-weight: 700;
}

.hs_product_tab_content table.hs-spec-table .hs-spec-vertical {
    width: 60px !important;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}