.nk-product-delivery-table {
    margin-bottom: 0;
}

.nk-product-description {
    margin-top: 0;
    padding: 0 4px;
    border-top: 1px solid #dee2e6;
}

.nk-product-description summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    padding: 24px 0 20px;
    color: #222;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    list-style: none;
    user-select: none;
}

.nk-product-description summary::-webkit-details-marker {
    display: none;
}

.nk-product-description summary::marker {
    content: "";
}

.nk-product-description summary:focus {
    outline: none;
}

.nk-product-description summary:focus-visible {
    outline: 2px solid #222;
    outline-offset: 2px;
}

.nk-product-description__chevron {
    flex: 0 0 auto;
    display: inline-block;
    color: #111;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}

.nk-product-description[open] .nk-product-description__chevron {
    transform: rotate(90deg);
}

.nk-product-description__content {
    padding: 8px 0 24px;
    color: #444;
    font-size: 18px;
    line-height: 1.7;
}

.nk-product-description__content p {
    margin: 0 0 12px;
}

.nk-product-video {
    margin-top: 0;
    padding: 26px 4px 0;
    border-top: 1px solid #dee2e6;
}

.nk-product-video h3 {
    margin: 0 0 22px;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.nk-product-video__frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #111;
}

.nk-product-video__frame > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.nk-product-video__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.06) 42%, rgba(0, 0, 0, 0.44) 100%);
    pointer-events: none;
}

.nk-product-video__identity {
    position: absolute;
    top: 24px;
    left: 28px;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.15;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}

.nk-product-video__identity strong {
    font-size: 26px;
    font-weight: 700;
}

.nk-product-video__identity span {
    margin-top: 6px;
    font-size: 16px;
}

.nk-product-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 88px;
    height: 62px;
    border-radius: 16px;
    background: #ff0033;
    place-items: center;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.nk-product-video__play:hover,
.nk-product-video__play:focus-visible {
    background: #e6002e;
    transform: translate(-50%, -50%) scale(1.06);
}

.nk-product-video__play:focus-visible,
.nk-product-video__watch:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.nk-product-video__play span {
    width: 0;
    height: 0;
    margin-left: 6px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 23px solid #fff;
}

.nk-product-video__watch {
    position: absolute;
    right: 28px;
    bottom: 24px;
    padding: 14px 24px;
    border-radius: 999px;
    background: rgba(20, 20, 20, 0.78);
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.nk-product-video__watch strong {
    color: inherit !important;
}

.nk-product-video__watch:hover,
.nk-product-video__watch:focus,
.nk-product-video__watch:visited {
    background: rgba(0, 0, 0, 0.94);
    color: #fff !important;
    text-decoration: none;
}

.nk-related-products {
    margin-top: 24px;
    border-top: 1px solid #e8e8e8;
}

.nk-related-products .nk-category-page__inner {
    padding-top: 32px;
}

.nk-related-products .nk-category-page__heading h2 {
    margin: 0;
    color: #111;
    line-height: 1.1;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .nk-product-description summary {
        padding-block: 20px 16px;
        font-size: 14px;
    }

    .nk-product-description__chevron {
        font-size: 28px;
    }

    .nk-product-description__content {
        padding-top: 4px;
        font-size: 16px;
    }

    .nk-product-video {
        padding-top: 22px;
    }

    .nk-product-video h3 {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .nk-product-video__identity {
        top: 14px;
        left: 16px;
    }

    .nk-product-video__identity strong {
        font-size: 18px;
    }

    .nk-product-video__identity span {
        margin-top: 3px;
        font-size: 13px;
    }

    .nk-product-video__play {
        width: 68px;
        height: 48px;
        border-radius: 12px;
    }

    .nk-product-video__play span {
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 17px;
    }

    .nk-product-video__watch {
        right: 14px;
        bottom: 12px;
        padding: 9px 14px;
        font-size: 14px;
    }

    .nk-related-products {
        margin-top: 16px;
    }

    .nk-related-products .nk-category-page__inner {
        padding-top: 24px;
    }
}
