.tnmk24-product-first-fold {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.tnmk24-product-first-fold > .tnmk24-product-first-fold__title {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    min-width: 0;
}

.tnmk24-product-first-fold > .card-info_text {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    min-width: 0;
    margin: 0;
}

.tnmk24-product-first-fold > .card-slider {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

[data-product-media-gallery] .card-slider__wrap {
    background: #fff;
    border: 1px solid #dde1e8;
}

[data-product-media-gallery] .card-slider__item {
    align-items: center;
    aspect-ratio: 4 / 3;
    justify-content: center;
    min-height: 0;
}

[data-product-media-gallery] .card-slider__img,
[data-product-media-gallery] .card-slider__video {
    background: #fff;
    display: block;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

[data-product-media-gallery] .card-dots {
    flex: 1 1 auto;
    min-width: 0;
}

[data-product-media-gallery] .card-dots__wrap {
    overflow: visible;
    width: 100%;
}

[data-product-media-gallery] .card-dots__track {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
    width: 100%;
}

[data-product-media-gallery] .card-arrow {
    flex: 0 0 40px;
    width: 40px;
}

[data-product-media-gallery] .card-dots__item {
    background: #fff;
    flex: 0 0 60px;
    height: 48px;
    margin: 0 4px;
    min-width: 0;
}

[data-product-media-gallery] .card-dots__img,
[data-product-media-gallery] .card-dots__video {
    background: #fff;
    display: block;
    object-fit: contain;
    object-position: center;
}

.product-media-gallery-modal {
    background: rgba(0, 0, 0, 0.72);
    cursor: zoom-out;
    padding: 16px;
}

.product-media-gallery-modal .slider-modal__inner {
    background: transparent;
    height: fit-content;
    min-height: 0;
    padding: 0;
    width: fit-content;
}

.product-media-gallery-modal .slider-modal__item {
    height: auto;
    width: auto;
}

.product-media-gallery-modal .slider-modal__img,
.product-media-gallery-modal .slider-modal__video {
    cursor: default;
    display: block;
    max-height: calc(100vh - 32px);
    max-width: calc(100vw - 32px);
}

.product-media-gallery-modal .slider-modal__close {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    right: 8px;
    top: 8px;
    z-index: 2;
}

.product-media-gallery-modal .slider-modal__close::before,
.product-media-gallery-modal .slider-modal__close::after {
    top: 5px;
}

.tnmk24-product-first-fold__nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 20px;
}

.tnmk24-product-first-fold__nav .card-nav-page__link {
    gap: 0;
    font-size: 14px;
}

.tnmk-product-information {
    background: #fff;
    border: 1px solid #dde1e8;
    border-radius: 5px;
    margin-top: 32px;
    min-width: 0;
    padding: 22px 26px 24px;
    width: 100%;
}

.tnmk-product-information__section {
    min-width: 0;
    padding: 0;
    scroll-margin-top: 100px;
}

.tnmk-product-information__heading {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.15;
    margin: 0 0 14px;
    padding: 0;
}

.tnmk-product-information__toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #222840;
    cursor: default;
    display: flex;
    font: inherit;
    justify-content: space-between;
    line-height: inherit;
    padding: 0;
    pointer-events: none;
    text-align: left;
    width: 100%;
}

.tnmk-product-information__chevron {
    display: none;
}

.tnmk-product-information__panel-inner {
    min-width: 0;
}

.tnmk-product-specifications {
    display: grid;
    gap: 0 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.tnmk-product-specifications__item {
    align-items: baseline;
    border-top: 1px solid #e5e7eb;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(105px, 0.8fr) minmax(0, 1.2fr);
    min-width: 0;
    padding: 8px 0;
}

.tnmk-product-specifications__item dt,
.tnmk-product-specifications__item dd {
    margin: 0;
    min-width: 0;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.tnmk-product-specifications__item dt {
    color: #606475;
    font-size: 14px;
    line-height: 1.4;
}

.tnmk-product-specifications__item dd,
.tnmk-product-specifications__item dd .units {
    background: transparent;
    color: #222840;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}

.tnmk-product-information__commerce {
    border-top: 1px solid #dde1e8;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    padding-top: 20px;
}

.tnmk-product-information__section--shipping {
    border-left: 1px solid #e5e7eb;
    padding-left: 30px;
}

.tnmk-product-methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tnmk-product-method {
    align-items: flex-start;
    display: grid;
    gap: 10px;
    grid-template-columns: 28px minmax(0, 1fr);
    min-width: 0;
    padding: 6px 0;
}

.tnmk-product-method + .tnmk-product-method {
    border-top: 1px solid #eef0f3;
}

.tnmk-product-method__icon {
    display: block;
    height: 28px;
    max-height: 28px;
    max-width: 28px;
    object-fit: contain;
    width: 28px;
}

.tnmk-product-method__content,
.tnmk-product-method__title,
.tnmk-product-method__description {
    display: block;
    min-width: 0;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.tnmk-product-method__title {
    color: #222840;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.tnmk-product-method__description {
    color: #606475;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 2px;
}

@media (max-width: 900px) {
    .tnmk24-product-first-fold__nav {
        display: none;
    }

    .tnmk-product-information {
        margin-top: 24px;
        padding: 0 16px;
    }

    .tnmk-product-information__commerce {
        border-top: 0;
        display: block;
        margin: 0;
        padding: 0;
    }

    .tnmk-product-information__section,
    .tnmk-product-information__section--shipping {
        border: 0;
        border-bottom: 1px solid #dde1e8;
        padding: 0;
    }

    .tnmk-product-information__section:last-child {
        border-bottom: 0;
    }

    .tnmk-product-information__heading {
        font-size: 24px;
        margin: 0;
    }

    .tnmk-product-information__toggle {
        cursor: pointer;
        min-height: 54px;
        pointer-events: auto;
    }

    .tnmk-product-information__chevron {
        border-bottom: 1px solid #606475;
        border-right: 1px solid #606475;
        display: block;
        flex: 0 0 9px;
        height: 9px;
        margin: 0 4px 5px 14px;
        transform: rotate(45deg);
        transition: transform 0.25s ease, margin 0.25s ease;
        width: 9px;
    }

    .tnmk-product-information__section.is-expanded .tnmk-product-information__chevron {
        margin-bottom: -2px;
        transform: rotate(225deg);
    }

    .tnmk-product-information__panel {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.25s ease;
    }

    .tnmk-product-information__section.is-expanded > .tnmk-product-information__panel {
        grid-template-rows: 1fr;
    }

    .tnmk-product-information__panel-inner {
        min-height: 0;
        overflow: hidden;
    }

    .tnmk-product-information__section.is-expanded .tnmk-product-information__panel-inner {
        padding-bottom: 14px;
    }

    .tnmk-product-specifications {
        display: block;
    }

    .tnmk-product-specifications__item {
        grid-template-columns: minmax(90px, 0.8fr) minmax(0, 1.2fr);
        padding: 7px 0;
    }

    .tnmk-product-method {
        padding: 7px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tnmk-product-information__panel,
    .tnmk-product-information__chevron {
        transition: none;
    }
}

@media (min-width: 1170px) {
    .tnmk24-product-first-fold {
        column-gap: 32px;
        grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
        row-gap: 16px;
    }

    .tnmk24-product-first-fold > .card-slider {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 100%;
        max-width: 565px;
    }

    .tnmk24-product-first-fold > .tnmk24-product-first-fold__title {
        grid-column: 2;
        grid-row: 1;
    }

    .tnmk24-product-first-fold > .card-info_text {
        grid-column: 2;
        grid-row: 2;
        width: 100%;
    }
}
