.aw-product-page {
    width: min(100% - 48px, var(--aw-container));
    max-width: none;
    margin: 0 auto;
    padding: 22px 0 36px;
}

.aw-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    color: var(--aw-muted);
    font-size: 13px;
}

.aw-breadcrumbs a {
    color: var(--aw-muted);
    text-decoration: none;
}

.aw-breadcrumbs a:hover {
    color: var(--aw-orange);
}

.aw-product-hero--reference {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 32px;
    align-items: start;
    width: 100%;
    max-width: none;
    margin: 0 0 26px;
}

.aw-product-main-column,
.aw-product-side-column {
    min-width: 0;
}

.aw-product-heading {
    margin-bottom: 18px;
}

.aw-product-heading h1 {
    max-width: 960px;
    margin: 0;
    color: var(--aw-black);
    font-size: clamp(24px, 2.25vw, 34px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.aw-product-heading p {
    max-width: 100%;
    margin: 10px 0 0;
    color: #5d6875;
    font-size: 15px;
    line-height: 1.42;
}

.aw-product-status-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 16px;
}

.aw-product-stock-badge,
.aw-product-label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 900;
    border-radius: 8px;
    white-space: nowrap;
}

.aw-product-stock-badge {
    color: #18863b;
    background: #e8f8ee;
}

.aw-product-label.is-label-default {
    color: #475569;
    background: #f1f5f9;
}

.aw-product-label.is-label-new {
    color: #0369a1;
    background: #e0f2fe;
}

.aw-product-label.is-label-stock {
    color: #18863b;
    background: #e9f8ee;
}

.aw-product-label.is-label-order {
    color: #bf5719;
    background: #fff1e8;
}

.aw-product-label.is-label-request {
    color: #5b6472;
    background: #f3f4f6;
}

.aw-product-label.is-label-discount {
    color: #b42318;
    background: #fee4e2;
}

.aw-product-label.is-label-hit {
    color: #7c2d12;
    background: #ffedd5;
}

.aw-product-label.is-label-pulse {
    color: #6d28d9;
    background: #ede9fe;
}

.aw-product-label.is-label-cert {
    color: #166534;
    background: #dcfce7;
}

.aw-product-media {
    position: relative;
    display: grid;
    grid-template-columns: 90px minmax(360px, 1fr) minmax(300px, 360px);
    gap: 22px;
    align-items: stretch;
}

.aw-product-media:not(:has(.aw-product-lead-specs)) {
    grid-template-columns: 90px minmax(0, 1fr);
}

.aw-product-thumbs--vertical {
    grid-column: 1;
}

.aw-product-main-image,
.aw-product-image-placeholder {
    grid-column: 2;
}

.aw-product-lead-specs {
    grid-column: 3;
}

.aw-product-media-brand-mark {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 56px;
    padding: 8px 14px;
    background: #ffffff;
    border: 1px solid var(--aw-border);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.aw-product-media-brand-mark:hover {
    border-color: rgba(247, 102, 40, 0.45);
    box-shadow: 0 12px 28px rgba(247, 102, 40, 0.12);
    transform: translateY(-1px);
}

.aw-product-media-brand-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aw-product-thumbs--vertical {
    display: grid;
    gap: 12px;
    align-content: start;
    max-height: 530px;
    overflow-y: auto;
    padding-right: 2px;
}

.aw-product-thumb {
    width: 82px;
    height: 82px;
    padding: 5px;
    cursor: pointer;
    border: 1px solid var(--aw-border);
    border-radius: 12px;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.aw-product-thumb:hover,
.aw-product-thumb.is-active {
    border-color: var(--aw-orange);
    box-shadow: 0 8px 18px rgba(247, 102, 40, 0.14);
}

.aw-product-thumb:hover {
    transform: translateY(-1px);
}

.aw-product-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aw-product-main-image,
.aw-product-image-placeholder {
    min-height: 430px;
    background: transparent;
    overflow: visible;
}

.aw-product-main-image {
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.aw-product-media-label {
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.aw-product-media-label.is-label-default {
    color: #475569;
    background: #f1f5f9;
}

.aw-product-media-label.is-label-new {
    color: #0369a1;
    background: #e0f2fe;
}

.aw-product-media-label.is-label-stock {
    color: #18863b;
    background: #e9f8ee;
}

.aw-product-media-label.is-label-order {
    color: #bf5719;
    background: #fff1e8;
}

.aw-product-media-label.is-label-request {
    color: #5b6472;
    background: #f3f4f6;
}

.aw-product-media-label.is-label-discount {
    color: #b42318;
    background: #fee4e2;
}

.aw-product-media-label.is-label-hit {
    color: #7c2d12;
    background: #ffedd5;
}

.aw-product-media-label.is-label-pulse {
    color: #6d28d9;
    background: #ede9fe;
}

.aw-product-media-label.is-label-cert {
    color: #166534;
    background: #dcfce7;
}

.aw-product-image-placeholder {
    background: #ffffff;
    border: 1px dashed var(--aw-border);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.aw-product-main-image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: inherit;
    padding: 12px 22px 24px;
    cursor: zoom-in;
    border: 0;
    background: transparent;
    font: inherit;
    text-decoration: none;
}

.aw-product-main-image img {
    display: block;
    max-width: 100%;
    max-height: 410px;
    object-fit: contain;
}

.aw-product-image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 28px;
    color: var(--aw-muted);
    text-align: center;
    border-style: dashed;
}

.aw-product-image-placeholder img {
    display: block;
    width: min(260px, 80%);
    max-height: 300px;
    object-fit: contain;
    opacity: 0.9;
}

.aw-product-lead-specs {
    align-self: stretch;
    padding: 24px 24px 22px;
    background: #ffffff;
    border: 1px solid var(--aw-border);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
}

.aw-product-lead-specs h2 {
    margin: 0 0 20px;
    color: var(--aw-black);
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.aw-product-lead-specs__list {
    display: grid;
    gap: 14px;
}

.aw-product-lead-spec {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 62px;
    padding: 12px 14px;
    border: 1px solid var(--aw-border-soft);
    border-radius: 14px;
    background: #ffffff;
}

.aw-product-lead-spec__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--aw-orange);
    font-size: 18px;
    font-weight: 900;
    border: 1px solid rgba(247, 102, 40, 0.26);
    border-radius: 12px;
    background: rgba(247, 102, 40, 0.08);
}

.aw-product-lead-spec__name {
    min-width: 0;
    color: #647180;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.25;
}

.aw-product-lead-spec__value {
    color: var(--aw-black);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
}

.aw-product-side-column {
    display: grid;
    gap: 18px;
}

.aw-product-purchase-card,
.aw-product-commercial-card,
.aw-card {
    background: #ffffff;
    border: 1px solid var(--aw-border);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.aw-product-purchase-card {
    padding: 26px 28px;
}

.aw-product-purchase-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--aw-border-soft);
}

.aw-product-article,
.aw-product-code {
    position: relative;
    min-width: 0;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.aw-product-article span,
.aw-product-code span,
.aw-price-label {
    display: block;
    margin-bottom: 5px;
    color: #7a8491;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

.aw-product-article strong,
.aw-product-code strong {
    display: block;
    min-height: 34px;
    padding-right: 42px;
    color: var(--aw-black);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
}

.aw-product-copy {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    cursor: pointer;
    color: #7a8491;
    border: 1px solid #d8dee6;
    border-radius: 10px;
    background: #ffffff;
    transform: translateY(-50%);
    transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.aw-product-copy:hover {
    color: var(--aw-orange);
    border-color: rgba(247, 102, 40, 0.42);
    background: rgba(247, 102, 40, 0.06);
    box-shadow: 0 8px 18px rgba(247, 102, 40, 0.12);
}

.aw-product-copy svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.aw-product-copy__done {
    display: none;
    color: #18863b;
}

.aw-product-copy.is-copied .aw-product-copy__icon {
    display: none;
}

.aw-product-copy.is-copied .aw-product-copy__done {
    display: inline;
}

.aw-product-price-panel {
    margin-bottom: 12px;
}

.aw-price {
    color: var(--aw-black);
    font-size: 40px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.05em;
    white-space: nowrap;
}

.aw-price-request {
    font-size: 36px;
}

.aw-old-price {
    margin-top: 6px;
    color: #98a1ad;
    font-weight: 700;
    text-decoration: line-through;
}

.aw-product-availability {
    display: flex;
    gap: 9px;
    align-items: center;
    margin: 12px 0 16px;
    color: #56616f;
    font-size: 13px;
    line-height: 1.2;
    white-space: normal;
}

.aw-product-availability span:last-child {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
}

.aw-product-availability__dot {
    flex: 0 0 9px;
    width: 9px;
    height: 9px;
    margin-top: 0;
    border-radius: 999px;
    background: #19a05f;
}

.aw-product-quantity {
    display: inline-grid;
    grid-template-columns: 38px 58px 38px auto;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 16px;
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.aw-product-quantity button,
.aw-product-quantity input {
    height: 38px;
    border: 1px solid var(--aw-border);
    background: #ffffff;
    font-family: inherit;
    font-weight: 800;
    text-align: center;
}

.aw-product-quantity button {
    cursor: pointer;
    color: #5d6875;
}

.aw-product-quantity button:first-child {
    border-right: 0;
    border-radius: 10px 0 0 10px;
}

.aw-product-quantity input {
    width: 58px;
    border-left: 1px solid var(--aw-border);
    border-right: 1px solid var(--aw-border);
    border-radius: 0;
}

.aw-product-quantity button:nth-child(3) {
    border-left: 0;
    border-radius: 0 10px 10px 0;
}

.aw-product-quantity span {
    padding: 0;
    color: #7a8491;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.aw-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 50px;
    padding: 0 20px;
    cursor: pointer;
    font-weight: 900;
    font-family: inherit;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 10px;
}

.aw-button + .aw-button {
    margin-top: 10px;
}

.aw-button-primary {
    color: #ffffff;
    background: var(--aw-orange);
}

.aw-button-outline {
    color: var(--aw-black);
    border-color: #d8dee6;
    background: #ffffff;
}

.aw-product-purchase-note {
    margin: 14px 0 0;
    padding-top: 14px;
    color: #5d6875;
    font-size: 13px;
    line-height: 1.45;
    border-top: 1px solid var(--aw-border);
}

.aw-product-commercial-section {
    margin: 0 0 24px;
}

.aw-product-commercial-section .aw-product-commercial-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aw-product-commercial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.aw-product-commercial-card {
    min-width: 0;
    padding: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.045);
}

.aw-product-commercial-card__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.aw-product-commercial-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    color: var(--aw-orange);
    border: 1px solid rgba(247, 102, 40, 0.28);
    border-radius: 10px;
    background: rgba(247, 102, 40, 0.06);
}

.aw-product-commercial-card__icon svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.aw-product-commercial-card strong {
    display: block;
    color: var(--aw-black);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}

.aw-product-commercial-card > span:last-child {
    display: block;
    color: #647180;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.32;
}

.aw-product-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    margin: 18px 0 0;
    padding: 0 6px;
    scroll-margin-top: 118px;
    border-bottom: 1px solid var(--aw-border);
}

.aw-product-tabs a {
    position: relative;
    display: inline-flex;
    padding: 0 0 15px;
    color: #56616f;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}

.aw-product-tabs a.is-active {
    color: var(--aw-black);
}

.aw-product-tabs a.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: var(--aw-orange);
}

[data-product-tab-panel][hidden] {
    display: none;
}

.aw-card {
    padding: 28px;
    margin-bottom: 24px;
}

.aw-card h2 {
    margin: 0 0 18px;
    font-size: 26px;
    letter-spacing: -0.03em;
}

.aw-product-spec-card {
    padding-top: 24px;
}

.aw-product-related-card {
    min-height: 220px;
}

.aw-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--aw-border);
    border-radius: 14px;
}

.aw-spec-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-width: 0;
    border-bottom: 1px solid var(--aw-border);
}

.aw-spec-row:nth-last-child(-n+2) {
    border-bottom: 0;
}

.aw-spec-row:nth-child(odd) {
    border-right: 1px solid var(--aw-border);
}

.aw-spec-name,
.aw-spec-value {
    padding: 13px 15px;
    min-width: 0;
}

.aw-spec-name {
    background: #fafafa;
    color: #394353;
    font-weight: 800;
}

.aw-spec-value {
    color: var(--aw-black);
    font-weight: 800;
    border-left: 1px solid var(--aw-border);
}

.aw-content {
    color: #333333;
    line-height: 1.7;
}

.aw-content > *:first-child {
    margin-top: 0;
}

.aw-content > *:last-child {
    margin-bottom: 0;
}

.aw-content p,
.aw-content ul,
.aw-content ol,
.aw-content table,
.aw-content blockquote {
    margin: 0 0 16px;
}

.aw-content h3,
.aw-content h4,
.aw-content h5 {
    margin: 24px 0 12px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.aw-content ul,
.aw-content ol {
    padding-left: 22px;
}

.aw-content li + li {
    margin-top: 6px;
}

.aw-content table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid var(--aw-border);
    border-radius: 14px;
}

.aw-content th,
.aw-content td {
    padding: 12px 14px;
    border: 1px solid var(--aw-border);
    vertical-align: top;
}

.aw-content th {
    background: #fafafa;
    font-weight: 700;
}

.aw-content blockquote {
    padding: 14px 18px;
    border-left: 4px solid var(--aw-orange);
    background: #fafafa;
    border-radius: 12px;
}

.aw-muted {
    color: var(--aw-muted);
}

.aw-card-headline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.aw-card-headline h2 {
    margin-bottom: 0;
}

.aw-section-kicker {
    display: block;
    margin-bottom: 6px;
    color: var(--aw-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aw-section-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    color: var(--aw-orange);
    font-size: 13px;
    font-weight: 800;
    border: 1px solid rgba(247, 102, 40, 0.35);
    border-radius: 999px;
    background: rgba(247, 102, 40, 0.08);
}

.aw-documents {
    display: grid;
    gap: 12px;
}

.aw-document-link {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    color: var(--aw-black);
    text-decoration: none;
    border: 1px solid var(--aw-border);
    border-radius: 14px;
    background: #fafafa;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.aw-document-link:hover {
    border-color: var(--aw-orange);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.aw-document-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 38px;
    padding: 0 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    border-radius: 10px;
    background: var(--aw-orange);
}

.aw-document-body {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.aw-document-title {
    font-weight: 800;
}

.aw-document-body small {
    color: var(--aw-muted);
}

.aw-document-cta {
    color: var(--aw-orange);
    font-weight: 800;
    white-space: nowrap;
}

.aw-brand-line {
    display: flex;
    align-items: center;
    gap: 18px;
}

.aw-brand-line img,
.aw-brand-placeholder {
    width: 96px;
    height: 96px;
    border: 1px solid var(--aw-border);
    border-radius: 14px;
    background: #ffffff;
}

.aw-brand-line img {
    object-fit: contain;
}

.aw-brand-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--aw-orange);
    font-size: 32px;
    font-weight: 800;
}

.aw-brand-line h3 {
    margin: 0 0 8px;
    font-size: 24px;
}

.aw-brand-line a {
    color: var(--aw-orange);
    font-weight: 700;
    text-decoration: none;
}


.aw-product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 48px;
    background: rgba(12, 17, 23, 0.78);
    backdrop-filter: blur(4px);
}

.aw-product-lightbox.is-open {
    display: flex;
}

.aw-product-lightbox img {
    display: block;
    max-width: min(92vw, 1180px);
    max-height: 86vh;
    object-fit: contain;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
}

.aw-product-lightbox__close {
    position: absolute;
    top: 22px;
    right: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

body.aw-product-lightbox-open {
    overflow: hidden;
}

@media (max-width: 1120px) {
    .aw-product-hero--reference {
        grid-template-columns: 1fr;
    }

    .aw-product-main-column {
        display: contents;
    }

    .aw-product-heading {
        order: 1;
    }

    .aw-product-media {
        order: 2;
    }

    .aw-product-side-column {
        order: 3;
        grid-template-columns: 1fr;
    }

    .aw-product-purchase-card {
        align-self: start;
    }

    .aw-product-tabs {
        order: 4;
        margin-top: 0;
    }

    .aw-product-commercial-section .aw-product-commercial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .aw-product-page {
        width: min(100% - 32px, var(--aw-container));
        padding: 18px 0 30px;
    }

    .aw-product-media,
    .aw-product-media:not(:has(.aw-product-lead-specs)) {
        grid-template-columns: 1fr;
    }

    .aw-product-thumbs--vertical,
    .aw-product-main-image,
    .aw-product-image-placeholder,
    .aw-product-lead-specs {
        grid-column: auto;
    }

    .aw-product-thumbs--vertical {
        display: flex;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        order: 2;
    }

    .aw-product-main-image,
    .aw-product-image-placeholder {
        min-height: 340px;
    }

    .aw-product-media-brand-mark {
        width: 118px;
        height: 54px;
        padding: 8px 12px;
    }

    .aw-product-main-image img {
        max-height: 320px;
    }


    .aw-product-side-column {
        grid-template-columns: 1fr;
    }

    .aw-specs {
        grid-template-columns: 1fr;
    }

    .aw-spec-row,
    .aw-spec-row:nth-child(odd),
    .aw-spec-row:nth-last-child(-n+2) {
        border-right: 0;
        border-bottom: 1px solid var(--aw-border);
    }

    .aw-spec-row:last-child {
        border-bottom: 0;
    }

    .aw-document-link {
        grid-template-columns: auto 1fr;
    }

    .aw-document-cta {
        grid-column: 2;
    }
}

/* Product mobile purchase card fit */
@media (max-width: 640px) {
    .aw-product-side-column,
    .aw-product-purchase-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .aw-product-purchase-card {
        overflow: hidden;
        padding: 22px 18px;
    }

    .aw-product-purchase-card > *,
    .aw-product-purchase-card form,
    .aw-product-purchase-card a {
        max-width: 100%;
        box-sizing: border-box;
    }

    .aw-product-purchase-card form {
        width: 100%;
        min-width: 0;
    }

    .aw-product-purchase-card form button[type="submit"],
    .aw-product-purchase-card .aw-product-button,
    .aw-product-purchase-card .aw-product-cart-button,
    .aw-product-purchase-card .aw-product-request-button {
        width: 100%;
        min-width: 0;
    }

    .aw-product-purchase-card button[aria-label*="коп"],
    .aw-product-purchase-card button[aria-label*="Коп"],
    .aw-product-purchase-card button[title*="коп"],
    .aw-product-purchase-card button[title*="Коп"],
    .aw-product-purchase-card .aw-copy-button,
    .aw-product-purchase-card .aw-product-copy-button {
        width: 32px;
        min-width: 32px;
        max-width: 32px;
        height: 32px;
        min-height: 32px;
        max-height: 32px;
        padding: 0;
        flex: 0 0 32px;
    }

    .aw-product-purchase-card button[aria-label*="коп"] svg,
    .aw-product-purchase-card button[aria-label*="Коп"] svg,
    .aw-product-purchase-card button[title*="коп"] svg,
    .aw-product-purchase-card button[title*="Коп"] svg,
    .aw-product-purchase-card .aw-copy-button svg,
    .aw-product-purchase-card .aw-product-copy-button svg {
        width: 15px;
        height: 15px;
    }

    .aw-product-purchase-card .aw-product-quantity,
    .aw-product-purchase-card .aw-quantity,
    .aw-product-purchase-card [data-quantity] {
        max-width: 100%;
        min-width: 0;
        flex-wrap: wrap;
    }

    .aw-product-purchase-card p,
    .aw-product-purchase-card span,
    .aw-product-purchase-card small {
        overflow-wrap: anywhere;
    }
}


@media (max-width: 640px) {
    .aw-product-commercial-grid {
        grid-template-columns: 1fr;
    }


    .aw-product-media-brand-mark {
        width: 92px;
        height: 42px;
        padding: 7px 10px;
    }

    .aw-product-heading h1 {
        font-size: 28px;
    }

    .aw-product-heading p {
        font-size: 14px;
        line-height: 1.4;
    }


    .aw-product-lead-spec {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .aw-product-lead-spec__value {
        grid-column: 2;
        text-align: left;
        white-space: normal;
    }


    .aw-product-purchase-top {
        grid-template-columns: 1fr;
    }

    .aw-product-lightbox {
        padding: 24px;
    }

    .aw-card,
    .aw-product-purchase-card,
    .aw-product-commercial-card {
        padding: 20px;
    }

    .aw-spec-row {
        grid-template-columns: 1fr;
    }

    .aw-spec-value {
        border-left: 0;
        border-top: 1px solid var(--aw-border);
    }
}

.aw-product-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.aw-product-related-item {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 12px;
    color: inherit;
    text-decoration: none;
    border: 1px solid var(--aw-border-soft);
    border-radius: 14px;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.aw-product-related-item:hover {
    border-color: rgba(247, 102, 40, 0.38);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.aw-product-related-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    background: #f8fafc;
    border-radius: 12px;
}

.aw-product-related-item__image img {
    display: block;
    max-width: 78px;
    max-height: 78px;
    object-fit: contain;
}

.aw-product-related-item__body {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.aw-product-related-item__body strong {
    color: var(--aw-black);
    font-size: 14px;
    line-height: 1.25;
}

.aw-product-related-item__body small {
    color: var(--aw-orange);
    font-size: 13px;
    font-weight: 800;
}

.aw-product-reviews {
    display: grid;
    gap: 14px;
}

.aw-product-review {
    padding: 16px 18px;
    border: 1px solid var(--aw-border-soft);
    border-radius: 14px;
    background: #ffffff;
}

.aw-product-review strong {
    display: block;
    margin-bottom: 8px;
    color: var(--aw-black);
}

.aw-product-review p {
    margin: 0;
    color: var(--aw-muted);
    font-size: 15px;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .aw-product-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .aw-product-related-grid {
        grid-template-columns: 1fr;
    }
}
