.phito-prod,
.phito-prod *,
.phito-prod :before,
.phito-prod :after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.phito-prod {
    background: #fff;
    padding: 30px 0;
    overflow: hidden
}

.phito-prod-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px
}

.phito-prod-eyebrow {
    letter-spacing: 1.98px;
    text-transform: uppercase;
    color: #8472b3;
    font-family: JetBrains Mono, Courier New, monospace;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px
}

.phito-prod-header {
    margin-top: 16px
}

.phito-prod-h2 {
    letter-spacing: -.5px;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px
}

.phito-prod-h2-linha1 {
    color: #584081;
    font-family: Bricolage Grotesque, Arial, sans-serif;
    font-weight: 400
}

.phito-prod-h2-linha2 {
    color: #6f5ba0;
    font-family: DM Serif Display, Georgia, serif;
    font-style: italic;
    font-weight: 400
}

.phito-prod-intro {
    color: #6f5ba0;
    margin-top: 20px;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.4px
}

.phito-prod-faixa {
    justify-content: center;
    margin-top: 40px;
    display: flex
}

.phito-prod-trilho {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 24px;
    width: 100vw;
    padding: 0 10px;
    scroll-padding-left: 10px;
    list-style: none;
    display: flex;
    overflow-x: auto
}

.phito-prod-item {
    scroll-snap-align: start;
    flex: 0 0 326px;
    list-style: none
}

.phito-prod-card {
    background: #fff;
    border: 1px solid #58408114;
    border-radius: 28px;
    flex-direction: column;
    width: 100%;
    min-height: 524.5px;
    display: flex;
    position: relative;
    overflow: hidden
}

.phito-prod-card-link {
    z-index: 3;
    border-radius: 28px;
    position: absolute;
    inset: 0
}

.phito-prod-media {
    aspect-ratio: 1;
    flex: none;
    width: 100%;
    position: relative;
    overflow: hidden
}

.phito-prod-media--c1 {
    background: linear-gradient(165deg, #e8dff5 0%, #b39ddb 100%)
}

.phito-prod-media-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.phito-prod-badge {
    z-index: 2;
    letter-spacing: .8px;
    text-transform: uppercase;
    border-radius: 4px;
    align-items: center;
    height: 25px;
    padding: 0 10px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    display: inline-flex;
    position: absolute;
    top: 16px;
    left: 16px
}

.phito-prod-badge--dourado {
    color: #3d2c5a;
    background: #fbe89a
}

.phito-prod-badge--lilas {
    color: #fff;
    background: #b39ddb
}

.phito-prod-badge--roxo {
    color: #fff;
    background: #584081
}

.phito-prod-emoji {
    z-index: 2;
    line-height: 1;
    position: absolute
}

.phito-prod-emoji--lua {
    color: #584081;
    font-size: 50px;
    bottom: 22px;
    right: 20px
}

.phito-prod-emoji--sol {
    color: #3d2c5a73;
    font-size: 56px;
    bottom: 12px;
    right: -4px
}

.phito-prod-emoji--brilho {
    color: #ffffff8c;
    font-size: 56px;
    bottom: 2px;
    right: 6px
}

.phito-prod-corpo {
    flex-direction: column;
    flex: auto;
    padding: 22px 22px 25px;
    display: flex
}

.phito-prod-kicker {
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #8472b3;
    font-family: JetBrains Mono, Courier New, monospace;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px
}

.phito-prod-titulo {
    letter-spacing: -.24px;
    color: #584081;
    margin-top: 4px;
    font-family: DM Serif Display, Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px
}

.phito-prod-meta {
    align-items: center;
    gap: 7px;
    margin-top: 6px;
    display: flex
}

.phito-prod-estrelas {
    letter-spacing: 2px;
    color: #f5d76e;
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.phito-prod-nota {
    color: #8472b3;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.phito-prod-riscado {
    color: #8472b3;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: line-through
}

.phito-prod-rodape {
    border-top: 1px solid #58408114;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 17px;
    display: flex
}

.phito-prod-preco {
    color: #3d2c5a;
    font-family: Poppins, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px
}

.phito-prod-btn {
    z-index: 4;
    color: #fff;
    cursor: pointer;
    background: #463368;
    border: 0;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 35.5px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12.9px;
    font-weight: 700;
    line-height: 19px;
    display: inline-flex;
    position: relative
}

.phito-prod-btn:disabled {
    opacity: .55;
    cursor: not-allowed
}

.phito-prod-compra {
    z-index: 4;
    position: relative
}

.phito-prod-compra form {
    margin: 0;
    padding: 0
}

.phito-prod-compra button {
    color: #fff;
    cursor: pointer;
    background: #463368;
    border: 0;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 35.5px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12.9px;
    font-weight: 700;
    line-height: 19px;
    transition: background-color .2s;
    display: inline-flex
}

.phito-prod-compra button:hover {
    background: #584081
}

.phito-prod-compra button:disabled {
    opacity: .55;
    cursor: not-allowed
}

.phito-prod-compra button:disabled:hover {
    background: #463368
}

.phito-prod-media--extra {
    background: linear-gradient(165deg, #eee8f8 0%, #d6caee 100%)
}

@media (width>=768px) {
    .phito-prod {
        padding: 56px 0
    }
    .phito-prod-container {
        padding: 0 24px
    }
    .phito-prod-eyebrow {
        letter-spacing: 1.98px;
        font-size: 11px;
        line-height: 14px
    }
    .phito-prod-header {
        margin-top: 16px
    }
    .phito-prod-h2 {
        letter-spacing: -.6px;
        font-size: 34px;
        line-height: 36px
    }
    .phito-prod-intro {
        margin-top: 20px;
        font-size: 16px;
        line-height: 26.4px
    }
    .phito-prod-faixa {
        margin-top: 40px
    }
    .phito-prod-trilho {
        gap: 24px;
        width: 100%;
        padding: 0 24px;
        scroll-padding-left: 24px
    }
}

@media (width>=1024px) {
    .phito-prod {
        padding: 126px 0 120px
    }
    .phito-prod-container {
        padding: 0 32px
    }
    .phito-prod-eyebrow {
        letter-spacing: 1.98px;
        font-size: 11px;
        line-height: 14px
    }
    .phito-prod-header {
        justify-content: space-between;
        align-items: flex-end;
        gap: 24px;
        margin-top: 16px;
        display: flex
    }
    .phito-prod-h2 {
        letter-spacing: -2.2px;
        font-size: 88px;
        line-height: 84.48px
    }
    .phito-prod-intro {
        flex: none;
        width: 302px;
        margin-top: 0;
        margin-bottom: 13px;
        font-size: 16px;
        line-height: 26.4px
    }
    .phito-prod-faixa {
        margin-top: 82px;
        display: block
    }
    .phito-prod-trilho {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px;
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 32px;
        display: grid;
        overflow: visible
    }
    .phito-prod-item {
        flex: none;
        width: auto
    }
}

.phito-prod-card {
    transition: transform .25s, box-shadow .25s
}

.phito-prod-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px #3d2c5a1f
}

.phito-prod-btn {
    transition: background-color .2s
}

.phito-prod-btn:hover {
    background-color: #584081
}

@media (prefers-reduced-motion:reduce) {
    .phito-prod-card {
        transition: none
    }
    .phito-prod-card:hover {
        transform: none
    }
}

@media (width<=767px) {
    .phito-prod-eyebrow,
    .phito-prod-h2,
    .phito-prod-intro {
        text-align: center
    }
    .phito-prod-intro {
        margin-left: auto;
        margin-right: auto
    }
}