*{box-sizing:border-box}.aba-colecoes-section{max-width:1200px;margin:0 auto;padding:60px 20px;border-radius:0}.aba-colecoes-header{text-align:center;margin-bottom:40px}.aba-colecoes-titulo{font-size:40px;font-weight:700;letter-spacing:.2px;text-transform:uppercase;color:#1a1a1a;margin:0;position:relative}.aba-colecoes-titulo:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:160px;height:1px;background-color:#1a1a1a}.aba-colecoes-nav{display:flex;justify-content:center;gap:8px;margin-bottom:50px;flex-wrap:wrap}.aba-colecoes-tab{background-color:#e0e0e0;color:#666;border:none;padding:12px 24px;font-size:24px;font-style:normal;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border-radius:0;min-width:120px}.aba-colecoes-tab:hover{background-color:#d0d0d0;color:#1a1a1a}.aba-colecoes-tab.active{background-color:#d4b896;color:#1a1a1a;border-bottom:4px solid #f0f0f0;font-weight:600}.aba-colecoes-content{margin-top:-50px;position:relative;background-color:#f0f0f0;padding:16px 8px}.aba-colecoes-produtos{display:none;animation:fadeIn .3s ease-in-out}.aba-colecoes-produtos.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.produtos-grid{display:grid;grid-template-columns:repeat(var(--produtos-por-linha, 4),1fr);gap:16px}.produtos-swiper-mobile{display:none}.aba-produto-wrapper{width:100%}.aba-produto-wrapper product-card{width:100%;height:100%;display:block}.aba-produto-wrapper .product-card__content{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:0;overflow:hidden;box-shadow:none;border:1px solid #e0e0e0;transition:none;position:relative}.aba-produto-wrapper .product-card__content:hover{transform:none;box-shadow:none}.aba-produto-wrapper .card-gallery{position:relative;width:100%;aspect-ratio:1;overflow:hidden;order:0}.aba-produto-wrapper .card-gallery a{display:block;width:100%;height:100%}.aba-produto-wrapper .card-gallery img,.aba-produto-wrapper .product-card__image{width:100%;height:100%;object-fit:cover;transition:none;display:block}.aba-produto-wrapper .product-card__content:hover .card-gallery img,.aba-produto-wrapper .product-card__content:hover .product-card__image{transform:none}.produto-placeholder,.aba-produto-wrapper .product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#e0e0e0;color:#999;font-size:.9rem}.aba-produto-wrapper .product-card__content{text-align:center;gap:8px;border-radius:10px;border:none;padding-bottom:12px}.aba-produto-wrapper .product-title{margin:8px 0;font-size:20px;font-weight:500;line-height:1.3;order:1}.aba-produto-wrapper .product-title a{color:#333132;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;pointer-events:auto;position:relative;z-index:2;font-weight:700}.aba-produto-wrapper .product-title a:hover{color:#666}.aba-produto-wrapper .price{margin:8px 0;display:flex;align-items:center;justify-content:center;gap:8px;order:2}.aba-produto-wrapper .price--compare{text-decoration:line-through;font-size:16px;color:gray;font-family:inter}.aba-produto-wrapper .price--current{font-size:18px;color:#8a645d;font-family:inter}.aba-colecoes-comprar{order:3;margin-top:auto;padding:0 13px 4px;position:relative;z-index:3;width:100%}.aba-colecoes-comprar .buy-now-quick-add,.aba-colecoes-comprar .buy-now-form-component,.aba-colecoes-comprar .shopify-product-form,.aba-colecoes-comprar form{width:100%;display:block}.aba-colecoes-comprar quick-add-component{display:block;width:100%}.aba-colecoes-btn-comprar{position:relative;width:100%;background-color:#0b503e;color:#e4d2bc;box-shadow:none;border:none;font-size:20px;font-weight:600;text-transform:uppercase;cursor:pointer;border-radius:0;padding:12px 24px;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;pointer-events:auto;letter-spacing:1px;overflow:hidden}.aba-colecoes-btn-comprar:hover{background-color:#01595e;color:#e4d2bc}.aba-colecoes-btn-esgotado{background-color:#999;cursor:not-allowed}.aba-colecoes-btn-esgotado:hover{background-color:#999}.aba-colecoes-btn-comprar .buy-now-btn__added{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;translate:0 100%}.aba-colecoes-btn-comprar .buy-now-btn__added .svg-wrapper{width:20px;height:20px;color:#e4d2bc}.aba-colecoes-btn-comprar[data-added=true] .buy-now-btn__text{animation:aba-buy-fade-out .3s forwards}.aba-colecoes-btn-comprar[data-added=true] .buy-now-btn__added{animation:aba-buy-fade-in .3s forwards}@keyframes aba-buy-fade-out{to{opacity:0;translate:0 -100%}}@keyframes aba-buy-fade-in{to{opacity:1;translate:0 0}}.aba-produto-wrapper button[type=submit],.aba-produto-wrapper button[type=button]{pointer-events:auto}.aba-produto-wrapper .product-card__variants,.aba-produto-wrapper .produto-variantes{margin:4px 0 0;font-size:.7rem;color:#999;text-align:center;order:4}.aba-produto-wrapper .product-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.aba-colecoes-empty,.colecao-vazia,.colecao-nao-selecionada{text-align:center;padding:60px 20px;color:#666;font-size:1.1rem}.aba-colecoes-empty{background-color:#f8f8f8;border-radius:8px}@media(max-width:1024px){.produtos-grid{grid-template-columns:repeat(3,1fr);gap:25px}.aba-colecoes-section{padding:40px 15px}}@media(max-width:768px){.produtos-grid--desktop{display:none!important}.produtos-swiper-mobile{display:block;overflow:hidden;padding:0 4px}.produtos-swiper-mobile .swiper-slide{height:auto}.produtos-swiper-mobile .aba-produto-wrapper{max-width:none;margin:0}.aba-colecoes-nav{gap:2px}.aba-colecoes-tab{padding:10px 16px;font-size:.8rem;min-width:auto;flex:1}.produto-info{padding:15px}.aba-colecoes-titulo{font-size:1.5rem;letter-spacing:1px}.aba-colecoes-btn-comprar{font-size:16px;padding:10px 16px}}@media(max-width:480px){.aba-colecoes-nav{flex-direction:column;gap:4px}.aba-colecoes-tab{border-radius:0;width:100%}.aba-colecoes-section{padding:30px 10px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/aba-colecoes.css.map */
