/*
Theme Name: Casa Verona HN
Theme URI: https://casaveronahn.shop
Description: Tema filho de Storefront para a Casa Verona Honduras. Contra entrega, lempira, es-HN.
Author: Operação Lojas
Template: storefront
Version: 1.0.0
*/

:root{
  --cv-verde:#14402E;
  --cv-verde-claro:#1d5a40;
  --cv-ouro:#C9A227;
  --cv-texto:#1f2933;
  --cv-fundo:#ffffff;
}

body{color:var(--cv-texto);}
.site-header{background:var(--cv-verde);}
.site-header .site-branding img{max-height:52px;width:auto;}
.storefront-primary-navigation{background:var(--cv-verde);}
.main-navigation ul li a,.site-title a,.site-branding h1 a{color:#fff;}
.main-navigation ul li a:hover{color:var(--cv-ouro);}

button,input[type=submit],.button,.added_to_cart,
.woocommerce #respond input#submit,.woocommerce a.button,
.woocommerce button.button,.woocommerce input.button{
  background:var(--cv-verde);color:#fff;border-radius:10px;font-weight:700;
}
button:hover,.button:hover,.woocommerce a.button:hover,
.woocommerce button.button:hover,.woocommerce input.button:hover{
  background:var(--cv-verde-claro);color:#fff;
}
.woocommerce span.onsale{background:var(--cv-ouro);color:#1f2933;font-weight:700;}
.woocommerce ul.products li.product .price,.woocommerce div.product p.price{color:var(--cv-verde);font-weight:700;}

/* Barra de avisos (mesma medida da Casa Verona GT: 36px, marquee 45s) */
.cv-anuncio{background:var(--cv-verde);color:#fff;height:36px;overflow:hidden;position:relative;}
.cv-anuncio__pista{display:flex;align-items:center;height:36px;white-space:nowrap;
  animation:cv-marquee 45s linear infinite;}
.cv-anuncio:hover .cv-anuncio__pista{animation-play-state:paused;}
.cv-anuncio__item{font-size:13px;font-weight:500;padding:0 40px;position:relative;}
.cv-anuncio__item::after{content:"·";position:absolute;right:0;opacity:.5;}
@keyframes cv-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Selos de confiança */
.cv-trust{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0;}
.cv-trust__item{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;
  background:#f4f7f5;border:1px solid #e2e8e5;border-radius:10px;padding:8px 12px;}
.cv-cod{background:#f0f7f3;border:1px solid var(--cv-verde);border-radius:10px;
  padding:10px 12px;font-weight:700;color:var(--cv-verde);margin:10px 0;}

/* Rodapé */
.site-footer{background:var(--cv-verde);color:#e8efe9;}
.site-footer a{color:#fff;}
.site-footer a:hover{color:var(--cv-ouro);}
.cv-legal{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;
  padding:16px 14px;font-size:14px;}

/* Mobile: mídia sangra, texto mantém respiro de 14px */
@media (max-width:480px){
  .cv-anuncio__item{padding:0 24px;font-size:12px;}
  .cv-trust__item{font-size:13px;}
}
