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

.phito-hdr {
    z-index: 50;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background: #f3f2f2eb;
    border-bottom: 1px solid #58408114;
    position: sticky;
    top: 0;
    transform: translateZ(0)
}

.phito-hdr-inner {
    justify-content: space-between;
    align-items: center;
    max-width: 1376px;
    height: 62px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    position: relative
}

.phito-hdr-burger {
    cursor: pointer;
    background: 0 0;
    border: 0;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    display: flex
}

.phito-hdr-burger-linha {
    background: #584081;
    width: 20px;
    height: 1.5px;
    transition: transform .25s, opacity .2s;
    display: block
}

.phito-hdr-menu-aberto {
    z-index: 200
}

.phito-hdr-menu-aberto .phito-hdr-burger-linha:first-child {
    transform: translateY(6.5px)rotate(45deg)
}

.phito-hdr-menu-aberto .phito-hdr-burger-linha:nth-child(2) {
    opacity: 0
}

.phito-hdr-menu-aberto .phito-hdr-burger-linha:nth-child(3) {
    transform: translateY(-6.5px)rotate(-45deg)
}

.phito-hdr-nav {
    display: none
}

.phito-hdr-link {
    letter-spacing: .13px;
    color: #584081c7;
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    text-decoration: none
}

.phito-hdr-link:hover {
    color: #584081
}

.phito-hdr-logo {
    line-height: 0;
    display: block
}

.phito-hdr-logo-img {
    width: 87px;
    height: 31px;
    display: block
}

.phito-hdr-acoes {
    align-items: center;
    gap: 20px;
    display: flex
}

.phito-hdr-icone {
    cursor: pointer;
    background: 0 0;
    border: 0;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    text-decoration: none;
    display: flex
}

.phito-hdr-icone-carrinho {
    position: relative
}

.phito-hdr-carrinho-badge {
    color: #fff;
    background: #584081;
    border: 1.5px solid #fdfaf6;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    position: absolute;
    top: -7px;
    right: -9px
}

.phito-hdr-icone-busca,
.phito-hdr-icone-conta {
    display: none
}

.phito-hdr-mobnav {
    flex-direction: column;
    gap: 18px;
    padding: 24px 10px;
    display: flex
}

.phito-hdr-mobnav-link {
    letter-spacing: .13px;
    color: #584081;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none
}

@media (width>=768px) {
    .phito-hdr-inner {
        height: 72px;
        padding: 0 24px
    }
    .phito-hdr-burger {
        display: none
    }
    .phito-hdr-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .phito-hdr-nav {
        align-items: center;
        gap: 32px;
        display: flex
    }
    .phito-hdr-link {
        letter-spacing: .13px;
        font-size: 13px;
        line-height: 19.5px
    }
    .phito-hdr-acoes {
        gap: 38px
    }
    .phito-hdr-icone-busca,
    .phito-hdr-icone-conta {
        display: flex
    }
}

@media (width>=1024px) {
    .phito-hdr-inner {
        height: 82px;
        padding: 0 32px
    }
    .phito-hdr-nav {
        gap: 32px
    }
    .phito-hdr-link {
        letter-spacing: .13px;
        font-size: 13px;
        line-height: 19.5px
    }
    .phito-hdr-acoes {
        gap: 38px
    }
}

.phito-menu-overlay aside.phito-menu-aside {
    height: calc(100dvh - 62px);
    max-height: calc(100dvh - 62px);
    box-shadow: none;
    background: #fdfaf6;
    border-left: 0;
    top: 62px
}

.phito-menu-aside .phito-menu-header {
    display: none
}

.phito-menu-aside main {
    margin: 0;
    padding: 8px 14px
}

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

.phito-ftr {
    background: #3d2c5a;
    padding: 30px 10px;
    overflow: hidden
}

.phito-ftr-eyebrow {
    color: #fbe89a;
    text-align: center;
    font-family: DM Serif Display, Georgia, serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 36px
}

.phito-ftr-titulo {
    letter-spacing: -.5px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    font-family: Bricolage Grotesque, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px
}

.phito-ftr-titulo-italico {
    font-family: DM Serif Display, Georgia, serif;
    font-style: italic;
    font-weight: 400
}

.phito-ftr-bloco {
    border-bottom: 1px solid #ffffff14;
    max-width: 1280px;
    margin: 40px auto 0;
    padding-bottom: 41px
}

.phito-ftr-logo {
    width: 318px;
    max-width: 100%;
    height: auto;
    display: block
}

.phito-ftr-news-titulo {
    color: #fff;
    margin-top: 13.77px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px
}

.phito-ftr-news-sub {
    color: #fff9;
    margin-top: 4.5px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.5px
}

.phito-ftr-form {
    background: #ffffff14;
    border-radius: 999px;
    width: 100%;
    max-width: 395.13px;
    height: 64px;
    margin-top: 15px;
    position: relative
}

.phito-ftr-form-input {
    color: #fff;
    background: 0 0;
    border: 0;
    border-radius: 999px;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0 140px 0 22px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.phito-ftr-form-input::placeholder {
    color: #ffffff73;
    opacity: 1
}

.phito-ftr-form-botao {
    color: #3d2c5a;
    cursor: pointer;
    background: #fbe89a;
    border: 0;
    border-radius: 999px;
    width: 130px;
    height: 56px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 11.8px;
    font-weight: 700;
    line-height: 18px;
    position: absolute;
    top: 4px;
    right: 4px
}

.phito-ftr-lado {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    margin-top: 40px;
    display: grid
}

.phito-ftr-col-titulo {
    letter-spacing: .26px;
    color: #fff;
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 19.5px
}

.phito-ftr-col-lista {
    margin-top: 16px;
    list-style: none
}

.phito-ftr-col-item+.phito-ftr-col-item {
    margin-top: 8px
}

.phito-ftr-col-link {
    color: #ffffffb3;
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    text-decoration: none
}

.phito-ftr-credito {
    color: #ffffffb3;
    grid-column: 1/-1;
    align-items: center;
    gap: 8px;
    font-family: Bronova, Poppins, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    display: flex
}

.phito-ftr-credito-marca {
    filter: brightness(0)invert();
    width: 14px;
    height: 10px
}

.phito-ftr-base {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 1280px;
    margin: 24px auto 0;
    display: flex
}

.phito-ftr-copy {
    letter-spacing: .22px;
    color: #ffffff73;
    font-family: Poppins, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px
}

.phito-ftr-flags {
    flex-wrap: wrap;
    gap: 14px;
    display: flex
}

.phito-ftr-flags-parte {
    flex: none;
    width: 251px;
    height: 29px;
    display: block;
    position: relative;
    overflow: hidden
}

.phito-ftr-flags-img {
    width: 100%;
    height: 248.58%;
    position: absolute;
    top: 0;
    left: 0
}

.phito-ftr-flags-parte-baixo .phito-ftr-flags-img {
    top: -148.28%
}

@media (width>=768px) {
    .phito-ftr {
        padding: 56px 24px
    }
    .phito-ftr-eyebrow {
        font-size: 32px;
        line-height: 48px
    }
    .phito-ftr-titulo {
        letter-spacing: -.6px;
        margin-top: 0;
        font-size: 34px;
        line-height: 36px
    }
    .phito-ftr-bloco {
        margin: 48px auto 0;
        padding-bottom: 41px
    }
    .phito-ftr-lado {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 24px;
        margin-top: 40px
    }
    .phito-ftr-credito {
        grid-column: 1/-1
    }
}

@media (width>=1024px) {
    .phito-ftr {
        padding: 69px 32px 28.58px
    }
    .phito-ftr-titulo {
        letter-spacing: -2.4px;
        margin-top: 0;
        font-size: 80px;
        line-height: 88px
    }
    .phito-ftr-bloco {
        margin: 73px auto 0;
        padding-bottom: 41px;
        display: flex
    }
    .phito-ftr-news {
        flex: 0 0 395.13px
    }
    .phito-ftr-logo {
        margin-top: -18.69px
    }
    .phito-ftr-news-titulo {
        margin-top: 13.77px
    }
    .phito-ftr-form {
        margin-top: 15px
    }
    .phito-ftr-lado {
        flex: 1;
        grid-template-columns: 294.95fr 246.97fr;
        justify-content: flex-start;
        gap: 0;
        margin-top: 0;
        margin-left: 48px
    }
    .phito-ftr-credito {
        grid-column: 2;
        margin-top: 70px
    }
    .phito-ftr-base {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        margin: 21.4px auto 0
    }
}

.phito-ftr-col-link {
    transition: color .2s
}

.phito-ftr-col-link:hover {
    color: #fff
}

.phito-ftr-form-botao {
    transition: background-color .2s
}

.phito-ftr-form-botao:hover {
    background-color: #f5d76e
}

@media (width<=767px) {
    .phito-ftr-news {
        text-align: center;
        flex-direction: column;
        align-items: center;
        display: flex
    }
    .phito-ftr-logo {
        margin-left: auto;
        margin-right: auto
    }
    .phito-ftr-news-titulo,
    .phito-ftr-news-sub {
        text-align: center
    }
}