/**
 * Estilos para o componente Product Hero
 */

 .product__page-top-wrapper {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.product__page-top {
    background: var(--cinzas-cinza-20) center center / cover no-repeat;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100vw;
    max-width: 1800px;
    padding-bottom: 130px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.product__page-top:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0) 80%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.product__page-top.product__page-top__text-color-dark:after {
    background: linear-gradient(90deg,rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0) 80%);
}
.product__page-top > .container {
    position: relative;
    z-index: 2;
}


.product__page-top__left {
    background-position: left center;
}
.product__page-top__center {
    background-position: center center;
}
.product__page-top__right {
    background-position: right center;
}
.product__page-top .container {
    max-width: 1284px;
}

.product-header__ilustracao {
    position: absolute;
    top: 0;
    left: calc( 720px + ( 100vw - 1412px) / 2 );
    width: 698px;
    height: auto;
}

/* Coluna de conteúdo */
.product-header__content {
    width: 52%;
    text-align: left;
}
.product-header__content-top {
    padding-top: 83px;
}

.product-pretitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--secundarias-secundaria-125);
    margin-top: 0;
    font-family: var(--fontefamiliaglobal);
}
.product-header__content h1 {
    text-align: left;
    font-size: 8rem;
    font-weight: 700;
    color: var(--secundarias-secundaria-75);
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: var(--fontefamiliaglobal);
}
.product-header__content h1 span {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--branco);
    display: block;
}

.product-intro {
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--branco);
}
.product-intro p,
.product-intro ul {
    font-size: 1.25rem;
    line-height: 1.4;
}

.product-intro h3 {
    font-family: var(--fontefamiliaglobal);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--branco);
    margin-bottom: 24px;
    line-height: 1.4;
}
.product-intro + .btn {
    margin-top: 28px;
}

.product__page-top__text-color-dark .product-pretitle,
.product__page-top__text-color-dark .product-header__content h1 {
    color: var(--primarias-principal-150);
}
.product__page-top__text-color-dark .product-header__content h1 span,
.product__page-top__text-color-dark .product-intro h3,
.product__page-top__text-color-dark .product-intro p,
.product__page-top__text-color-dark .product-intro ul {
    color: var(--cinzas-cinza-90);
}
@media (min-width: 768px) {
    .product__page-top__text-size-small .product-header__content h1 {
        font-size: 4.5rem;
    }
}

/* Coluna de mídia */
.product-header__media {
    width: 48%;
    position: absolute;
    right: 24%;
    transform: translateX(50%);
    top: 226px;
}

/* Estilos para o vídeo */
.product-video {
    text-align: center;
    padding-right: 94px;
}

.product-video__wrapper {
    width: 362px;
    height: 362px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.product-video__player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.playing .product-video__overlay {
    opacity: 0;
}

.product-video__overlay-icon {
    width: 101px;
    height: 101px;
    border: 5px solid var(--primarias-principal-00);
    background-color: var(--primarias-principal-175);
    border-radius: 50%;
    box-shadow: 0px 24px 48px rgba(9, 9, 9, 0.25);
}

.playing .product-video__overlay {
    text-align: center;
}

.product-video__caption {
    font-family: var(--fontefamiliaglobal);
    font-weight: 600;
    font-size: 1.45rem;
    line-height: 1;
    text-align: center;
    color: var(--branco);
    margin-bottom: 0;
    margin-top: 22px;
}


@media (max-width: 1240px) {
    .product__page-top {
        padding-bottom: 80px;
    }
    .product-header__content-top {
        padding-top: 60px;
    }
    .product-pretitle {
        font-size: 1.25rem;
    }
    .product-header__content h1 {
        font-size: 6rem;
    }
    .product-video {
        padding-right: 0;
    }
}
/* Responsividade */
@media (max-width: 991px) {
    .product-video__wrapper {
        width: 290px;
        height: 290px;
    }
    @media (min-width: 768px) {
        .product__page-top__tem-ilustracao .product-header__content h1 {
            font-size: 3.5rem;
        }
    }
}

@media (min-width: 768px) {
    .product-header__content-top {
        background: transparent !important;
    }
}
@media (max-width: 767px) {
    .product__page-top {
        padding-bottom: 26px;
        margin-bottom: 420px;
        position: relative;
        background: transparent !important;
    }
    .product__page-top.product__page-top__no-media {
        margin-bottom: 0;
    }
    .product__page-top-wrapper {
        background-color: transparent !important;
    }
    .product-header__content-top {
        background: var(--primarias-principal-00) center center / cover no-repeat;
        padding-top: 32px;
        margin-left: -18px;
        margin-right: -18px;
        margin-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 1px;
        border-top-left-radius: var(--radius-m);
        border-top-right-radius: var(--radius-m);
    }
    .product__page-top__tem-ilustracao {
        padding-bottom: 0;
    }
    .product__page-top__tem-ilustracao .product-header__content-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: var(--radius-m);
        border-bottom-right-radius: var(--radius-m);
        background-color: transparent;
    }
    .product__page-top__tem-ilustracao .product-header__content {
        background-color: var(--primarias-principal-00);
        width: calc(100% + 36px);
        margin-left: -18px;
        margin-right: -18px;
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 1px;
        border-bottom-left-radius: var(--radius-m);
        border-bottom-right-radius: var(--radius-m);
    }
    .product-header__ilustracao {
        position: relative;
        left: auto;
        top: auto;
        margin-top: -31px;
        margin-bottom: -14px;
    }
    .product-header__content {
        width: 100%;
    }
    .product-header__content > .product-intro {
        padding-bottom: 4px;
    }
    .product-header__content > .product-intro p,
    .product-header__content > .product-intro ul {
        color: var(--cinzas-cinza-80);
    }
    .product-video__wrapper {
        border: 1px solid var(--primarias-principal-150);
    }
    .product-video__wrapper:before {
        content: '';
        display: block;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        border: 10px solid var(--branco);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
    }
    .product-header__media {
        width: 100%;
        right: 50%;
        transform: translateX(50%);
        top: calc( 100% + 35px );
    }
    .product-video__caption {
        color: var(--primarias-principal-175);
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: 1px;
    }
    .product-pretitle {
        font-size: 1.25rem;
        margin-bottom: 0;
    }
    .product-header__content h1 {
        font-size: 2.5rem;
        margin-bottom: 16px;
        margin-top: 14px;
    }
    .product-header__content h1 span {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
    .product-intro {
        margin-bottom: 16px;
    }
    .product-intro h3 {
        font-size: 1.125rem;
        margin-bottom: 16px;
    }
    .product-intro p,
    .product-intro ul {
        font-size: 1rem;
    }
    .product__page-top .btn {
        width: 100%;
        background-color: var(--primarias-principal-125);
        color: var(--branco) !important;
        font-weight: 500;
        font-size: var(--font-m);
    }
    .product__page-top:after {
        background: none;
    }
    .product-header__content-top {
        position: relative;
    }
    .product-header__content-top > * {
        position: relative;
        z-index: 2;
    }
    .product-header__content-top:after {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.65);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        border-top-left-radius: calc( var(--radius-m) + 2px );
        border-top-right-radius: calc( var(--radius-m) + 2px );
    }
    .product__page-top__text-color-dark .product-header__content-top:after {
        background: rgba(255,255,255,0.65);
    }

}

@media (max-width: 480px) {
    .product-video__wrapper {
        width: 260px;
        height: 260px;
    }
}
