/**
 * Rolex Watches hub — top section (hero, New watches push).
 * @see old_ref rolex-rolexWatches-top.phtml · rolex.min.css .rolex-rolexWatches-topContent
 */

@media only screen and (max-width: 767px) {
    .rolex-wrapper .hide-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .rolex-wrapper .hide-tablet {
        display: none !important;
    }
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper .hide-desktop {
        display: none !important;
    }
}

.rolex-wrapper .rolex-watches-hero .rolex-collection-image.fullWidth {
    width: 100%;
}

.rolex-wrapper .rolex-watches-hero .rolex-collection-image img {
    display: block;
    width: 100%;
    height: auto;
}

.rolex-wrapper .rolex-rolexWatches-topContent.rolex-collection-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #f9f7f4;
}

.rolex-wrapper .rolex-rolexWatches-topContent.rolex-collection-block:not(.noPaddingTop):not(.noPadding) {
    padding-top: max(7vh, 60px);
}

.rolex-wrapper .rolex-rolexWatches-topContent.rolex-collection-block:not(.noPadding):not(.noPaddingBottom) {
    padding-bottom: max(7vh, 60px);
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper .rolex-rolexWatches-topContent.rolex-collection-block:not(.noPaddingTop):not(.noPadding) {
        padding-top: max(10vh, 90px);
    }

    .rolex-wrapper .rolex-rolexWatches-topContent.rolex-collection-block:not(.noPadding):not(.noPaddingBottom) {
        padding-bottom: max(10vh, 90px);
    }
}

/* CON-5c: noPaddingTop → rolex-collection.css */

.rolex-wrapper .rolex-rolexWatches-topContent > .rolex-collection-text:first-child {
    padding-top: 0;
}

/* CON-5: .large width → rolex-collection.css */

.rolex-wrapper .rolex-rolexWatches-topContent .rolex-common-pushComponent {
    display: block;
    text-decoration: none;
    color: inherit;
    padding-top: 24px;
}

.rolex-wrapper .rolex-rolexWatches-topContent .rolex-common-pushComponent.rolex-collection-block.large.noPadding {
    display: block;
    padding-top: 24px;
    padding-bottom: 0;
}

.rolex-wrapper .rolex-rolexWatches-topContent .rolex-common-pushComponent .pushComponent-block {
    display: block;
}

.rolex-wrapper .rolex-rolexWatches-topContent .rolex-common-pushComponent .pushComponent-kv {
    overflow: hidden;
    display: block;
}

.rolex-wrapper .rolex-rolexWatches-topContent .rolex-rolexWatches-topContent-image {
    padding-top: 24px;
    padding-bottom: 0;
}

.rolex-wrapper .rolex-rolexWatches-topContent .rolex-rolexWatches-topContent-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.7s cubic-bezier(0, 0, 0.2, 1);
}

.rolex-wrapper .rolex-rolexWatches-topContent .rolex-common-pushComponent:hover .pushComponent-kv img {
    transform: scale3d(1.1, 1.1, 1);
}

.rolex-wrapper .rolex-rolexWatches-topContent .rolex-rolexWatches-topContent-info {
    padding-top: 16px;
    padding-bottom: 0;
}

.rolex-wrapper .rolex-rolexWatches-topContent .rolex-rolexWatches-topContent-info > * {
    padding-top: 0;
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper .rolex-rolexWatches-topContent .rolex-rolexWatches-topContent-info .learnMoreBtn {
        padding-top: 8px;
    }
}

.rolex-wrapper .rolex-rolexWatches-topContent .learnMoreBtn .rolex-common-secondaryCTA {
    position: relative;
    display: inline-block;
    color: #127749;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1em;
}

.rolex-wrapper .rolex-rolexWatches-topContent .learnMoreBtn .rolex-common-secondaryCTA:hover {
    text-decoration: underline;
}

.rolex-wrapper .rolex-rolexWatches-topContent .learnMoreBtn .icon {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -16px;
    top: 0;
}

.rolex-wrapper .rolex-rolexWatches-topContent .learnMoreBtn .icon img {
    display: block;
    width: 100%;
    height: auto;
}
