/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ===== COBRALEDS • BRAND ARCHIVE (marca) ===== */

.clx-brand-archive ul.products{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
}

@media (max-width: 1024px){
  .clx-brand-archive ul.products{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.clx-brand-archive ul.products li.product{
  width: auto !important;
  margin: 0 !important;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 14px;
  background: #fff;
  transition: transform .15s ease, box-shadow .15s ease;
}

.clx-brand-archive ul.products li.product:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

.clx-brand-archive ul.products li.product img{
  width: 100% !important;
  height: 220px;
  object-fit: contain;
  margin: 0 0 10px 0 !important;
}

.clx-brand-archive ul.products li.product a.button{
  width: 100%;
  border-radius: 12px;
}

/* Header bonitinho */
.clx-archive-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin: 20px 0 18px;
}
.clx-archive-title{
  margin:0;
}
.clx-archive-controls{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.clx-archive-controls .clx-count{
  opacity:.75;
}

/* Remove ícone/flutuante “finest” se estiver aparecendo */
#finest-count,
.finest-count,
.finest-cart-icon{
  display:none !important;
}
