
.export_head {
    position: relative;
    overflow: hidden;
    padding: 0;
    min-height: 35rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.export_head .container-fluid{
    z-index: 1;
}

.export_head__banner-img {

    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    z-index: 0;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}



.export_contact_info {
    width: 100%;
    position: relative;
    min-height: 41.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4.8rem 2.4rem;
    border-radius: 0.4rem;
}

@media (min-width: 1024px) {
    .export_contact_info {
        min-height: 17.6rem;
        padding: 4.8rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.export_contact_info .contact_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.export_contact_info .contact_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.4rem;
}

.export_contact_info_content {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6.4rem;
    z-index: 5;
}

@media (min-width: 1024px) {
    .export_contact_info_content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.info_content_left {
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    max-width: 66.3rem;
}

.info_content_left span {
    color: #33D1A0;
}

.info_content_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
}

@media (min-width: 1024px) {
    .info_content_right {
        align-items: flex-end;
    }
}

.info_content_right a {
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.export-products {
    background-color: transparent;
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
}

@media (min-width: 1024px) {
    .export-products {
        padding-top: 7.2rem;
        padding-bottom: 3.2rem;
    }
}

.export-products .section-head {
    margin-bottom: 3.2rem;
}

.export-products .section-title {
    font-size: 4.4rem;
    line-height: 125%;
}

.export-products__bottom .production__buttons {
    margin-top: 0;
}

.export-products__bottom {
    width: 100%;
    margin-top: 3.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.2rem;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .export-products__bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 2.4rem;
    }
}

.product_category_buttons {
    width: 100%;
    overflow: auto;
}

.product_category_buttons_container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
}

.product_category_buttons_container::-webkit-scrollbar {
    display: none;
}

.product_category_buttons button {
    padding: 1.2rem 2.4rem;
    border-radius: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E2E4E6;
    background-color: #FFF;
    font-size: 1.4rem;
    line-height: 150%;
    font-family: "Helvetica Neue";
    color: #647897;
    white-space: nowrap;
    height: 4.5rem;
    cursor: pointer;
}

.product_category_buttons button.active {
    border-color: #2D56B4;
    color: #2D56B4;
}

.products_wrapper {
    width: 100%;
    padding-top: 2.4rem;
    padding-bottom: 3.2rem;
}

@media (min-width: 1024px) {
    .products_wrapper {
        padding-top: 3.2rem;
        padding-bottom: 4.4rem;
    }
}

.category_tab_wrapper {
    width: 100%;
    display: none;
}

.category_tab_wrapper.active {
    display: block;
}

.more_button_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more_button_wrapper .primary_button.hidden {
    display: none;
}

.product_cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}

.product_cards_group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
}

.product_cards_group_title {
    width: 100%;
    color: #0E1B2F;
    font-family: "Helvetica Neue";
    font-size: 2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}

@media (min-width: 1024px) {
    .product_cards_group_title {
        font-size: 3.2rem;
    }
}

.product_cards_grid {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
    overflow: auto;
}

.product_cards_grid::-webkit-scrollbar {
    display: none;
}

@media (min-width: 1440px) {
    .product_cards_grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.product_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 30.6rem;
    min-width: 30.6rem;
    max-width: 30.6rem;
    height: 27.6rem;
    background-color: #F8F9FB;
    border-radius: 0.8rem;
    padding: 2.4rem;
    cursor: pointer;
}

.product_card_img {
    width: 100%;
    height: 17.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product_card_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 17.8rem;
    object-fit: contain;
}

.product_card_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
}

.product_card_title {
    color: #0E1B2F;
    font-family: "Helvetica Neue";
    font-size: 2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
}

/* Skeleton loader */
@keyframes skeleton-shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes skeleton-fade-out {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes card-fade-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.skeleton_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.skeleton_wrapper.hidden {
    display: none;
}

.skeleton_wrapper.fade-out {
    animation: skeleton-fade-out 0.3s ease forwards;
}

.skeleton_group {
    transition: opacity 0.4s ease;
}

.product_cards_group:not(.skeleton_group) {
    animation: card-fade-in 0.4s ease forwards;
}

.skeleton_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 30.6rem;
    min-width: 30.6rem;
    max-width: 30.6rem;
    height: 27.6rem;
    background-color: #F8F9FB;
    border-radius: 0.8rem;
    padding: 2.4rem;
}

.skeleton_card .skeleton_img {
    width: 100%;
    height: 17.8rem;
    border-radius: 0.4rem;
    background: linear-gradient(90deg, #e9ecf0 25%, #f3f5f7 50%, #e9ecf0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s ease-in-out infinite;
}

.skeleton_card .skeleton_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    margin-top: auto;
}

.skeleton_card .skeleton_badge {
    width: 8rem;
    height: 2.6rem;
    border-radius: 2rem;
    background: linear-gradient(90deg, #e9ecf0 25%, #f3f5f7 50%, #e9ecf0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s ease-in-out infinite;
}

.skeleton_card .skeleton_title {
    width: 60%;
    height: 2rem;
    border-radius: 0.4rem;
    background: linear-gradient(90deg, #e9ecf0 25%, #f3f5f7 50%, #e9ecf0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s ease-in-out infinite;
}

.product_card_badge {
    padding: 0.6rem 1.2rem;
    border-radius: 2rem;
    background-color: #FFF;
    color: #0E1B2F;
    font-family: "Helvetica Neue";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.primary_button {
    padding: 1.6rem 2.4rem;
    height: 4.5rem;
    border-radius: 10rem;
    background-color: #2D56B4;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.primary_button:hover {
    color: #FFF;
}

.primary_button img {
    width: 1.4rem;
    height: 1.4rem;
    object-fit: contain;
}

.product_details_window {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 83.2rem;
    height: 100dvh;
    overflow: hidden;
    background: #FFF;
    box-shadow: -12px 0 24px 0 rgba(0, 102, 92, 0.12);
    z-index: 999;
    transform: translateX(100%);
    opacity: 0;
    display: none;
    animation: detailWindow 0.5s ease forwards;
}

.transparent_wall {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    z-index: 998;
    display: none;
    background-color: transparent;
    cursor: not-allowed;
}

.transparent_wall.active {
    display: block;
}

.product_details_window.active {
    display: block;
}

@keyframes detailWindow {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.window_close_button {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 10;
}

.window_close_button img {
    width: 4.4rem;
    height: 4.4rem;
    object-fit: contain;
}

.product_details_window_inner {
    width: 100%;
    height: 100%;
    z-index: 5;
    overflow-y: auto;
}

@media (min-width: 1024px) {
    .product_details_window_inner {
        padding: 4.8rem 3.2rem;
    }
}

.locked {
    overflow: hidden;
}

.product_details_content {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
    display: flex;
}

.detail_content_head {
    display: none;
    color: #0E1B2F;
    font-family: "Helvetica Neue";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -1.44px;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .detail_content_head {
        display: block;
    }
}

.detail_content_main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
}

@media (min-width: 1024px) {
    .detail_content_main {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
}

.detail_content_main .product_image {
    width: 100%;
    height: 30rem;
    border-radius: 0.8rem;
    background-color: #F8F9FB;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail_content_main .product_image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .detail_content_main .product_image {
        max-width: 30rem;
    }
}

.detail_content_main_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.detail_content_main_body .detail_content_main_title {
    width: 100%;
    color: #0E1B2F;
    font-family: "Helvetica Neue";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 0.8rem;
}

@media (min-width: 1024px) {
    .detail_content_main_body .detail_content_main_title {
        display: none;
    }
}

.detail_content_main_text {
    width: 100%;
    color: #0E1B2F;
    font-family: "Helvetica Neue";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

@media (min-width: 1024px) {
    .detail_content_main_text {
        font-size: 1.6rem;
    }
}

.detail_content_main_parameter_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2.4rem;
    border-top: 1px solid #0E1B2F1A;
}

.detail_content_main_parameter_list .parameter_row {
    width: 100%;
    border-bottom: 1px solid #0E1B2F1A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.2rem;
    padding: 0.8rem 0;
}

.detail_content_main_parameter_list .parameter_row span {
    color: #0E1B2F;
    font-family: "Helvetica Neue";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.detail_content_main_parameter_list .parameter_row span:last-child {
    font-weight: 400;
}

@media (min-width: 1024px) {
    .detail_content_main_parameter_list .parameter_row span {
        font-size: 1.6rem;
    }
}

.detail_content_alt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
}

.product_parameters_table_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
}

@media (min-width: 1024px) {
    .product_parameters_table_wrapper {
        gap: 2.4rem;
    }
}

.product_parameters_table_wrapper .table_title {
    width: 100%;
    color: #0E1B2F;
    font-family: "Helvetica Neue";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

@media (min-width: 1024px) {
    .product_parameters_table_wrapper .table_title {
        font-size: 2.4rem;
    }
}

.parameters_table {
    width: 100%;
    border: 1px solid #E2E4E6;
    min-width: 70rem;
}

.parameters_table th,
.parameters_table td {
    text-align: center;
    padding: 1rem 2rem;
    height: 6rem;
    border-right: 1px solid #E2E4E6;
}

.parameters_table th {
    background-color: #F8F9FB;
}

.parameters_table tbody tr {
    border-bottom: 1px solid #E2E4E6;
}

.parameters_table tbody tr:last-child {
    border-bottom: 0;
}

.detail_content_main_body,
.detail_content_alt {
    padding: 0 1.6rem;
}

.parameters_table_container {
    width: 100%;
    overflow: auto;
}

.parameters_table_container::-webkit-scrollbar {
    display: none;
}

.product_detail_loading {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20rem;
    color: #647897;
    font-family: "Helvetica Neue";
    font-size: 1.6rem;
}

.export_main_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
}
@media (min-width: 1024px){
    .export_main_content{
        margin-bottom: 7.2rem;
    }
}
.export_main_content_left{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 4.4rem 0 0;
    gap: 2.4rem;
}
@media (min-width: 1024px){
    .export_main_content_left{
        padding: 8rem 0 2.8rem;
    }
}
.export_main_content_right{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 4.4rem 0 4.4rem;
    gap: 2.4rem;
}
.export_main_content_text{
    width: 100%;
    max-width: 80rem;
    color: #0E1B2F;
    font-family: "Helvetica Neue";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}
.export_main_content_text.text_secondary{
    line-height: 150%;
}
.export_main_content_text.text_small{
    line-height: 150%;
    font-size: 1.6rem;
    font-weight: 300;
}