@import url('style.css');

/* ================================================== */
/* ============= COMPONENTES ESPECIFICOS ============ */
/* ================================================== */

.produtos {
    max-width: 1440px;
    margin: 40px auto;
    padding: 0 28px;
}

.produtos__layout {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-top: 20px;
}

.produtos__sidebar {
    position: sticky;
    top: 132px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.produtos__sidebar-titulo {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.52);
    font-family: 'Prompt', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.produtos__conteudo {
    min-width: 0;
}

.produtos--croppeds {
    margin-top: 24px;
    padding-top: 28px;
    border-top: 1px solid rgba(173, 255, 47, 0.18);
}

.produtos__filtros {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    margin: 0;
}

.produtos__filtro {
    min-height: 34px;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: transparent;
    color: rgba(255, 255, 255, 0.68);
    font-family: 'Prompt', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.produtos__filtro:hover,
.produtos__filtro--ativo {
    transform: none;
    border-color: rgba(173, 255, 47, 0.26);
    background: rgba(173, 255, 47, 0.1);
    color: #ADFF2F;
    box-shadow: none;
}

.produtos__resultado {
    min-height: 24px;
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    text-align: left;
}

.produtos__galeria {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    margin: 0 auto 20px;
}

.produtos__galeria .produto {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.produto--oculto {
    display: none;
}

.produtos__galeria .produto::before {
    content: none;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.68);
    border: 1px solid rgba(173, 255, 47, 0.34);
    color: #ADFF2F;
    font-family: 'Bebas Neue', cursive;
    font-size: 0.66rem;
    letter-spacing: 0.05em;
    line-height: 1;
}

.produtos__galeria .produto:hover {
    transform: translateY(-3px);
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.produtos__galeria .produto__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.produtos__galeria .produto__imagem-container {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #070707;
}

.produtos__galeria .produto__imagem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.42s ease, transform 0.42s ease;
}

.produto__imagem--costas {
    opacity: 0;
    transform: scale(1.02);
}

.produto:hover .produto__imagem--costas {
    opacity: 1;
    transform: scale(1.05);
}

.produto:hover .produto__imagem--frente {
    opacity: 0;
    transform: scale(1.05);
}

.produto__imagem-container--sem-costas .produto__imagem--costas {
    display: none;
}

.produtos__galeria .produto:hover .produto__imagem-container--sem-costas .produto__imagem--frente {
    opacity: 1;
    transform: scale(1.05);
}

.produtos__galeria .produto--cropped::before {
    content: none;
}

.produtos__galeria .produto__info {
    padding-top: 10px;
    text-align: left;
}

.produtos__galeria .produto__descricao {
    display: -webkit-box;
    min-height: 34px;
    margin: 4px 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 12px;
    line-height: 1.35;
    text-shadow: none;
}

.produtos__galeria .produto__titulo {
    display: block;
    font-weight: 800;
    color: #fff;
    font-size: 0.93rem;
    line-height: 1.25;
}

.produto__descricao-texto {
    color: rgba(255, 255, 255, 0.76);
}

.produto__cores {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    min-height: 22px;
    margin: auto 0 6px;
    flex-wrap: wrap;
}

.produto__cor {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    cursor: pointer;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.produto__cor:hover {
    transform: scale(1.15);
    border-color: rgba(173, 255, 47, 0.8);
}

.produto__cor--verde { background-color: #2ecc71; }
.produto__cor--azul { background-color: #3498db; }
.produto__cor--branca { background-color: #ecf0f1; }
.produto__cor--preta { background-color: #2c3e50; }
.produto__cor--amarela { background-color: #f1c40f; }
.produto__cor--vermelha { background-color: #e74c3c; }

.produto__cor--selecionada {
    transform: scale(1.16);
    box-shadow: 0 0 0 2px #ADFF2F, 0 0 0 6px rgba(173, 255, 47, 0.16), 0 0 18px rgba(173, 255, 47, 0.35);
}

.produto__tamanhos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    min-height: 26px;
    margin: 0 0 12px;
    flex-wrap: wrap;
}

.produto__tamanho {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #4feb51;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    color: white;
}

.produto__tamanho:hover,
.produto__tamanho--selecionado {
    background-color: #4feb51;
    color: black;
    transform: scale(1.08);
    box-shadow: 0 0 0 1px rgba(79, 235, 81, 0.5), 0 0 10px rgba(79, 235, 81, 0.35);
    border-color: #b8ff9b;
}

.pagina-camisetas .produto__acoes .botao {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    max-width: none;
    min-height: 36px;
    padding: 9px 10px;
    margin: 0;
    border-radius: 10px;
    font-size: 0.95rem;
    line-height: 1;
    letter-spacing: 0.04em;
    box-shadow: none;
    white-space: nowrap;
}

.pagina-camisetas .produto__acoes .botao::after {
    display: none;
}

.pagina-camisetas .produto__acoes .botao:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(173, 255, 47, 0.12);
}

.botao--comprar {
    background: rgba(173, 255, 47, 0.12);
    border: 1px solid rgba(173, 255, 47, 0.28);
    color: #ADFF2F;
}

.botao--comprar-agora {
    background: linear-gradient(135deg, #1fd366 0%, #ADFF2F 100%);
    color: #000;
    border: 1px solid rgba(173, 255, 47, 0.42);
}

.produtos__galeria .produto__acoes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 0;
}

.produtos__galeria .produto__preco {
    margin: 5px 0 0;
    color: #ADFF2F;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.35rem;
    letter-spacing: 0.05em;
    line-height: 1;
    text-shadow: 0 0 12px rgba(173, 255, 47, 0.16);
}

.produtos__galeria .produto__sacola-icone {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(173, 255, 47, 0.34);
    background: rgba(0, 0, 0, 0.72);
    color: #ADFF2F;
    font-size: 1.1rem;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease, background 0.25s ease;
}

.produtos__galeria .produto:hover .produto__sacola-icone {
    transform: translateY(-2px);
    background: rgba(173, 255, 47, 0.16);
}

.botao--comprar.botao--adicionado,
.botao--comprar-agora.botao--adicionado {
    background: linear-gradient(135deg, #dd29d7 0%, #ADFF2F 100%);
    color: #fff;
}

.colecao__dica {
    max-width: 620px;
    margin: 14px auto 0;
    color: #d7d7d7;
    font-size: 1rem;
    line-height: 1.6;
}

.logo-pequeno {
    width: min(100%, 220px);
    height: auto;
    display: block;
    margin: 0 auto 18px;
    border-radius: 18px;
    object-fit: contain;
}

.texto-auxiliar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(173, 255, 47, 0.12);
    border: 1px solid rgba(173, 255, 47, 0.35);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

/* ================= CARRINHO ================= */

.carrinho-toggle {
    position: fixed;
    top: 63px;
    right: 20px;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(173, 255, 47, 0.42);
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(173, 255, 47, 0.25), rgba(0, 0, 0, 0.96) 70%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 0 0 1px rgba(173, 255, 47, 0.12), 0 0 24px rgba(173, 255, 47, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.menu:not(:has(.aviso-topo)) .carrinho-toggle {
    top: 27px;
}

.carrinho-toggle:hover {
    transform: translateY(-2px) scale(1.04);
    border-color: rgba(221, 41, 215, 0.52);
    box-shadow: 0 0 0 1px rgba(221, 41, 215, 0.18), 0 0 26px rgba(221, 41, 215, 0.22);
}

.carrinho-toggle__icone {
    line-height: 1;
}

.carrinho__contador {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(135deg, #dd29d7, #ADFF2F);
    color: #000;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px rgba(173, 255, 47, 0.35);
}

.carrinho-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 9996;
}

.carrinho {
    position: fixed;
    top: 0;
    right: 0;
    width: min(500px, 100%);
    height: 100vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.98), rgba(16, 4, 20, 0.98));
    z-index: 9998;
    transform: translateX(100%);
    transition: transform 0.38s ease;
    padding: 24px 22px 20px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 2px 0 0 rgba(173, 255, 47, 0.52), -18px 0 50px rgba(173, 255, 47, 0.08), -28px 0 65px rgba(221, 41, 215, 0.08);
}

.carrinho::before {
    content: '';
    position: absolute;
    inset: 14px;
    border-radius: 28px;
    border: 1px solid rgba(173, 255, 47, 0.18);
    pointer-events: none;
}

.carrinho--aberto {
    transform: translateX(0);
}

body.carrinho-visivel .carrinho-overlay {
    opacity: 1;
    visibility: visible;
}

body.carrinho-visivel {
    overflow: hidden;
}

.carrinho__cabecalho {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 0 0 16px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.carrinho__eyebrow {
    margin: 0 0 6px;
    color: #ADFF2F;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: 'Prompt', sans-serif;
}

.carrinho__titulo {
    margin: 0;
    color: #fff;
    font-size: 1.55rem;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.04em;
}

.carrinho__descricao {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(173, 255, 47, 0.06);
    border: 1px solid rgba(173, 255, 47, 0.12);
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.45;
    font-size: 0.88rem;
}

.carrinho__fechar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #ADFF2F;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.carrinho__fechar:hover {
    transform: rotate(90deg);
    border-color: rgba(221, 41, 215, 0.42);
    color: #dd29d7;
}

.carrinho__itens {
    flex-grow: 1;
    overflow-y: auto;
    padding: 2px 4px 2px 0;
}

.carrinho__itens:empty::before {
    content: 'Sua sacola ainda está vazia. Escolha uma peça e monte sua brisa.';
    display: block;
    padding: 22px 12px;
    border-radius: 18px;
    border: 1px dashed rgba(173, 255, 47, 0.22);
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
    line-height: 1.6;
}

.carrinho__item {
    display: grid;
    grid-template-columns: 82px 1fr auto;
    gap: 13px;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.075);
}

.carrinho__item img {
    width: 82px;
    height: 96px;
    object-fit: cover;
    border-radius: 12px;
    filter: saturate(1.08);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
}

.carrinho__item-info {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
}

.carrinho__item-titulo {
    color: #fff;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.35;
}

.carrinho__item-variacoes {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    line-height: 1.2;
}

.carrinho__item-variacoes span {
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.carrinho__item-preco {
    color: #ADFF2F;
    font-weight: 700;
    font-size: 1rem;
}

.carrinho__controles {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

.carrinho__quantidade-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(173, 255, 47, 0.35);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.carrinho__quantidade-btn:hover {
    transform: scale(1.08);
    border-color: rgba(221, 41, 215, 0.45);
    background: rgba(221, 41, 215, 0.12);
}

.carrinho__quantidade {
    min-width: 24px;
    text-align: center;
    font-weight: 700;
}

.carrinho__acoes-item {
    display: flex;
    align-items: flex-start;
}

.carrinho__remover-item {
    color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 7px 9px;
    cursor: pointer;
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: color 0.3s ease, transform 0.3s ease;
}

.carrinho__remover-item:hover {
    color: #ff8080;
    transform: translateY(-1px);
}

.carrinho__resumo {
    margin-top: 16px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.carrinho__cupom {
    margin-top: 12px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.carrinho__cupom-label {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.9rem;
    letter-spacing: 0.03em;
}

.carrinho__cupom-form {
    display: flex;
    gap: 10px;
}

.carrinho__cupom-input {
    flex: 1;
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(173, 255, 47, 0.2);
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.carrinho__cupom-input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.carrinho__cupom-input:focus {
    border-color: rgba(173, 255, 47, 0.45);
    box-shadow: 0 0 0 3px rgba(173, 255, 47, 0.08);
}

.carrinho__cupom-botao {
    height: 46px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(173, 255, 47, 0.28);
    background: linear-gradient(135deg, rgba(173, 255, 47, 0.16), rgba(221, 41, 215, 0.18));
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    font-size: 1rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.carrinho__cupom-botao:hover {
    transform: translateY(-1px);
    border-color: rgba(221, 41, 215, 0.38);
    box-shadow: 0 10px 20px rgba(221, 41, 215, 0.12);
}

.carrinho__cupom-mensagem {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.85rem;
    line-height: 1.4;
}

.carrinho__cupom-mensagem--sucesso {
    color: #ADFF2F;
}

.carrinho__cupom-mensagem--erro {
    color: #ff7b7b;
}

.carrinho__linha-resumo--desconto {
    color: #ADFF2F;
}

.carrinho__checkout {
    margin-top: 12px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.carrinho__checkout-titulo {
    margin: 0 0 12px;
    color: #ADFF2F;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.15rem;
    letter-spacing: 0.06em;
}

.carrinho__checkout-ajuda {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.86rem;
    line-height: 1.45;
}

.carrinho__campo {
    display: grid;
    gap: 6px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.86rem;
}

.carrinho__input {
    width: 100%;
    min-height: 44px;
    padding: 0 13px;
    border-radius: 12px;
    border: 1px solid rgba(173, 255, 47, 0.18);
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    font: inherit;
    outline: none;
}

.carrinho__textarea {
    min-height: 74px;
    padding-top: 12px;
    resize: vertical;
}

.carrinho__input:focus {
    border-color: rgba(173, 255, 47, 0.5);
    box-shadow: 0 0 0 3px rgba(173, 255, 47, 0.08);
}

.carrinho__linha-resumo,
.carrinho__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.carrinho__linha-resumo {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 12px;
}

.carrinho__total {
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.42rem;
    letter-spacing: 0.05em;
}

.carrinho__valor-total {
    color: #ADFF2F;
    text-shadow: 0 0 12px rgba(173, 255, 47, 0.22);
}

.botao--finalizar {
    margin-top: 12px;
    width: 100%;
    max-width: none;
    color: #000;
    animation: pulse-checkout 2.2s ease-in-out infinite;
}

@keyframes pulse-checkout {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 12px 28px rgba(79, 235, 81, 0.24);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 18px 34px rgba(221, 41, 215, 0.26);
    }
}

.produto-voando {
    position: fixed;
    z-index: 10000;
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 18px;
    pointer-events: none;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
    transition: transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.75s ease, filter 0.75s ease;
}

.sacola-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(0, 0, 0, 0.68);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.sacola-modal-overlay--visivel {
    opacity: 1;
    visibility: visible;
}

body.sacola-modal-visivel {
    overflow: hidden;
}

.sacola-modal {
    width: min(520px, 100%);
    max-height: min(720px, calc(100vh - 28px));
    overflow: auto;
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.98), rgba(6, 6, 6, 0.98));
    border: 1px solid rgba(173, 255, 47, 0.22);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55), 0 0 34px rgba(173, 255, 47, 0.08);
}

.sacola-modal__cabecalho {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.sacola-modal__cabecalho h3,
.sacola-modal__look h4 {
    margin: 0;
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0;
}

.sacola-modal__fechar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
}

.sacola-modal__produto {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 14px;
    align-items: center;
    margin-bottom: 22px;
}

.sacola-modal__produto img {
    width: 96px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 10px;
    background: #111;
}

.sacola-modal__produto div {
    display: grid;
    gap: 6px;
}

.sacola-modal__produto strong {
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.35;
}

.sacola-modal__produto span {
    color: #ADFF2F;
    font-weight: 700;
}

.sacola-modal__produto small {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.82rem;
}

.sacola-modal__look {
    margin-bottom: 22px;
}

.sacola-modal__recomendados {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(132px, 1fr);
    gap: 12px;
    margin-top: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.sacola-recomendado {
    min-width: 0;
    color: #fff;
    text-decoration: none;
}

.sacola-recomendado__imagem {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #111;
}

.sacola-recomendado img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.sacola-recomendado:hover img {
    transform: scale(1.04);
}

.sacola-recomendado strong {
    display: block;
    margin-top: 9px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.82rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sacola-recomendado span:not(.sacola-recomendado__imagem):not(.sacola-recomendado__badge) {
    display: block;
    margin-top: 6px;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
}

.sacola-recomendado__badge {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #2aa820;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
}

.sacola-modal__acao {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #1fd366 0%, #ADFF2F 100%);
    color: #000;
    cursor: pointer;
    font-family: 'Prompt', sans-serif;
    font-size: 0.98rem;
    font-weight: 800;
}

/* ================================================== */
/* =============== RESPONSIVIDADE =================== */
/* ================================================== */

@media (max-width: 1024px) {
    .produtos__layout {
        grid-template-columns: 140px minmax(0, 1fr);
        gap: 18px;
    }

    .produtos__galeria {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 145px;
    }

    body:has(.aviso-topo) {
        padding-top: 164px;
    }

    .produtos__layout {
        display: block;
    }

    .produtos__sidebar {
        position: static;
        margin-bottom: 22px;
    }

    .produtos__filtros {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }

    .produtos__filtro {
        flex: 1 1 calc(50% - 8px);
        min-height: 36px;
        padding: 0 8px;
        text-align: center;
        font-size: 0.76rem;
    }

    .produtos__resultado {
        text-align: center;
    }

    .produtos__galeria {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .produtos__galeria .produto {
        padding: 0;
        border-radius: 0;
    }

    .pagina-camisetas .produto__acoes .botao {
        min-height: 34px;
        padding: 8px 10px;
        font-size: 0.86rem;
    }

    .carrinho {
        width: min(440px, 100%);
    }

    .carrinho-toggle {
        top: 52px;
        right: 16px;
    }

    .menu:not(:has(.aviso-topo)) .carrinho-toggle {
        top: 16px;
    }
}

@media (max-width: 600px) {
    .produtos {
        margin-top: 28px;
    }

    .produtos__galeria {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .produtos__galeria .produto {
        width: 100%;
        padding: 0;
        border-radius: 0;
    }

    .produto__imagem-container {
        border-radius: 10px;
    }

    .produtos__galeria .produto__acoes {
        gap: 6px;
    }

    .pagina-camisetas .produto__acoes .botao {
        min-height: 32px;
        padding: 7px 6px;
        border-radius: 8px;
        font-size: 0.78rem;
        letter-spacing: 0.03em;
    }

    .carrinho {
        width: 100%;
        padding: 18px 14px 14px;
    }

    .carrinho__item {
        grid-template-columns: 74px 1fr;
        gap: 10px;
        padding: 10px;
    }

    .carrinho__item img {
        width: 74px;
        height: 88px;
    }

    .carrinho__acoes-item {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }

    .carrinho-toggle {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .carrinho__contador {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .carrinho__cupom-form {
        flex-direction: column;
    }

    .carrinho__cupom-botao {
        width: 100%;
    }

}

@media (max-width: 480px) {
    .produtos {
        padding: 0 12px;
    }

    .produtos__galeria .produto__descricao {
        min-height: 48px;
        margin: 8px 0;
        font-size: 11.8px;
        line-height: 1.35;
    }

    .produto__cores {
        gap: 8px;
    }

    .produto__tamanhos {
        gap: 6px;
    }

    .colecao__dica {
        font-size: 0.95rem;
    }

    .logo-pequeno {
        width: min(100%, 170px);
        margin-bottom: 14px;
    }

    .texto-auxiliar {
        font-size: 0.95rem;
        padding: 9px 14px;
    }

    .produtos__galeria .produto::before {
        content: none;
        top: 7px;
        left: 7px;
        padding: 4px 7px;
        font-size: 0.72rem;
    }

    .carrinho__titulo {
        font-size: 1.55rem;
    }

    .carrinho__descricao {
        font-size: 0.9rem;
    }
}

@media (max-width: 380px) {
    .produtos {
        padding: 0 8px;
    }

    .produtos__galeria {
        gap: 8px;
    }

    .produtos__galeria .produto {
        padding: 0;
    }

    .produtos__galeria .produto__descricao {
        font-size: 11px;
    }

    .produto__cores {
        gap: 5px;
        margin: 8px 0;
    }

    .produto__cor {
        width: 14px;
        height: 14px;
    }

    .produto__tamanhos {
        gap: 4px;
        margin: 9px 0;
    }

    .produto__tamanho {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }

    .pagina-camisetas .produto__acoes .botao {
        min-height: 30px;
        font-size: 0.7rem;
    }
}
