/** Shopify CDN: Minification failed

Line 135:5 Unexpected ","

**/
.rolex-watch-specification-container {
    margin: 0 calc(100% * 154 / 1920) 0;
    padding: 10vh calc(100% * 135 / 1920);
    background-color: var(--rolex-beige);
}

.rolex-watch-specification-container .rolex-watch-specification-content {
    max-width: var(--rolex-max-size);
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.rolex-watch-specification-container .rolex-watch-specification-content .textual-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
}

.rolex-watch-specification-container .rolex-watch-specification-content .textual-container .brochure-container {
    display: flex;
    align-items: center;
    gap: 6px;
    border-top: 1px solid rgba(69, 44, 30, 0.2);
    padding-top: 40px;
}

.rolex-watch-specification-container .rolex-watch-specification-content .textual-container .brochure-container svg {
    width: 12px;
    height: 12px;
}

.rolex-watch-specification-container .rolex-watch-specification-content .text-container {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    gap: 20px;
    width: 100%;
    height: fit-content;
    max-width: 1072px;
}

.rolex-watch-specification-container .rolex-watch-specification-content .text-container .text-content {
    display: flex;
    flex-direction: column;
    max-width: 397px;
}

.rolex-watch-specification-container .rolex-watch-specification-content .text-container .title {
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: var(--rolex-brown);
    margin: 0;
}

.rolex-watch-specification-container .rolex-watch-specification-content .text-container .text {
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    text-align: left;
    color: var(--rolex-black);
    margin: 0;
}

.rolex-watch-specification-container .rolex-watch-specification-content .image-container {
    width: 603px;
    height: auto;
    aspect-ratio: 603/700;
}

.rolex-watch-specification-container .rolex-watch-specification-content .image-container img {
    object-fit: contain;
    object-position: center center;
}

@media screen and (max-width: 1024px) {
    .rolex-watch-specification-container {
        padding: 8vh calc(100% * 135 / 1920);
        margin: 0 calc(100% * 82 / 1024);
    }

    .rolex-watch-specification-container .rolex-watch-specification-content {
        flex-direction: column-reverse;
        align-items: center;
        gap: 0;
    }
    .rolex-watch-specification-container .rolex-watch-specification-content .image-container {
        width: 100%;
        aspect-ratio: 475/550;
    }
    .rolex-watch-specification-container {
        padding: 60px calc(100% * 26 / 375) 60px;
    }
    .rolex-watch-specification-container .rolex-watch-specification-content .text-container {
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
        row-gap: 20px;
    }
    .rolex-watch-specification-container .rolex-watch-specification-content .text-container .title,
    .rolex-watch-specification-container .rolex-watch-specification-content .text-container .text {
        font-size: 19px;
        line-height: 30.4px;
    }
}

@media screen and (max-width: 750px) {
    .rolex-watch-specification-container .rolex-watch-specification-content .textual-container .brochure-container {
        margin-bottom: 0;
    }
    .rolex-watch-specification-container .rolex-watch-specification-content .image-container {
        aspect-ratio: 323/362;
    }
    .rolex-watch-specification-container {
        padding: 60px calc(100% * 26 / 375);
        margin: 0 0;
    }
    .rolex-watch-specification-container .rolex-watch-specification-content .textual-container {
        gap: 40px;
    }
    .rolex-watch-specification-container .rolex-watch-specification-content .text-container {
        grid-template-rows: repeat(5, auto);
        column-gap: 6px;
    },
    .rolex-watch-specification-container .rolex-watch-specification-content .text-container .title,
    .rolex-watch-specification-container .rolex-watch-specification-content .text-container .text {
        font-size: 18px;
        line-height: 28.8px;
    }
    .rolex-watch-specification-container .rolex-watch-specification-content .textual-container .brochure-container {
        padding-top: 30px;
    }
}