.lumedra-product-hero {
    --lumedra-product-hero-text: #0a0a0a;
    --lumedra-product-hero-muted: rgba(10, 10, 10, 0.48);
    --lumedra-product-hero-border: #e7e0d7;
    display: grid;
    grid-template-columns: minmax(0, 520px) minmax(360px, 480px);
    gap: clamp(42px, 6vw, 72px);
    align-items: start;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    color: var(--lumedra-product-hero-text);
}

.lumedra-product-hero__gallery {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

@media (min-width: 981px) {
    .lumedra-product-hero__gallery {
        position: sticky;
        top: 120px;
        z-index: 5;
    }
}

.lumedra-product-hero__thumbs {
    display: grid;
    gap: 9px;
}

.lumedra-product-hero__thumb {
    width: 58px;
    aspect-ratio: 1;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 4px;
    background: #141414;
    cursor: pointer;
}

.lumedra-product-hero__thumb.is-active {
    border: 0;
}

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

.lumedra-product-hero__image-wrap {
    position: relative;
    min-height: 438px;
    overflow: hidden;
    border-radius: 4px;
    background: #f7f7f5;
    cursor: zoom-in;
}

.lumedra-product-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 438px;
    object-fit: contain;
    opacity: 1;
    transform: scale(1);
    transition: opacity 220ms ease, transform 320ms ease;
}

.lumedra-product-lightbox {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483647 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(10, 10, 10, 0.88);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.lumedra-product-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.lumedra-product-lightbox__figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
}

.lumedra-product-lightbox__image {
    display: block;
    max-width: min(1120px, 100%);
    max-height: min(82vh, 900px);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.3);
}

.lumedra-product-lightbox__close,
.lumedra-product-lightbox__nav {
    position: absolute;
    z-index: 2147483647;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease;
    appearance: none;
}

.lumedra-product-lightbox__close:hover,
.lumedra-product-lightbox__nav:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.68);
}

.lumedra-product-lightbox__close {
    top: 22px;
    right: 22px;
    width: 42px;
    height: 42px;
    font-size: 28px;
    line-height: 1;
}

.lumedra-product-lightbox__nav {
    top: 50%;
    width: 46px;
    height: 46px;
    font-size: 38px;
    line-height: 1;
    transform: translateY(-50%);
}

.lumedra-product-lightbox__nav--prev {
    left: 22px;
}

.lumedra-product-lightbox__nav--next {
    right: 22px;
}

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

.lumedra-product-hero__image.is-switching {
    opacity: 0.2;
    transform: scale(1.015);
}

.lumedra-product-hero__badge {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 5px 13px 4px;
    border-radius: 0 12px 0 0;
    background: var(--lumedra-product-badge-bg, #0b1b30);
    color: var(--lumedra-product-badge-color, #ffffff);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.lumedra-product-hero__summary {
    min-width: 0;
}

.lumedra-product-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
    color: #1687e8;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.lumedra-product-hero__meta span + span::before {
    content: "\00B7";
    margin-right: 8px;
}

.lumedra-product-hero__title {
    max-width: 440px;
    margin: 0;
    color: #0a0a0a;
    font-size: clamp(29px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: 0;
}

.lumedra-product-hero__title-line {
    display: block;
    width: 34px;
    height: 1px;
    margin: 25px 0 27px;
    background: #1687e8;
}

.lumedra-product-hero__price {
    color: #0a0a0a;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.lumedra-product-hero__price .lumedra-product-card__price-amount::after {
    content: " z\0142";
}

.lumedra-product-hero__price-note {
    margin: 9px 0 25px;
    color: rgba(10, 10, 10, 0.38);
    font-size: 12px;
    line-height: 1.4;
}

.lumedra-product-hero__cart {
    padding-top: 21px;
    border-top: 1px solid var(--lumedra-product-hero-border);
}

.lumedra-product-hero__options {
    margin-bottom: 16px;
}

.lumedra-product-hero__options fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.lumedra-product-hero__options legend {
    margin: 0 0 10px;
    padding: 0;
    color: #0a0a0a;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.lumedra-product-hero__option-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lumedra-product-hero__option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.lumedra-product-hero__option span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    min-width: 57px;
    padding: 7px 14px;
    border: 1px solid var(--lumedra-product-hero-border);
    border-radius: 5px;
    background: #ffffff;
    color: rgba(10, 10, 10, 0.54);
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.lumedra-product-hero__option input:checked + span {
    border-color: #0a0a0a;
    background: #0a0a0a;
    color: #ffffff;
}

.lumedra-product-hero__cart-row {
    display: grid;
    grid-template-columns: 96px minmax(180px, 1fr);
    gap: 12px;
    align-items: center;
    width: 100%;
    max-width: 362px;
}

.lumedra-product-hero__qty {
    display: grid;
    grid-template-columns: 29px 1fr 29px;
    min-height: 42px;
    overflow: hidden;
    border: 1px solid var(--lumedra-product-hero-border);
    border-radius: 5px;
    background: #ffffff;
}

.lumedra-product-hero__qty-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #0a0a0a;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.lumedra-product-hero__qty input.qty {
    width: 100%;
    height: 100%;
    min-height: 40px;
    padding: 0;
    border: 0;
    color: #0a0a0a;
    background: #f3f1ee;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    appearance: textfield;
}

.lumedra-product-hero__qty input.qty::-webkit-inner-spin-button,
.lumedra-product-hero__qty input.qty::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.lumedra-product-hero__add {
    width: 100%;
    min-height: 42px;
    border: 1px solid #1687e8;
    border-radius: 5px;
    background: #1687e8;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.lumedra-product-hero__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 20px 0 16px;
    color: rgba(10, 10, 10, 0.44);
    font-size: 11px;
    line-height: 1.2;
}

.lumedra-product-hero__benefits span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    margin-right: 7px;
    vertical-align: middle;
    background: #1687e8;
}

.lumedra-product-hero__specs {
    overflow: hidden;
    border: 1px solid var(--lumedra-product-hero-border);
    border-radius: 4px;
}

.lumedra-product-hero__specs h2 {
    margin: 0;
    padding: 14px 22px;
    background: #0a0a0a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.lumedra-product-hero__specs dl {
    margin: 0;
}

.lumedra-product-hero__specs div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 18px;
    padding: 13px 22px;
    background: #ffffff;
}

.lumedra-product-hero__specs div:nth-child(even) {
    background: #faf9f7;
}

.lumedra-product-hero__specs dt,
.lumedra-product-hero__specs dd {
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
}

.lumedra-product-hero__specs dt {
    color: rgba(10, 10, 10, 0.38);
    font-weight: 400;
}

.lumedra-product-hero__specs dd {
    color: #0a0a0a;
    font-weight: 600;
    text-align: right;
}

.lumedra-product-hero__call {
    display: grid;
    justify-items: end;
    gap: 12px;
    margin-top: 30px;
}

.lumedra-product-hero__call p {
    margin: 0;
    color: rgba(10, 10, 10, 0.48);
    font-size: 12px;
}

.lumedra-product-hero__call a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    min-height: 42px;
    border: 1px solid #0a0a0a;
    border-radius: 5px;
    color: #0a0a0a !important;
    background: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.lumedra-key-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--lumedra-product-hero-border, #e7e0d7);
    background: #ffffff;
}

.lumedra-key-features__item {
    min-width: 0;
    padding: 23px 29px 24px;
    border-right: 1px solid var(--lumedra-product-hero-border, #e7e0d7);
    border-bottom: 1px solid var(--lumedra-product-hero-border, #e7e0d7);
}

.lumedra-key-features__item:nth-child(2n) {
    border-right: 0;
}

.lumedra-key-features__item:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.lumedra-key-features__item:nth-child(4n + 3),
.lumedra-key-features__item:nth-child(4n + 4) {
    background: #fafaf8;
}

.lumedra-key-features__item h3 {
    position: relative;
    margin: 0 0 13px;
    padding-left: 13px;
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.lumedra-key-features__item h3::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 2px;
    height: 16px;
    background: #d6a04b;
}

.lumedra-key-features__text {
    color: rgba(10, 10, 10, 0.48);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.65;
}

.lumedra-key-features__text p {
    margin: 0 0 10px;
}

.lumedra-key-features__text p:last-child {
    margin-bottom: 0;
}

.lumedra-spec-tables {
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--lumedra-product-hero-border, #e7e0d7);
    background: #ffffff;
}

.lumedra-spec-table + .lumedra-spec-table {
    border-top: 1px solid var(--lumedra-product-hero-border, #e7e0d7);
}

.lumedra-spec-table h2 {
    position: relative;
    margin: 0;
    padding: 18px 31px 18px 61px;
    background: #0a0a0a;
    color: #d6a04b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.lumedra-spec-table h2::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 31px;
    width: 3px;
    height: 18px;
    background: #d6a04b;
}

.lumedra-spec-table__rows {
    display: grid;
}

.lumedra-spec-table__row {
    display: grid;
    grid-template-columns: minmax(220px, 31.6%) minmax(0, 1fr);
    min-height: 54px;
    border-bottom: 1px solid var(--lumedra-product-hero-border, #e7e0d7);
}

.lumedra-spec-table__row:last-child {
    border-bottom: 0;
}

.lumedra-spec-table__row:nth-child(even) {
    background: #fafaf8;
}

.lumedra-spec-table__label,
.lumedra-spec-table__value {
    display: flex;
    align-items: center;
    padding: 16px 27px;
    color: #0a0a0a;
    font-size: 13px;
    line-height: 1.35;
}

.lumedra-spec-table__label {
    border-right: 1px solid var(--lumedra-product-hero-border, #e7e0d7);
    color: rgba(10, 10, 10, 0.62);
    font-weight: 500;
}

.lumedra-spec-table__value {
    font-weight: 400;
}

.lumedra-spec-table__value p {
    margin: 0 0 8px;
}

.lumedra-spec-table__value p:last-child {
    margin-bottom: 0;
}

.lumedra-useful-info {
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--lumedra-product-hero-border, #e7e0d7);
    background: #ffffff;
}

.lumedra-useful-info > h2 {
    margin: 0;
    padding: 18px 31px;
    background: #0a0a0a;
    color: #d6a04b;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.lumedra-useful-info__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    padding: 28px 32px 32px;
}

.lumedra-useful-info__section {
    max-width: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.lumedra-useful-info__section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.lumedra-useful-info__section h3 {
    margin: 0 0 17px;
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.lumedra-useful-info__files {
    display: grid;
    max-width: none;
}

.lumedra-useful-info__file {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 9px 0 11px;
    border-top: 1px solid var(--lumedra-product-hero-border, #e7e0d7);
    color: #0a0a0a !important;
    text-decoration: none;
}

.lumedra-useful-info__file:last-child {
    border-bottom: 1px solid var(--lumedra-product-hero-border, #e7e0d7);
}

.lumedra-useful-info__pdf-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 39px;
    border: 1px solid var(--lumedra-product-hero-border, #e7e0d7);
    background: #f3f2ef;
    color: #d6a04b;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
}

.lumedra-useful-info__file strong,
.lumedra-useful-info__file em {
    display: block;
    font-style: normal;
}

.lumedra-useful-info__file strong {
    color: rgba(10, 10, 10, 0.72);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
}

.lumedra-useful-info__file em {
    margin-top: 2px;
    color: #d6a04b;
    font-size: 11px;
    line-height: 1.2;
}

.lumedra-useful-info__image {
    margin-bottom: 18px;
}

.lumedra-useful-info__image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.lumedra-useful-info__text {
    max-width: 270px;
    color: rgba(10, 10, 10, 0.42);
    font-size: 12px;
    line-height: 1.55;
}

.lumedra-useful-info__text p {
    margin: 0 0 10px;
}

.lumedra-useful-info__text p:last-child {
    margin-bottom: 0;
}

.lumedra-useful-info__fast-list {
    display: grid;
    gap: 18px;
    max-width: none;
}

@media (max-width: 980px) {
    .lumedra-useful-info__inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .lumedra-useful-info__section {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid var(--lumedra-product-hero-border, #e7e0d7);
    }

    .lumedra-useful-info__section:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .lumedra-useful-info__text {
        max-width: none;
    }
}

.lumedra-useful-info__fast-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    min-height: 35px;
    padding: 9px 16px;
    border: 1px solid var(--lumedra-product-hero-border, #e7e0d7);
    background: #ffffff;
}

.lumedra-useful-info__fast-row span {
    color: rgba(10, 10, 10, 0.4);
    font-size: 12px;
    line-height: 1.25;
}

.lumedra-useful-info__fast-row strong {
    color: #0a0a0a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-align: right;
}

@media (max-width: 980px) {
    .lumedra-product-hero {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
}

@media (max-width: 680px) {
    .lumedra-product-hero {
        gap: 32px;
        max-width: none;
    }

    .lumedra-product-hero__gallery {
        grid-template-columns: 1fr;
        align-self: start;
    }

    .lumedra-product-hero__thumbs {
        order: 2;
        display: flex;
        overflow: hidden;
    }

    .lumedra-product-hero__thumb {
        flex: 0 0 54px;
        width: 54px;
    }

    .lumedra-product-hero__image-wrap,
    .lumedra-product-hero__image {
        min-height: 340px;
    }

    .lumedra-product-lightbox {
        padding: 58px 14px 22px;
    }

    .lumedra-product-lightbox__image {
        max-width: 100%;
        max-height: 78vh;
    }

    .lumedra-product-lightbox__close {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
    }

    .lumedra-product-lightbox__nav {
        width: 38px;
        height: 38px;
        font-size: 30px;
    }

    .lumedra-product-lightbox__nav--prev {
        left: 10px;
    }

    .lumedra-product-lightbox__nav--next {
        right: 10px;
    }

    .lumedra-product-hero__cart-row {
        grid-template-columns: 1fr;
    }

    .lumedra-product-hero__benefits {
        gap: 12px;
    }

    .lumedra-product-hero__specs div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .lumedra-product-hero__specs dd {
        text-align: left;
    }

    .lumedra-product-hero__call {
        justify-items: stretch;
    }

    .lumedra-key-features {
        grid-template-columns: 1fr;
        border-left: 0;
        border-right: 0;
    }

    .lumedra-key-features__item,
    .lumedra-key-features__item:nth-child(2n),
    .lumedra-key-features__item:nth-last-child(-n + 2) {
        padding: 22px 20px;
        border-right: 0;
        border-bottom: 1px solid var(--lumedra-product-hero-border, #e7e0d7);
    }

    .lumedra-key-features__item:last-child {
        border-bottom: 0;
    }

    .lumedra-key-features__item:nth-child(4n + 3),
    .lumedra-key-features__item:nth-child(4n + 4) {
        background: #ffffff;
    }

    .lumedra-key-features__item:nth-child(even) {
        background: #fafaf8;
    }

    .lumedra-spec-table h2 {
        padding: 15px 18px 15px 40px;
        font-size: 11px;
        line-height: 1.35;
        letter-spacing: 2px;
    }

    .lumedra-spec-table h2::before {
        top: 16px;
        left: 18px;
        height: 16px;
    }

    .lumedra-spec-table__row {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 15px 18px 16px;
    }

    .lumedra-spec-table__label {
        border-right: 0;
        border-bottom: 0;
        padding: 0 0 6px;
        color: rgba(10, 10, 10, 0.5);
        font-size: 12px;
        line-height: 1.35;
    }

    .lumedra-spec-table__value {
        padding: 0;
        font-size: 13px;
        line-height: 1.45;
    }

    .lumedra-spec-table__label,
    .lumedra-spec-table__value {
        align-items: flex-start;
    }

    .lumedra-useful-info {
        border-left: 0;
        border-right: 0;
    }

    .lumedra-useful-info > h2 {
        padding: 16px 20px;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .lumedra-useful-info__inner {
        padding: 24px 20px 28px;
    }

    .lumedra-useful-info__section,
    .lumedra-useful-info__files,
    .lumedra-useful-info__fast-list {
        max-width: none;
    }

    .lumedra-useful-info__section {
        padding-bottom: 26px;
        margin-bottom: 26px;
    }

    .lumedra-useful-info__file {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .lumedra-useful-info__text {
        max-width: none;
    }

    .lumedra-useful-info__fast-list {
        gap: 12px;
    }

    .lumedra-useful-info__fast-row {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 11px 13px;
    }

    .lumedra-useful-info__fast-row strong {
        text-align: left;
    }
}
