@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

#sg_product_card {
    width: 100%;
    max-width: 1000px;
    background: #000;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 22px;
}

#sg_product_card * {
    box-sizing: border-box;
}

#sg_product_card p {
    margin: 0;
}

#sg_product_card video,
#sg_product_card img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

#sg_product_card video {
    width: 100%;
}

#sg_product_card .sg_hero {
    position: relative;
}

#sg_product_card .sg_hero:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 70%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 5;
    position: absolute;
}

#sg_product_card .sg_hero img.sg_hero_hisense {
    position: absolute;
    top: 48px;
    left: 48px;
    width: auto;
    z-index: 10;
}

#sg_product_card .sg_card_content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-top: 36px;
    padding-inline: 40px;
}

#sg_product_card .sg_hisense {
    text-align: center;
    padding: 88px 0;
}

#sg_product_card .sg_strong {
    font-weight: 700;
}

#sg_product_card .sg_medium {
    font-weight: 500;
}

#sg_product_card .sg_hero_content {
    position: absolute;
    left: 48px;
    bottom: 80px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.40);
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    z-index: 10;
}

#sg_product_card .sg_main_section {
    padding-block: 32px;
    border-radius: 48px;
    border: 1px solid #4A4A4A;
    background: linear-gradient(180deg, #1F1F1F 0%, #000 100%);
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
}

#sg_product_card .sg_main_section_bg {
    border-radius: 100%;
    width: 257px;
    height: 257px;
    background: #00AAA6;
    filter: blur(48px);
    position: absolute;
    right: 20%;
    bottom: 72px;
}

#sg_product_card .sg_title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    z-index: 1;
}

#sg_product_card .sg_main_section_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    position: relative;
    z-index: 1;
    padding: 0 132px;
}

#sg_product_card .sg_main_section_icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

#sg_product_card .sg_main_section_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
}

#sg_product_card .sg_main_section_icon_desc {
    font-size: 10px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 2px;
}

#sg_product_card .sg_tag {
    color: #00AAA6;
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
    border-radius: 13px;
    border: 1px solid #00AAA6;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
    padding: 4px 6px 3px;
}

#sg_product_card .sg_inline_icon {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-inline: auto;
}

#sg_product_card .sg_inline_icon_title {
    color: #00AAA6;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

#sg_product_card .sg_inline_icon_desc {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

#sg_product_card .sg_secondary_section {
    background-image: url('/img/bg.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    padding: 0 60px;
}

#sg_product_card .sg_secondary_section img {
    margin-inline: auto;
    display: block;
}

#sg_product_card .sg_headline {
    position: relative;
    text-align: center;
}

#sg_product_card .sg_headline_title {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -18px);
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    background: #000;
    padding: 12px 24px;
}

#sg_product_card .sg_isp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
    margin-bottom: 64px;
}

#sg_product_card .sg_isp_item:not(:last-child):after {
    content: '';
    position: absolute;
    width: 28px;
    height: 29px;
    background: url('/img/arrow.svg') no-repeat center center;
    top: 100px;
    left: calc(100% + 36px);
}

#sg_product_card .sg_isp_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    text-align: center;
}

#sg_product_card .sg_isp_item_title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    position: relative;
}

#sg_product_card .sg_isp_item_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

#sg_product_card .sg_isp_item_subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
}

#sg_product_card .sg_isp_item_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

#sg_product_card .sg_isp_item_text {
    font-size: 12px;
}

#sg_product_card .sg_headline_title span {
    color: #00AAA6;
}

#sg_product_card .sg_video_with_desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 12px;
    line-height: 18px;
}

#sg_product_card .sg_chess_header {
    display: flex;
    align-items: center;
    gap: 10px;
}

#sg_product_card .sg_chess_header img {
    flex-shrink: 0;
}

#sg_product_card .sg_chess_header_title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#sg_product_card .sg_chess_title {
    color: #00AAA6;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

#sg_product_card .sg_chess {
    gap: 36px;
    display: flex;
    flex-direction: column;
}

#sg_product_card .sg_chess_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    grid-template-areas: "image text";
}

#sg_product_card .sg_chess--reversed .sg_chess_item {
    grid-template-areas: "text image";
}

#sg_product_card .sg_chess_image {
    grid-area: image;
}

#sg_product_card .sg_chess_image video {
    border-radius: 32px;
    max-width: 100%;
    height: auto;
}

#sg_product_card .sg_chess_item:nth-of-type(2n) {
    grid-template-areas: "text image";
}

#sg_product_card .sg_chess--reversed .sg_chess_item:nth-of-type(2n) {
    grid-template-areas: "image text";
}

#sg_product_card .sg_chess_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    grid-area: text;
}

#sg_product_card .sg_chess_text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#sg_product_card .sg_chess_info {
    font-size: 14px;
    line-height: 22px;
}

#sg_product_card .sg_chess_image img {
    width: 100%;
    border-radius: 20px;
    font-size: 0;
    line-height: 0;
}

#sg_product_card .sg_center {
    text-align: center;
}

#sg_product_card .sg_other_features {
    padding: 88px 80px;
    display: flex;
    flex-direction: column;
    gap: 88px;
}

#sg_product_card .sg_other_features_grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 24px;
}

#sg_product_card .sg_other_features_grid_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    grid-column: span 2;
}

#sg_product_card .sg_other_features_grid_item_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

#sg_product_card .sg_other_features_grid_item_title {
    color: #00AAA6;
    text-align: center;
    font-weight: 500;
}

#sg_product_card .sg_other_features_grid_item_text {
    font-size: 13px;
    line-height: 20px;
}

#sg_product_card .sg_spec {
    padding-inline: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

#sg_product_card .sg_spec img {
    width: 265px;
}

#sg_product_card .sg_spec_title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #00AAA6;
}

#sg_product_card .sg_spec_table {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 360px;
}

#sg_product_card .sg_semibold {
    font-weight: 600;
}

#sg_product_card .sg_dimensions {
    padding: 88px 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

#sg_product_card .sg_dimensions_table {
    border: 1px solid #00AAA6;
    width: 300px;
}

#sg_product_card .sg_spec_table_row {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
}

#sg_product_card .sg_dimensions_table_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #00AAA6;
    text-align: center;
}

#sg_product_card .sg_dimensions_table_row:last-child {
    border-bottom: none;
}

#sg_product_card .sg_dimensions_table_row div {
    padding: 4px;
}

#sg_product_card .sg_dimensions_table_row div:first-child {
    border-right: 1px solid #00AAA6;
}

#sg_product_card .sg_spec_table_row div:last-child {
    text-align: right;
}

@media (max-width: 991px) {
    #sg_product_card .sg_chess_item {
        gap: 24px;
    }

    #sg_product_card .sg_main_section_grid {
        padding: 0 80px;
    }

    #sg_product_card .sg_main_section_icons {
        gap: 16px;
    }

    #sg_product_card .sg_main_section_bg {
        right: 15%;
    }

    #sg_product_card .sg_isp {
        gap: 64px;
        margin-bottom: 32px;
    }

    #sg_product_card .sg_isp_item:not(:last-child)::after {
        top: 64px;
        left: calc(100% + 18px);
    }
}

@media (max-width: 767px) {
    #sg_product_card .sg_card_content {
        gap: 32px;
        padding-top: 32px;
        padding-inline: 16px;
    }

    #sg_product_card .sg_hisense {
        padding: 64px 0;
    }

    #sg_product_card .sg_chess {
        gap: 32px;
    }

    #sg_product_card .sg_hero {
        padding-top: 40px;
    }

    #sg_product_card .sg_hero_content {
        padding-bottom: 32px;
        padding-left: 16px;
    }

    #sg_product_card .sg_hero img.sg_hero_hisense {
        margin-left: 16px;
        margin-bottom: 32px;
    }

    #sg_product_card .sg_hero img.sg_hero_hisense,
    #sg_product_card .sg_hero_content {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
    }

    #sg_product_card .sg_main_section_grid {
        padding: 0;
        grid-template-columns: 1fr;
    }

    #sg_product_card .sg_main_section_icons {
        order: 2;
        gap: 24px;
        padding: 0 16px;
    }

    #sg_product_card .sg_main_section_grid img {
        display: block;
        margin: 0 auto;
    }

    #sg_product_card .sg_main_section_bg {
        right: 30%;
        bottom: auto;
        top: 120px;
        width: 213px;
        height: 158px;
        flex-shrink: 0;
    }

    #sg_product_card .sg_secondary_section {
        background: linear-gradient(180deg, #000 0%, #113F50 100%);
        border-bottom-left-radius: 32px;
        border-bottom-right-radius: 32px;
    }

    #sg_product_card .sg_secondary_section > img {
        margin-bottom: -150px;
    }

    #sg_product_card .sg_secondary_section + .sg_inline_icon {
        margin-top: 150px;
    }

    #sg_product_card .sg_other_features {
        padding: 64px 16px;
        gap: 64px;
    }

    #sg_product_card .sg_isp {
        display: flex;
        flex-direction: column;
        gap: 100px;
        margin-bottom: 64px;
    }

    #sg_product_card .sg_isp_item:not(:last-child)::after {
        width: 28px;
        height: 28px;
        background: url('/img/arrow-down.svg') no-repeat center center;
        left: calc(50% - 14px);
        top: calc(100% + 36px);
    }

    #sg_product_card .sg_secondary_section {
        padding: 0 12px;
    }

    #sg_product_card .sg_spec {
        padding-inline: 16px;
    }

    #sg_product_card .sg_spec > div {
        width: 100%;
    }

    #sg_product_card .sg_spec_table {
        width: 100%;
    }

    #sg_product_card .sg_dimensions {
        padding: 64px 16px 0;
    }
}

@media (max-width: 649px) {
    #sg_product_card .sg_other_features_grid_item {
        grid-column: span 1;
    }

    #sg_product_card .sg_other_features_grid_item_empty {
        display: none;
    }

    #sg_product_card .sg_chess_item {
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "text";
        gap: 20px;
    }

    #sg_product_card .sg_chess--reversed .sg_chess_item {
        grid-template-areas:
            "image"
            "text";
    }

    #sg_product_card .sg_chess_item:nth-of-type(2n) {
        grid-template-areas:
            "image"
            "text";
    }

    #sg_product_card .sg_chess--reversed .sg_chess_item:nth-of-type(2n) {
        grid-template-areas:
            "image"
            "text";
    }

    #sg_product_card .sg_chess_image img {
        border-radius: 24px;
    }

    #sg_product_card .sg_other_features_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #sg_product_card .sg_spec {
        flex-direction: column-reverse;
    }

    #sg_product_card .sg_dimensions {
        flex-direction: column;
    }
}


@media (max-width: 450px) {
    #sg_product_card .sg_headline_title {
        transform: translate(-50%, -24px);
    }

    #sg_product_card .sg_dimensions_table {
        width: 100%;
    }

    #sg_product_card .sg_secondary_section > img {
        margin-bottom: -100px;
    }

    #sg_product_card .sg_secondary_section + .sg_inline_icon {
        margin-top: 100px;
    }
}