.product-page-content {
    padding: 28px 0 56px;
    background: #f4f6fa;
}
.product-page-content .row {
    display: block;
}
.product-detail-card,
.product-info-card {
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(13, 43, 87, 0.08);
    overflow: hidden;
}
.product-detail-card {
    padding: 0;
    margin: 0 0 20px;
}
.product-back-wrap {
    margin: 0 0 14px;
}
.product-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d9e5f2;
    color: #0d2b57;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(13, 43, 87, 0.06);
}
.product-back-link i {
    font-size: 16px;
}
.product-back-link:hover {
    color: #0d2b57;
    text-decoration: none;
    background: #f7faff;
    border-color: #c8d8ea;
}
.product-detail-inner {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.product-detail-media,
.product-detail-copy {
    display: block;
}
.product-detail-media {
    width: 42%;
    padding: 22px;
    background: linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
    border-right: 1px solid #e8edf4;
    display: flex;
}
.product-detail-copy {
    width: 58%;
    padding: 26px 28px 24px;
}
.product-photo {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 16px;
    min-height: 340px;
    padding: 22px 18px 48px;
    text-align: center;
    margin: 0;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(13, 43, 87, 0.06);
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-photo img {
    max-width: 100%;
    max-height: 340px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.product-photo-zoom {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    background: #0d2b57;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 12px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(13, 43, 87, 0.22);
    text-align: center;
}
.product-photo:hover .product-photo-zoom {
    background: #163a73;
    color: #fff;
}
.product-title-wrap {
    margin: 0 0 18px;
    padding: 0 0 16px;
    border-bottom: 0;
    position: relative;
}
.product-title-wrap:after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin-top: 14px;
    background: #f2c300;
    border-radius: 2px;
}
.product-title-wrap h3 {
    margin: 0;
    color: #0d2b57;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: 0.1px;
}
.product-specs {
    border: 0;
    border-radius: 0;
    overflow: visible;
    margin: 0 0 18px;
}
.product-spec-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px dashed #e6ecf4;
}
.product-spec-row:last-child {
    border-bottom: none;
}
.product-spec-row:nth-child(even) {
    background: transparent;
}
.product-spec-stock {
    display: block;
    width: auto;
    table-layout: auto;
    margin: 0 0 14px;
    padding: 12px 14px;
    background: #f4f7fb;
    border: 1px solid #e4ebf4;
    border-radius: 12px;
}
.product-spec-label,
.product-spec-value {
    display: table-cell;
    padding: 9px 0;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.4;
}
.product-spec-stock .product-spec-label,
.product-spec-stock .product-spec-value {
    padding: 0;
}
.product-spec-label {
    width: 38%;
    color: #5b6b82;
    font-weight: 700;
}
.product-spec-value {
    width: 62%;
    color: #0d2b57;
    font-weight: 800;
    text-align: right;
}
.product-spec-value a {
    color: #0d2b57;
    font-weight: 800;
}
.product-spec-value a:hover {
    color: #163a73;
}
.product-actions {
    margin: 0;
    overflow: visible;
}
.product-action {
    display: block;
    float: left;
    width: 48.5%;
    box-sizing: border-box;
    margin: 0 3% 10px 0;
    min-height: 96px;
    padding: 14px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    border: 1px solid #d7e0ec;
    background: #fff;
    color: #0d2b57;
}
.product-action:nth-child(2) {
    margin-right: 0;
}
.product-action i {
    display: block;
    margin: 0 auto 8px;
    font-size: 18px;
    color: #0d2b57;
}
.product-action-title,
.product-action-text {
    display: block;
}
.product-action-title {
    font-size: 13px;
    font-weight: 700;
    color: #4f6686;
    margin-bottom: 4px;
}
.product-action-text {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 800;
    color: #0d2b57;
    word-break: break-word;
}
.product-action-mail .product-action-text {
    font-size: 14px;
    line-height: 1.35;
    max-width: 100%;
    overflow-wrap: anywhere;
}
.product-action-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
    border-color: #d3dfef;
    box-shadow: 0 10px 18px rgba(13, 43, 87, 0.08);
}
.product-action:hover {
    background: #f4f7fb;
    color: #0d2b57;
    text-decoration: none;
    border-color: #c5d2e3;
    box-shadow: 0 12px 20px rgba(13, 43, 87, 0.12);
}
.product-b2b-row {
    display: flex;
    flex-wrap: nowrap;
    clear: both;
    width: 100%;
    gap: 8px;
    margin: 2px 0 0;
}
.product-b2b-row .product-action {
    float: none;
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 8px 10px;
}
.product-action-b2b {
    flex: 1 1 0;
    height: 40px;
    min-height: 40px;
    background: #1f5aa8;
    border-color: #1f5aa8;
    color: #fff !important;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1;
    border-radius: 8px;
}
.product-action-b2b i {
    display: inline-block !important;
    margin: 0 !important;
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
}
.product-action-b2b:hover {
    background: #2a6bc0;
    border-color: #2a6bc0;
    color: #fff !important;
}
.product-action-b2b-kayit {
    background: #f2c300;
    border-color: #f2c300;
    color: #1a1a1a !important;
}
.product-action-b2b-kayit i {
    color: #1a1a1a;
}
.product-action-b2b-kayit:hover {
    background: #ffd21a;
    border-color: #ffd21a;
    color: #1a1a1a !important;
}
.product-info-card {
    padding: 22px 24px 24px;
    margin: 0 0 8px;
}
.product-info-accordion {
    padding: 0;
    overflow: hidden;
}
.product-info-toggle {
    list-style: none;
    display: block;
    padding: 18px 24px 16px;
    cursor: pointer;
    user-select: none;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.product-info-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.product-info-toggle::-webkit-details-marker {
    display: none;
}
.product-info-toggle-text {
    color: #0d2b57;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}
.product-info-toggle-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #edf3fa;
    color: #0d2b57;
    font-size: 14px;
    box-shadow: inset 0 0 0 1px #d9e5f2;
    transition: transform 0.25s ease, background 0.25s ease;
    flex: 0 0 40px;
}
.product-info-accordion[open] .product-info-toggle-icon {
    background: #0d2b57;
    color: #fff;
    transform: rotate(45deg);
}
.product-info-preview {
    display: block;
    position: relative;
    padding: 10px 48px 4px 0;
    border-top: none;
    color: #5b7393;
    font-size: 14px;
    line-height: 1.7;
    max-height: 52px;
    overflow: hidden;
}
.product-info-preview:after {
    content: "";
    position: absolute;
    left: 0;
    right: 48px;
    bottom: 0;
    height: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 90%);
}
.product-info-accordion[open] .product-info-preview {
    display: none;
}
.product-info-body {
    position: relative;
    padding: 16px 24px 24px;
    border-top: 1px solid #edf2f8;
    display: none;
}
.product-info-accordion[open] .product-info-body {
    display: block;
    overflow: visible;
}
.product-info-card h3 {
    margin: 0 0 12px;
    color: #0d2b57;
    font-size: 18px;
    font-weight: 800;
}
.product-info-card p,
.product-info-card div,
.product-info-card {
    color: #334155;
    font-size: 14px;
    line-height: 1.65;
}
.machines-innerbanner .tg-pagetitle p {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.35;
    word-break: break-word;
}
@media (max-width: 991px) {
    .product-detail-inner,
    .product-detail-media,
    .product-detail-copy {
        display: block;
        width: 100%;
    }
    .product-detail-media {
        border-right: 0;
        border-bottom: 1px solid #e8edf4;
        padding: 18px;
    }
    .product-detail-copy {
        padding: 20px 18px 18px;
    }
    .product-photo {
        min-height: 240px;
    }
    .product-photo img {
        max-height: 240px;
    }
}
@media (max-width: 767px) {
    .product-info-card {
        padding: 16px;
    }
    .product-info-accordion {
        padding: 0;
    }
    .product-info-toggle {
        padding: 18px 16px;
    }
    .product-info-toggle-text {
        font-size: 18px;
    }
    .product-info-body {
        padding: 14px 16px 18px;
    }
    .product-info-preview {
        padding: 14px 16px 16px;
        max-height: 96px;
    }
    .product-info-preview:after {
        left: 16px;
        right: 16px;
    }
    .product-title-wrap h3,
    .machines-innerbanner .tg-pagetitle p {
        font-size: 18px;
    }
    .product-spec-label,
    .product-spec-value {
        display: block;
        width: 100%;
        text-align: left;
        padding: 4px 0;
    }
    .product-spec-value {
        padding-bottom: 10px;
    }
    .product-action {
        float: none;
        width: 100%;
        margin: 0 0 8px;
        min-height: 88px;
    }
    .product-action-text {
        font-size: 18px;
    }
    .product-action-mail .product-action-text {
        font-size: 15px;
    }
    .product-action-b2b,
    .product-b2b-row .product-action {
        width: auto;
        min-height: 38px;
        height: 38px;
        margin: 0;
        font-size: 12px;
        padding: 6px 8px;
    }
}
