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

.overlay.phito-cart-overlay aside.phito-cart-aside {
    background: #fdfaf6;
    flex-direction: column;
    width: min(420px, 100vw);
    height: 100dvh;
    transition: transform .3s ease-in-out;
    display: flex;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    overflow: hidden;
    transform: translate(100%);
    box-shadow: -16px 0 44px #3d2c5a2e
}

.overlay.phito-cart-overlay.expanded aside.phito-cart-aside {
    transform: translate(0)
}

.overlay.phito-cart-overlay .close-outside {
    width: calc(100% - min(420px, 100vw))
}

.phito-cart-aside .phito-cart-header {
    background: #fdfaf6;
    border-bottom: 1px solid #5840811a;
    flex: none;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    height: auto;
    padding: 18px 20px 14px;
    display: flex
}

.phito-cart-aside .phito-cart-titulo {
    letter-spacing: 0;
    color: #3d2c5a;
    font-family: DM Serif Display, Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px
}

.phito-cart-aside .phito-cart-fechar {
    color: #584081;
    opacity: 1;
    cursor: pointer;
    background: 0 0;
    border: 0;
    border-radius: 999px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: background .2s;
    display: flex
}

.phito-cart-aside .phito-cart-fechar:hover {
    opacity: 1;
    background: #58408114;
    text-decoration: none
}

.phito-cart-aside .phito-cart-body {
    flex-direction: column;
    flex: 1;
    min-height: 0;
    margin: 0;
    display: flex;
    overflow: hidden
}

.phito-cart-aside .phito-cart-body>p {
    color: #8472b3;
    padding: 20px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px;
    line-height: 19.5px
}

.phito-cart-main {
    background: #fdfaf6;
    flex-direction: column;
    display: flex
}

.phito-cart-main-aside {
    flex: 1;
    min-height: 0
}

.phito-cart-main-page {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 30px 10px 64px
}

.phito-cart-frete {
    background: #f4eefc;
    border-radius: 12px;
    flex: none;
    margin: 16px 20px 4px;
    padding: 14px 16px 16px
}

.phito-cart-main-page .phito-cart-frete {
    margin: 0 0 12px
}

.phito-cart-frete-texto {
    color: #3d2c5a;
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px
}

.phito-cart-frete-texto strong {
    color: #584081;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 700
}

.phito-cart-frete-linha {
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    display: flex
}

.phito-cart-frete-trilho {
    background: #5840811f;
    border-radius: 999px;
    flex: 1;
    min-width: 0;
    height: 10px;
    overflow: hidden
}

.phito-cart-frete-barra {
    background: linear-gradient(90deg, #584081 0%, #8472b3 100%);
    border-radius: 999px;
    height: 100%;
    transition: width .6s
}

.phito-cart-frete-barra-completa {
    background: #f5d76e
}

.phito-cart-frete-icone {
    flex: none;
    font-size: 16px;
    line-height: 1
}

@media (prefers-reduced-motion:reduce) {
    .phito-cart-frete-barra,
    .overlay.phito-cart-overlay aside.phito-cart-aside {
        transition: none
    }
}

.phito-cart-detalhes {
    flex-direction: column;
    display: flex
}

.phito-cart-detalhes[hidden] {
    display: none
}

.phito-cart-main-aside .phito-cart-detalhes {
    flex: 1;
    min-height: 0
}

.phito-cart-rolagem {
    padding: 4px 20px 8px
}

.phito-cart-main-aside .phito-cart-rolagem {
    flex: 1;
    min-height: 0;
    overflow: hidden auto
}

.phito-cart-main-page .phito-cart-rolagem {
    padding: 4px 0 8px
}

.phito-cart-lista {
    list-style: none
}

.phito-cart-linha {
    border-bottom: 1px solid #58408114;
    padding: 16px 0
}

.phito-cart-lista>.phito-cart-linha:last-child {
    border-bottom: 0
}

.phito-cart-linha-inner {
    align-items: flex-start;
    gap: 14px;
    display: flex
}

.phito-cart-linha-foto {
    object-fit: cover;
    background: #f4eefc;
    border-radius: 12px;
    flex: none;
    width: 76px;
    height: 76px;
    display: block
}

.phito-cart-linha-info {
    flex-direction: column;
    flex: 1;
    gap: 4px;
    min-width: 0;
    display: flex
}

.phito-cart-linha-titulo-link {
    color: #584081;
    text-decoration: none
}

.phito-cart-linha-titulo-link:hover {
    color: #3d2c5a;
    text-decoration: none
}

.phito-cart-linha-titulo {
    color: inherit;
    font-family: DM Serif Display, Georgia, serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px
}

.phito-cart-linha-variante {
    flex-wrap: wrap;
    gap: 2px 10px;
    list-style: none;
    display: flex
}

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

.phito-cart-linha-rodape {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    display: flex
}

.phito-cart-qtd-grupo {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    display: flex
}

.phito-cart-qtd-grupo form {
    flex: none;
    display: flex
}

.phito-cart-qtd {
    background: #fff;
    border: 1px solid #5840811a;
    border-radius: 999px;
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: 104px;
    height: 36px;
    padding: 4px;
    display: flex
}

.phito-cart-qtd-botao {
    color: #584081;
    cursor: pointer;
    background: #f4eefc;
    border: 0;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    transition: box-shadow .2s;
    display: flex
}

.phito-cart-qtd-botao:hover:not(:disabled) {
    box-shadow: 0 2px 6px #5840812e
}

.phito-cart-qtd-botao:disabled {
    opacity: .35;
    cursor: not-allowed;
    box-shadow: none
}

.phito-cart-qtd-valor {
    color: #584081;
    text-align: center;
    min-width: 20px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px
}

.phito-cart-linha-preco {
    color: #3d2c5a;
    flex: none;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px
}

.phito-cart-linha-preco .product-price,
.phito-cart-linha-preco .product-price-on-sale {
    color: #3d2c5a;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px
}

.phito-cart-linha-preco s {
    color: #8472b3;
    font-size: 12px;
    font-weight: 400
}

.phito-cart-remover {
    color: #8472b3;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    transition: color .2s
}

.phito-cart-remover:hover {
    color: #584081;
    text-decoration: none
}

.phito-cart-remover:disabled {
    opacity: .4;
    cursor: not-allowed
}

.phito-cart-linha-filhos {
    border-left: 2px solid #5840811a;
    margin-top: 10px;
    padding-left: 14px;
    list-style: none
}

.phito-cart-resumo {
    flex-direction: column;
    gap: 12px;
    display: flex
}

.phito-cart-resumo-aside {
    background: #fdfaf6;
    border-top: 1px solid #5840811a;
    flex: none;
    padding: 14px 20px 18px
}

.phito-cart-resumo-page {
    background: #fff;
    border: 1px solid #5840811a;
    border-radius: 12px;
    margin-top: 16px;
    padding: 18px 16px
}

.phito-cart-subtotal {
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    display: flex
}

.phito-cart-subtotal dt {
    color: #3d2c5a;
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px
}

.phito-cart-subtotal dd {
    color: #3d2c5a;
    font-family: Poppins, Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 25.5px
}

.phito-cart-cupons {
    border: 0
}

.phito-cart-cupons-toggle {
    cursor: pointer;
    color: #584081;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    list-style: none;
    transition: color .2s
}

.phito-cart-cupons-toggle::-webkit-details-marker {
    display: none
}

.phito-cart-cupons-toggle:after {
    content: " +"
}

.phito-cart-cupons[open] .phito-cart-cupons-toggle:after {
    content: " −"
}

.phito-cart-cupons-toggle:hover {
    color: #3d2c5a
}

.phito-cart-cupons-corpo {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    display: flex
}

.phito-cart-cupom-aplicado {
    color: #3d2c5a;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px
}

.phito-cart-cupom-aplicado dt {
    margin-bottom: 4px;
    font-weight: 500
}

.phito-cart-cupom-linha {
    align-items: center;
    gap: 8px;
    display: flex
}

.phito-cart-cupom-linha code {
    color: #584081;
    font-family: JetBrains Mono, monospace;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.phito-cart-cupom-campo {
    align-items: center;
    gap: 8px;
    display: flex
}

.phito-cart-cupom-input {
    color: #3d2c5a;
    background: #fff;
    border: 1px solid #58408140;
    border-radius: 999px;
    flex: 1;
    min-width: 0;
    height: 40px;
    padding: 0 14px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.phito-cart-cupom-input::placeholder {
    color: #8472b3
}

.phito-cart-cupom-aplicar {
    color: #fff;
    cursor: pointer;
    background: #584081;
    border: 0;
    border-radius: 999px;
    flex: none;
    height: 40px;
    padding: 0 18px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    transition: background .2s
}

.phito-cart-cupom-aplicar:hover:not(:disabled) {
    background: #6f5ba0
}

.phito-cart-cupom-aplicar:disabled {
    opacity: .5;
    cursor: not-allowed
}

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

.phito-cart-finalizar {
    color: #3d2c5a;
    background: #fbe89a;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 51px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    transition: background .2s;
    display: flex
}

.phito-cart-finalizar:hover {
    color: #3d2c5a;
    background: #f5d76e;
    text-decoration: none
}

.phito-cart-continuar {
    color: #584081;
    cursor: pointer;
    background: 0 0;
    border: 0;
    align-self: center;
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    text-decoration: none;
    transition: color .2s
}

.phito-cart-continuar:hover {
    color: #3d2c5a;
    text-decoration: none
}

.phito-cart-vazio {
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 40px 28px 56px;
    display: flex
}

.phito-cart-vazio[hidden] {
    display: none
}

.phito-cart-vazio-emoji {
    font-size: 40px;
    line-height: 1
}

.phito-cart-vazio-texto {
    color: #584081;
    max-width: 280px;
    font-family: DM Serif Display, Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.phito-cart-vazio-cta {
    color: #3d2c5a;
    background: #fbe89a;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    height: 51px;
    padding: 0 28px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    transition: background .2s;
    display: flex
}

.phito-cart-vazio-cta:hover {
    color: #3d2c5a;
    background: #f5d76e;
    text-decoration: none
}