/* Estilos personalizados do WooCommerce - Design Unificado */
/* Paleta: #174600 (verde escuro), #020601 (preto), #F6F6F6 (branco/claro) */

/* ===== ESTILOS UNIFICADOS PARA TODOS OS CARDS ===== */

/* Cards de produtos - Todos os grids */
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product,
.related.products li.product,
.widget li.product,
.woocommerce-loop-product {
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 1.5rem !important;
  margin: 0 0 2rem 0 !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #f0f0f0 !important;
  position: relative;
  overflow: hidden;
}

.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover,
.related.products li.product:hover,
.widget li.product:hover,
.woocommerce-loop-product:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 25px rgba(23, 70, 0, 0.15) !important;
  border-color: #174600 !important;
}

/* Imagens dos produtos */
.woocommerce ul.products li.product img, 
.woocommerce-page ul.products li.product img,
.related.products li.product img,
.widget li.product img,
.woocommerce-loop-product img {
  border-radius: 8px !important;
  width: 100% !important;
  height: 250px !important;
  margin: 0 0 1.2rem 0 !important;
  display: block !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}

.woocommerce ul.products li.product:hover img, 
.woocommerce-page ul.products li.product:hover img,
.related.products li.product:hover img,
.widget li.product:hover img,
.woocommerce-loop-product:hover img {
  transform: scale(1.03) !important;
}

/* Títulos dos produtos */
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.related.products li.product .woocommerce-loop-product__title,
.widget li.product .woocommerce-loop-product__title,
.woocommerce-loop-product .woocommerce-loop-product__title {
  font-family: 'Nunito', sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #020601 !important;
  padding: 0.5rem 0 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  transition: color 0.3s ease !important;
  text-align: center;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title, 
.woocommerce-page ul.products li.product:hover .woocommerce-loop-product__title,
.related.products li.product:hover .woocommerce-loop-product__title,
.widget li.product:hover .woocommerce-loop-product__title,
.woocommerce-loop-product:hover .woocommerce-loop-product__title {
  color: #174600 !important;
}

/* Preços dos produtos */
.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price,
.related.products li.product .price,
.widget li.product .price,
.woocommerce-loop-product .price {
  font-family: 'Nunito', sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #174600 !important;
  padding: 0.5rem 0 1.2rem 0 !important;
  margin: 0 !important;
  display: block !important;
  text-align: center;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins,
.related.products li.product .price ins,
.widget li.product .price ins,
.woocommerce-loop-product .price ins {
  background: transparent !important;
  color: #174600 !important;
  font-weight: 800 !important;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.related.products li.product .price del,
.widget li.product .price del,
.woocommerce-loop-product .price del {
  color: #999 !important;
  font-size: 0.9em !important;
  margin-right: 5px !important;
}

/* Botões de adicionar ao carrinho */
.woocommerce ul.products li.product .button, 
.woocommerce-page ul.products li.product .button,
.related.products li.product .button,
.widget li.product .button,
.woocommerce-loop-product .button {
  width: 100% !important;
  text-align: center;
  background-color: #174600 !important;
  color: #F6F6F6 !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  padding: 1rem !important;
  font-size: 1rem !important;
  margin-top: auto !important;
  border: none !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.woocommerce ul.products li.product .button:before, 
.woocommerce-page ul.products li.product .button:before,
.related.products li.product .button:before,
.widget li.product .button:before,
.woocommerce-loop-product .button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: -1;
}

.woocommerce ul.products li.product .button:hover, 
.woocommerce-page ul.products li.product .button:hover,
.related.products li.product .button:hover,
.widget li.product .button:hover,
.woocommerce-loop-product .button:hover {
  background-color: #0a2d00 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.woocommerce ul.products li.product .button:hover:before, 
.woocommerce-page ul.products li.product .button:hover:before,
.related.products li.product .button:hover:before,
.widget li.product .button:hover:before,
.woocommerce-loop-product .button:hover:before {
  transform: translateX(0);
}

/* Badge de promoção */
.woocommerce ul.products li.product .onsale, 
.woocommerce-page ul.products li.product .onsale,
.related.products li.product .onsale,
.widget li.product .onsale,
.woocommerce-loop-product .onsale {
  background: #174600 !important;
  color: #F6F6F6 !important;
  font-weight: 700 !important;
  top: 10px !important;
  left: 10px !important;
  border-radius: 20px !important;
  padding: 0.3rem 0.8rem !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.5px !important;
  position: absolute !important;
  z-index: 2;
}

/* ===== GRIDS E LAYOUTS ===== */

/* Grid principal de produtos */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 1.5rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Produtos Relacionados */
.related.products {
  margin-top: 4rem !important;
  padding: 2rem 0;
  width: 100%;
  clear: both;
  background: #F6F6F6;
  border-radius: 15px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.05);
}

.related.products > h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #020601;
  margin-bottom: 2.5rem;
  text-align: left;
  padding-left: 1rem;
  position: relative;
}

.related.products > h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 1rem;
  width: 60px;
  height: 4px;
  background: #174600;
  border-radius: 2px;
}

.related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 1.5rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* ===== SINGLE PRODUCT ===== */

/* Container principal do single product */
.single-product #main {
  overflow-x: hidden;
  background: #F6F6F6;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.single-product .container {
  max-width: 100%;
  overflow-x: hidden;
}

.single-product .row {
  margin-left: 0;
  margin-right: 0;
}

/* Imagens do single product */
.single-product .woocommerce div.product div.images img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Preço do single product */
.single-product .woocommerce div.product .price {
  color: #174600 !important;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1rem 0;
}

.single-product .woocommerce div.product .price ins {
  background: transparent;
  color: #174600;
  font-weight: 700;
}

.single-product .woocommerce div.product .price del {
  color: #999;
  font-size: 0.9em;
  margin-right: 5px;
}

/* Título do single product */
.single-product .woocommerce div.product .product_title {
  color: #020601;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

/* Botão de comprar do single product */
.single-product .woocommerce div.product form.cart .button {
  margin-top: 10px;
  width: 100%;
  margin-bottom: 22px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #F6F6F6;
  text-align: center;
  text-transform: uppercase;
  background: #174600;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: none;
  padding: 12px 20px;
}

.single-product .woocommerce div.product form.cart .button:hover {
  background-color: #0a2d00;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(23, 70, 0, 0.3);
}

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

@media (max-width: 991px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .related.products ul.products {
    grid-template-columns: repeat(2, minmax(200px, 1fr)) !important;
  }
  
  .woocommerce ul.products li.product img, 
  .woocommerce-page ul.products li.product img,
  .related.products li.product img {
    height: 220px !important;
  }
}

@media (max-width: 575px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .related.products ul.products {
    grid-template-columns: repeat(2, minmax(140px, 1fr)) !important;
    gap: 0.75rem !important;
  }
  
  .woocommerce ul.products li.product, 
  .woocommerce-page ul.products li.product,
  .related.products li.product {
    padding: 1rem !important;
  }
  
  .woocommerce ul.products li.product img, 
  .woocommerce-page ul.products li.product img,
  .related.products li.product img {
    height: 200px !important;
  }
  
  .woocommerce ul.products li.product .woocommerce-loop-product__title, 
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
  .related.products li.product .woocommerce-loop-product__title {
    font-size: 1.1rem !important;
  }
  
  .woocommerce ul.products li.product .price, 
  .woocommerce-page ul.products li.product .price,
  .related.products li.product .price {
    font-size: 1.2rem !important;
  }
  
  .woocommerce ul.products li.product .button, 
  .woocommerce-page ul.products li.product .button,
  .related.products li.product .button {
    font-size: 0.9rem !important;
    padding: 0.875rem !important;
  }
  
  .related.products {
    margin-top: 2rem !important;
    padding: 1rem !important;
    border-radius: 10px;
  }
  
  .related.products > h2 {
    font-size: 1.5rem !important;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .related.products > h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .single-product #main {
    padding: 1rem;
    border-radius: 10px;
  }
  
  .single-product .woocommerce div.product .product_title {
    font-size: 1.5rem;
  }
  
  .single-product .woocommerce div.product .price {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .single-product .woocommerce div.product div.images,
  .single-product .woocommerce div.product div.summary {
    padding: 0 1rem;
  }
  
  .single-product .woocommerce div.product .product_title {
    font-size: 1.5rem;
    word-wrap: break-word;
  }
  
  .single-product .woocommerce div.product .price {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .single-product .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .single-product .woocommerce div.product .product_title {
    font-size: 1.3rem;
  }
  
  .single-product .woocommerce div.product .price {
    font-size: 1.3rem;
  }
  
  .single-product #main {
    padding: 0.5rem;
  }
}

/* Prevenir estouro horizontal */
body.single-product {
  overflow-x: hidden;
  background: #F6F6F6;
}

/* Garantir que os produtos relacionados não sobreponham o conteúdo */
.single-product .related.products {
  clear: both;
  margin-top: 3rem !important;
  padding-top: 2rem;
  border-top: 1px solid #e9ecef;
}

/* Prevenir sobreposição em todos os dispositivos */
.related.products {
  position: relative;
  z-index: 5;
}

.single-product div.product {
  position: relative;
  z-index: 10;
}

/* ===== BOTÃO "VER DETALHES" - COM BOOTSTRAP ===== */
.btn-see-more {
  background: linear-gradient(135deg, #174600 0%, #0a2d00 100%) !important;
  color: #F6F6F6 !important;
  border: 2px solid transparent !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
  box-shadow: 0 4px 12px rgba(23, 70, 0, 0.25) !important;
  font-family: 'Nunito', sans-serif !important;
  
  /* Classes Bootstrap equivalentes */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.75rem 1.5rem !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}

.btn-see-more::before {
  content: '\f138';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  transition: transform 0.3s ease;
}

.btn-see-more:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(23, 70, 0, 0.35) !important;
  color: #ffffff !important;
  border-color: #0a2d00 !important;
}

.btn-see-more:hover::before {
  transform: translateX(3px);
}

.btn-see-more:active {
  transform: translateY(-1px) !important;
  box-shadow: 0 3px 10px rgba(23, 70, 0, 0.3) !important;
}

/* Efeito de onda suave */
.btn-see-more::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
  z-index: -1;
}

.btn-see-more:hover::after {
  left: 100%;
}

/* Estados de foco para acessibilidade */
.btn-see-more:focus {
  outline: 3px solid rgba(23, 70, 0, 0.5);
  outline-offset: 2px;
}

.btn-see-more:focus:not(:focus-visible) {
  outline: none;
}

.btn-see-more:focus-visible {
  outline: 3px solid rgba(23, 70, 0, 0.5);
  outline-offset: 2px;
}

/* Responsividade com classes Bootstrap */
@media (max-width: 767px) {
  .btn-see-more {
    padding: 0.5rem 1rem !important;
    font-size: 0.8rem !important;
  }
  
  .btn-see-more::before {
    margin-right: 0.375rem;
    font-size: 0.9em;
  }
}

@media (max-width: 575px) {
  .btn-see-more {
    padding: 0.375rem 0.75rem !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.2px !important;
  }
  
  .btn-see-more::before {
    margin-right: 0.25rem;
    font-size: 0.8em;
  }
}

/* Garantir alinhamento perfeito em grid */
.woocommerce ul.products li.product .btn-see-more,
.related.products li.product .btn-see-more {
  width: 100% !important;
  margin-top: auto !important;
}

/* Animação de pulso sutil */
@keyframes pulse-glow {
  0% {
    box-shadow: 0 4px 12px rgba(23, 70, 0, 0.25);
  }
  50% {
    box-shadow: 0 4px 20px rgba(23, 70, 0, 0.4);
  }
  100% {
    box-shadow: 0 4px 12px rgba(23, 70, 0, 0.25);
  }
}

.btn-see-more {
  animation: pulse-glow 2s infinite;
}

.btn-see-more:hover {
  animation: none;
}
/* Estilos para product_meta e posted_in - WooCommerce */
.woocommerce div.product .product_meta {
  margin: 2rem 0;
  padding: 1.2rem;
  background: linear-gradient(135deg, #F6F6F6 0%, #ffffff 100%);
  border-radius: 10px;
  border-left: 4px solid #174600;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
}

.woocommerce div.product .product_meta:before {
  content: '\f15c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  font-size: 2rem;
  color: rgba(23, 70, 0, 0.1);
  z-index: 0;
}

.woocommerce div.product .product_meta > span {
  display: block;
  margin: 0.6rem 0;
  position: relative;
  z-index: 1;
}

/* Estilos para posted_in (Categorias) */
.woocommerce div.product .product_meta .posted_in {
  color: #020601;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed rgba(23, 70, 0, 0.2);
}

.woocommerce div.product .product_meta .posted_in:before {
  content: '\f07b';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 0.5rem;
  color: #174600;
  font-size: 0.9rem;
}

.woocommerce div.product .product_meta .posted_in a {
  color: #174600;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  display: inline-block;
  margin: 0.2rem 0;
}

.woocommerce div.product .product_meta .posted_in a:hover {
  background: rgba(23, 70, 0, 0.1);
  color: #0a2d00;
  transform: translateX(3px);
}

/* Estilos para tagged_as (Tags) */
.woocommerce div.product .product_meta .tagged_as {
  color: #666;
  font-size: 0.85rem;
  margin-top: 0.8rem;
}

.woocommerce div.product .product_meta .tagged_as:before {
  content: '\f02c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 0.5rem;
  color: #174600;
  font-size: 0.9rem;
}

.woocommerce div.product .product_meta .tagged_as a {
  color: #020601;
  text-decoration: none;
  background: rgba(23, 70, 0, 0.08);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  margin: 0.2rem 0.3rem 0.2rem 0;
  display: inline-block;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(23, 70, 0, 0.1);
}

.woocommerce div.product .product_meta .tagged_as a:hover {
  background: #174600;
  color: #F6F6F6;
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(23, 70, 0, 0.2);
}

/* Estilos para SKU */
.woocommerce div.product .product_meta .sku_wrapper {
  color: #888;
  font-size: 0.8rem;
  font-family: monospace;
  background: rgba(0, 0, 0, 0.03);
  padding: 0.4rem 0.8rem;
  border-radius: 5px;
  display: inline-block;
  margin-top: 0.8rem;
}

.woocommerce div.product .product_meta .sku_wrapper:before {
  content: '\f128';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 0.5rem;
  color: #174600;
  font-size: 0.9rem;
}

.woocommerce div.product .product_meta .sku {
  color: #020601;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Efeito de hover para todo o product_meta */
.woocommerce div.product .product_meta:hover {
  box-shadow: 0 5px 15px rgba(23, 70, 0, 0.1);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.woocommerce div.product .product_meta:hover:before {
  color: rgba(23, 70, 0, 0.2);
  transform: translateY(-50%) scale(1.1);
}

/* Responsividade */
@media (max-width: 767px) {
  .woocommerce div.product .product_meta {
    padding: 1rem;
    margin: 1.5rem 0;
  }
  
  .woocommerce div.product .product_meta:before {
    display: none;
  }
  
  .woocommerce div.product .product_meta .posted_in a {
    display: block;
    margin: 0.3rem 0;
  }
  
  .woocommerce div.product .product_meta .tagged_as a {
    margin: 0.2rem;
    font-size: 0.75rem;
  }
  
  .woocommerce div.product .product_meta .sku_wrapper {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
  }
}

/* Animação de entrada */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.woocommerce div.product .product_meta {
  animation: fadeInUp 0.6s ease forwards;
}

/* Melhorias de acessibilidade */
.woocommerce div.product .product_meta a:focus {
  outline: 2px solid #174600;
  outline-offset: 2px;
}

.woocommerce div.product .product_meta a:focus:not(:focus-visible) {
  outline: none;
}

.woocommerce div.product .product_meta a:focus-visible {
  outline: 2px solid #174600;
  outline-offset: 2px;
}
/* Estilos aprimorados para os cards de recursos */
.feature-cards {
    scrollbar-width: thin;
    scrollbar-color: rgba(23, 70, 0, 0.2) transparent;
}

.feature-cards::-webkit-scrollbar {
    height: 6px;
}

.feature-cards::-webkit-scrollbar-track {
    background: transparent;
}

.feature-cards::-webkit-scrollbar-thumb {
    background-color: rgba(23, 70, 0, 0.2);
    border-radius: 3px;
}

.feature-cards::-webkit-scrollbar-thumb:hover {
    background-color: rgba(23, 70, 0, 0.3);
}

.feature-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid rgba(23, 70, 0, 0.05) !important;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(23, 70, 0, 0.03) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(23, 70, 0, 0.15) !important;
    border-color: rgba(23, 70, 0, 0.1) !important;
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card .card-body {
    position: relative;
    z-index: 1;
}

.icon-wrapper {
    position: relative;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #174600 0%, #0a2d00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(23, 70, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.icon-circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover .icon-circle {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 16px rgba(23, 70, 0, 0.3);
}

.feature-card:hover .icon-circle::before {
    opacity: 1;
}

.icon-circle i {
    color: #F6F6F6 !important;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.feature-card:hover .icon-circle i {
    transform: scale(1.1);
}

.card-title {
    color: #020601;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.3rem !important;
    transition: color 0.3s ease;
    position: relative;
}

.card-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #174600;
    transition: width 0.3s ease;
}

.feature-card:hover .card-title {
    color: #174600;
}

.feature-card:hover .card-title::after {
    width: 30px;
}

.card-text {
    color: #666 !important;
    font-size: 0.8rem;
    line-height: 1.4;
    transition: color 0.3s ease;
    position: relative;
}

.feature-card:hover .card-text {
    color: #020601 !important;
}

/* Efeito de brilho sutil ao passar o mouse */
.feature-card {
    position: relative;
}

.feature-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    pointer-events: none;
}

.feature-card:hover::after {
    width: 300px;
    height: 300px;
}

/* Responsividade aprimorada */
@media (max-width: 991px) {
    .feature-cards {
        gap: 1rem;
    }
    
    .icon-circle {
        width: 45px;
        height: 45px;
    }
    
    .icon-circle i {
        font-size: 1.1rem;
    }
    
    .card-title {
        font-size: 0.95rem;
    }
    
    .card-text {
        font-size: 0.75rem;
    }
}

@media (max-width: 767px) {
    .feature-cards {
        padding-bottom: 1rem;
        gap: 0.8rem;
    }
    
    .feature-card {
        min-width: 280px;
    }
    
    .icon-circle {
        width: 40px;
        height: 40px;
    }
    
    .icon-circle i {
        font-size: 1rem;
    }
    
    .card-title {
        font-size: 0.9rem;
    }
    
    .card-text {
        font-size: 0.7rem;
    }
    
    .feature-card .card-body {
        padding: 1rem !important;
    }
}

@media (max-width: 575px) {
    .feature-cards {
        padding-bottom: 0.8rem;
    }
    
    .feature-card {
        min-width: 250px;
    }
    
    .feature-card:hover {
        transform: translateY(-3px);
    }
    
    .feature-card:hover .icon-circle {
        transform: scale(1.05);
    }
}

/* Animação de entrada */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.feature-card {
    animation: slideInLeft 0.6s ease forwards;
    opacity: 0;
}

.feature-card:nth-child(1) { animation-delay: 0.1s; }
.feature-card:nth-child(2) { animation-delay: 0.2s; }
.feature-card:nth-child(3) { animation-delay: 0.3s; }
.feature-card:nth-child(4) { animation-delay: 0.4s; }

/* Melhorias de acessibilidade */
.feature-card:focus-within {
    outline: 2px solid #174600;
    outline-offset: 2px;
}

.feature-card .card-title:focus {
    outline: none;
}

/* Efeito de pulso sutil nos ícones */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(23, 70, 0, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(23, 70, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(23, 70, 0, 0); }
}

.icon-circle {
    animation: pulse 2s infinite;
}

.feature-card:hover .icon-circle {
    animation: none;
}

/* ===== ESTILOS PARA PÁGINAS DE CATEGORIA DE PRODUTOS ===== */

/* Cabeçalho da categoria com imagem da marca */
.category-header {
    background: linear-gradient(135deg, #f8fff8 0%, #ffffff 100%);
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(23, 70, 0, 0.1);
    box-shadow: 0 5px 20px rgba(23, 70, 0, 0.08);
}

.brand-logo-container {
    padding: 1rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(23, 70, 0, 0.1);
    border: 1px solid rgba(23, 70, 0, 0.05);
    transition: all 0.3s ease;
}

.brand-logo-container:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(23, 70, 0, 0.15);
}

.brand-logo {
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.brand-logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
}

.category-title {
    color: #174600;
    text-shadow: 0 2px 4px rgba(23, 70, 0, 0.1);
    position: relative;
    padding-bottom: 0.5rem;
}

.category-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #174600, #0a2d00);
    border-radius: 2px;
}

.product-count .badge {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #174600 0%, #0a2d00 100%);
    box-shadow: 0 3px 10px rgba(23, 70, 0, 0.2);
}

.category-description .alert {
    border-left-width: 4px !important;
    background: rgba(23, 70, 0, 0.03);
}

.asus-special-alert .alert {
    background: linear-gradient(135deg, rgba(23, 70, 0, 0.1) 0%, rgba(23, 70, 0, 0.05) 100%);
    border: 1px solid rgba(23, 70, 0, 0.1);
    border-left: 4px solid #174600;
}

/* Breadcrumb personalizado */
.breadcrumb {
    background: rgba(23, 70, 0, 0.03);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(23, 70, 0, 0.05);
}

.breadcrumb-item a {
    color: #174600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #0a2d00;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #020601;
    font-weight: 600;
}

/* Sidebar de categorias */
.sticky-sidebar {
    position: sticky;
    top: 20px;
}

.search-container,
.categories-container,
.subcategories-container {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(23, 70, 0, 0.05);
    transition: all 0.3s ease;
}

.search-container:hover,
.categories-container:hover,
.subcategories-container:hover {
    box-shadow: 0 6px 20px rgba(23, 70, 0, 0.12);
    transform: translateY(-2px);
}

/* Lista de categorias */
.list-group-item {
    border: none;
    padding: 0.75rem 0;
    transition: all 0.3s ease;
}

.list-group-item:hover {
    background: rgba(23, 70, 0, 0.03);
    transform: translateX(5px);
}

.list-group-item a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.list-group-item a:hover {
    color: #174600 !important;
}

/* Responsividade para páginas de categoria */
@media (max-width: 991px) {
    .category-header {
        padding: 1.5rem;
        text-align: center;
    }
    
    .brand-logo-container {
        margin: 0 auto 1.5rem;
        max-width: 200px;
    }
    
    .category-title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .category-header {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .category-title {
        font-size: 1.8rem;
    }
    
    .product-count .badge {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .sticky-sidebar {
        position: static;
        margin-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .category-header {
        padding: 0.75rem;
    }
    
    .category-title {
        font-size: 1.5rem;
    }
    
    .brand-logo {
        max-height: 100px !important;
    }
}

/* Animações para a página de categoria */
@keyframes fadeInCategory {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.category-header {
    animation: fadeInCategory 0.8s ease forwards;
}

.brand-logo-container {
    animation: fadeInCategory 1s ease forwards;
}

.category-info {
    animation: fadeInCategory 1.2s ease forwards;
}
