/*
Theme Name: Cris Laços Child
Theme URI: https://crislacosnaweb.local
Description: Tema filho do Kadence para a loja de acessórios pet Cris Laços. Laços, gravatas e acessórios artesanais para cães e gatos, com foco em varejo e atacado (B2B) para petshops.
Author: Cris Laços
Template: kadence
Version: 1.0.0
Text Domain: cris-lacos-child
*/

:root {
  --rosa-peach:   #F9D0C4;
  --rosa-medio:   #EBA8A0;
  --vermelho:     #C0394B;
  --vermelho-dark:#962034;
  --creme:        #FDF6F4;
  --texto:        #3D2020;
  --texto-light:  #7A4F4F;
  --branco:       #FFFFFF;
}

.cris-lacos-page,
.cris-lacos-page *,
.cris-lacos-page *::before,
.cris-lacos-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Nunito', sans-serif;
  background-color: var(--creme);
  background-image: url('data:image/svg+xml;utf8,<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg"><defs><style>.sticker{opacity:0.1;font-size:36px;text-anchor:middle;dominant-baseline:middle;}</style></defs><text class="sticker" x="50" y="60">🎀</text><g opacity="0.1" transform="translate(150,80) scale(0.12)"><polygon points="308,68 372,68 348,110 332,110" fill="%232f5fa8"/><polygon points="308,68 372,68 382,90 298,90" fill="%233b6cb8"/><path d="M332,110 L348,110 L390,220 L375,320 L340,360 L305,320 L290,220 Z" fill="%232f5fa8"/><path d="M332,110 L348,110 L378,205 L302,205 Z" fill="%233b6cb8"/><polygon points="305,320 375,320 340,360" fill="%231e4d8c"/></g><text class="sticker" x="280" y="70">🐾</text><text class="sticker" x="100" y="200">🐾</text><text class="sticker" x="250" y="240">🎀</text><g opacity="0.1" transform="translate(350,220) scale(0.12)"><polygon points="308,68 372,68 348,110 332,110" fill="%232f5fa8"/><polygon points="308,68 372,68 382,90 298,90" fill="%233b6cb8"/><path d="M332,110 L348,110 L390,220 L375,320 L340,360 L305,320 L290,220 Z" fill="%232f5fa8"/><path d="M332,110 L348,110 L378,205 L302,205 Z" fill="%233b6cb8"/><polygon points="305,320 375,320 340,360" fill="%231e4d8c"/></g><text class="sticker" x="70" y="340">🎀</text><text class="sticker" x="300" y="350">🐾</text></svg>');
  background-repeat: repeat;
  background-attachment: fixed;
  color: var(--texto);
}

body.cris-lacos-page {
  background-color: var(--creme);
  background-image: url('data:image/svg+xml;utf8,<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg"><defs><style>.sticker{opacity:0.1;font-size:36px;text-anchor:middle;dominant-baseline:middle;}</style></defs><text class="sticker" x="50" y="60">🎀</text><g opacity="0.1" transform="translate(150,80) scale(0.12)"><polygon points="308,68 372,68 348,110 332,110" fill="%232f5fa8"/><polygon points="308,68 372,68 382,90 298,90" fill="%233b6cb8"/><path d="M332,110 L348,110 L390,220 L375,320 L340,360 L305,320 L290,220 Z" fill="%232f5fa8"/><path d="M332,110 L348,110 L378,205 L302,205 Z" fill="%233b6cb8"/><polygon points="305,320 375,320 340,360" fill="%231e4d8c"/></g><text class="sticker" x="280" y="70">🐾</text><text class="sticker" x="100" y="200">🐾</text><text class="sticker" x="250" y="240">🎀</text><g opacity="0.1" transform="translate(350,220) scale(0.12)"><polygon points="308,68 372,68 348,110 332,110" fill="%232f5fa8"/><polygon points="308,68 372,68 382,90 298,90" fill="%233b6cb8"/><path d="M332,110 L348,110 L390,220 L375,320 L340,360 L305,320 L290,220 Z" fill="%232f5fa8"/><path d="M332,110 L348,110 L378,205 L302,205 Z" fill="%233b6cb8"/><polygon points="305,320 375,320 340,360" fill="%231e4d8c"/></g><text class="sticker" x="70" y="340">🎀</text><text class="sticker" x="300" y="350">🐾</text></svg>');
  background-repeat: repeat;
  background-attachment: fixed;
  color: var(--texto);
  position: relative;
}

/* ── NAV ── */
nav {
  background: var(--branco);
  border-bottom: 2px solid var(--rosa-peach);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 72px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(192,57,75,0.08);
}

nav .logo-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 60px;
}

nav .logo-link img {
  max-width: 150px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}

nav .site-branding {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

nav .site-title {
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
  color: var(--vermelho);
  letter-spacing: 0.5px;
  line-height: 1;
}

nav .site-tagline {
  font-family: 'Nunito', sans-serif;
  font-size: 11px;
  color: var(--texto-light);
  line-height: 1;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--vermelho);
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: var(--texto-light);
  letter-spacing: 0.3px;
  transition: color 0.2s;
}

.nav-links li a:hover {
  color: var(--vermelho);
}

.cart-dropdown-container {
  margin-left: auto !important;
}

.cart-dropdown {
  display: none;
  position: absolute;
  top: 72px;
  right: 0;
  background: var(--branco);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  min-width: 350px;
  max-width: 400px;
  z-index: 200;
  border: 1px solid #e0e0e0;
}

.cart-dropdown-container:hover .cart-dropdown {
  display: block;
}

.cart-badge {
  background: var(--vermelho);
  color: var(--branco);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 50px;
  min-width: 24px;
  text-align: center;
}

#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--branco);
  z-index: 999;
  display: none;
  flex-direction: column;
  padding-top: 80px;
  overflow-y: auto;
}

#mobile-menu.open {
  display: flex;
}

#mobile-menu a {
  display: block;
  padding: 16px 20px;
  color: var(--texto);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;
}

#mobile-menu a:hover {
  background: var(--rosa-peach);
}

#mobile-menu-close {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  background: transparent !important;
  border: none !important;
  font-size: 28px !important;
  cursor: pointer !important;
  z-index: 1000 !important;
  display: none !important;
  color: var(--texto) !important;
  padding: 8px !important;
  transition: all 0.2s !important;
}

#mobile-menu-close:hover {
  color: var(--vermelho) !important;
}

#mobile-menu.open ~ #mobile-menu-close {
  display: block !important;
}

.cris-lacos-page #mobile-menu-close {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  background: transparent !important;
  border: none !important;
  font-size: 28px !important;
  cursor: pointer !important;
  z-index: 1000 !important;
  display: none !important;
  color: var(--texto) !important;
  padding: 8px !important;
}

/* ── PRODUTOS ── */
.prod-card {
  max-width: 300px !important;
  margin: 0 auto !important;
}

/* ── PREÇOS ── */
.prod-price,
.price,
.product-price,
.cart-price,
.order-total strong {
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  color: var(--vermelho);
  font-weight: 700;
  white-space: nowrap;
}

.prod-price small,
.price small {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  color: var(--texto-light);
  display: block;
  font-weight: 500;
  line-height: 1.2;
}

.cris-lacos-page nav {
  background: var(--branco);
  border-bottom: 2px solid var(--rosa-peach);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 72px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(192,57,75,0.08);
}

.cris-lacos-page .nav-logo {
  font-family: 'Dancing Script', cursive;
  font-size: 28px;
  color: var(--vermelho);
  letter-spacing: 0.5px;
  text-decoration: none;
}

.cris-lacos-page .nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.cris-lacos-page .nav-links a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: var(--texto-light);
  letter-spacing: 0.3px;
  transition: color 0.2s;
}

.cris-lacos-page .nav-links a:hover { color: var(--vermelho); }

.cris-lacos-page .nav-cta {
  background: var(--vermelho);
  color: var(--branco) !important;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 700 !important;
  transition: background 0.2s !important;
}

.cris-lacos-page .nav-cta:hover { background: var(--vermelho-dark) !important; color: var(--branco) !important; }

.cris-lacos-page .nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.cris-lacos-page .nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--vermelho);
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

.cris-lacos-page .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: none; }
.cris-lacos-page .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 1; }
.cris-lacos-page .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: none; }

/* ── HERO ── */
.cris-lacos-page .hero {
  min-height: 88vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 80px;
  gap: 48px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cris-lacos-page .hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cris-lacos-page .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: kenburns 20s ease-in-out infinite;
}

.cris-lacos-page .slide:nth-child(1) { animation-delay: 0s; }
.cris-lacos-page .slide:nth-child(2) { animation-delay: 5s; }
.cris-lacos-page .slide:nth-child(3) { animation-delay: 10s; }
.cris-lacos-page .slide:nth-child(4) { animation-delay: 15s; }
.cris-lacos-page .slide:nth-child(5) { animation-delay: 20s; }
.cris-lacos-page .slide:nth-child(6) { animation-delay: 25s; }

.cris-lacos-page .hero-slideshow::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(253,246,244,0.97) 0%,
    rgba(249,208,196,0.85) 45%,
    rgba(249,208,196,0.4) 70%,
    rgba(249,208,196,0.1) 100%
  );
  z-index: 1;
}

@keyframes kenburns {
  0%   { opacity: 0; transform: scale(1.08) translateX(0px); }
  5%   { opacity: 1; }
  80%  { opacity: 1; }
  100% { opacity: 0; transform: scale(1.18) translateX(-20px); }
}

.cris-lacos-page .hero-content { position: relative; z-index: 2; }
.cris-lacos-page .hero-visual { position: relative; z-index: 2; }


.cris-lacos-page .hero-badge {
  display: inline-block;
  background: var(--vermelho);
  color: var(--branco);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.cris-lacos-page .hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  line-height: 1.1;
  color: var(--texto);
  margin-bottom: 16px;
}

.cris-lacos-page .hero h1 span {
  color: var(--vermelho);
  font-style: italic;
}

.cris-lacos-page .hero p {
  font-size: 17px;
  color: var(--texto-light);
  line-height: 1.7;
  max-width: 440px;
  margin-bottom: 36px;
}

.cris-lacos-page .hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cris-lacos-page .btn-primary {
  background: var(--vermelho);
  color: var(--branco);
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 16px rgba(192,57,75,0.3);
}

.cris-lacos-page .btn-primary:hover { background: var(--vermelho-dark); transform: translateY(-2px); }

.cris-lacos-page .btn-secondary {
  background: transparent;
  color: var(--vermelho);
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid var(--vermelho);
  transition: all 0.2s;
}

.cris-lacos-page .btn-secondary:hover { background: var(--rosa-peach); }

.cris-lacos-page .hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80vh;
}

.cris-lacos-page .hero-card-wrap {
  position: relative;
}

.cris-lacos-page .hero-card-bg {
  width: 380px;
  height: 420px;
  background: var(--branco);
  border-radius: 40% 60% 50% 50% / 40% 50% 60% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 60px rgba(192,57,75,0.15);
  font-size: 120px;
}

.cris-lacos-page .hero-floating {
  position: absolute;
  background: var(--branco);
  border-radius: 16px;
  padding: 12px 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  font-size: 13px;
  font-weight: 700;
  color: var(--texto);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
}

.cris-lacos-page .hero-floating.top { top: 20px; right: 20px; }
.cris-lacos-page .hero-floating.bottom { bottom: 20px; left: 20px; }
.cris-lacos-page .hero-floating .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--vermelho); }

/* ── HERO CAROUSEL ── */
.cris-lacos-page .hero-carousel {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: visible;
  box-shadow: 0 20px 60px rgba(192,57,75,0.15);
  position: relative;
}

.cris-lacos-page .carousel-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.cris-lacos-page .carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  top: 0;
  left: 0;
  border-radius: 24px;
}

/* ── TRUST BAR ── */
.cris-lacos-page .trust-bar {
  background: var(--vermelho);
  color: var(--branco);
  padding: 20px;
  position: relative;
  z-index: 1;
}

.cris-lacos-page .trust-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.cris-lacos-page .trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}

.cris-lacos-page .trust-item .icon { font-size: 22px; }

/* ── CATEGORIAS ── */
.cris-lacos-page .section {
  padding: 80px 80px;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cris-lacos-page .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.cris-lacos-page .section-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--vermelho);
  margin-bottom: 12px;
}

.cris-lacos-page .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  color: var(--texto);
}

.cris-lacos-page .section-title span { color: var(--vermelho); font-style: italic; }

.cris-lacos-page .cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
}

.cris-lacos-page .cat-card {
  background: var(--branco);
  border-radius: 24px;
  padding: 32px 20px;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.25s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

.cris-lacos-page .cat-card:hover {
  border-color: var(--rosa-medio);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(192,57,75,0.12);
}

.cris-lacos-page .cat-emoji { font-size: 48px; margin-bottom: 16px; display: block; }
.cris-lacos-page .cat-name { font-weight: 700; font-size: 16px; color: var(--texto); margin-bottom: 4px; }
.cris-lacos-page .cat-count { font-size: 13px; color: var(--texto-light); }

/* ── PRODUTOS ── */
.cris-lacos-page .produtos-bg {
  background: #F5E5E2;
  border-radius: 32px;
  padding: 80px !important;
}

.cris-lacos-page .prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cris-lacos-page .prod-card {
  background: var(--branco);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: pointer;
  max-width: 300px;
  margin: 0 auto;
}

.cris-lacos-page .prod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(192,57,75,0.15);
}

.cris-lacos-page .prod-img {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.cris-lacos-page .prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cris-lacos-page .prod-img-lacos { background: linear-gradient(135deg, #fce8e3, var(--rosa-peach)); }
.cris-lacos-page .prod-img-gravatas { background: linear-gradient(135deg, #e8eeff, #d0d8ff); }
.cris-lacos-page .prod-img-tiaras { background: linear-gradient(135deg, #e8ffe8, #c8f0c8); }

.cris-lacos-page .prod-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--vermelho);
  color: var(--branco);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cris-lacos-page .prod-body { padding: 20px; }
.cris-lacos-page .prod-name { font-weight: 700; font-size: 16px; color: var(--texto); margin-bottom: 6px; }
.cris-lacos-page .prod-desc { font-size: 13px; color: var(--texto-light); line-height: 1.5; margin-bottom: 16px; }

.cris-lacos-page .prod-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.cris-lacos-page .prod-price {
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  color: var(--vermelho);
  font-weight: 700;
  white-space: nowrap;
}

.cris-lacos-page .prod-price small {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  color: var(--texto-light);
  display: block;
  font-weight: 500;
  line-height: 1.2;
}

.cris-lacos-page .btn-add {
  background: var(--vermelho);
  color: var(--branco);
  border: none;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s;
}

.cris-lacos-page .btn-add:hover { background: var(--vermelho-dark); }

/* ── B2B BANNER ── */
.cris-lacos-page .b2b-banner {
  background: var(--texto);
  margin: 0 80px;
  border-radius: 32px;
  padding: 60px 72px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.cris-lacos-page .b2b-banner::before {
  content: '🐾🐾🐾';
  position: absolute;
  font-size: 80px;
  opacity: 0.06;
  right: 160px;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 8px;
}

.cris-lacos-page .b2b-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--rosa-medio);
  margin-bottom: 12px;
}

.cris-lacos-page .b2b-banner h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--branco);
  margin-bottom: 12px;
  line-height: 1.2;
}

.cris-lacos-page .b2b-banner h2 em { color: var(--rosa-peach); font-style: italic; }

.cris-lacos-page .b2b-banner p {
  color: #C5A8A8;
  font-size: 15px;
  line-height: 1.7;
  max-width: 480px;
}

.cris-lacos-page .btn-b2b {
  background: var(--rosa-peach);
  color: var(--texto);
  padding: 16px 36px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.2s;
  flex-shrink: 0;
}

.cris-lacos-page .btn-b2b:hover { background: var(--branco); }

/* ── DEPOIMENTOS ── */
.cris-lacos-page .dep-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cris-lacos-page .dep-card {
  background: var(--branco);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  border-left: 4px solid var(--rosa-medio);
}

.cris-lacos-page .dep-stars { color: #f4b942; font-size: 16px; margin-bottom: 12px; }
.cris-lacos-page .dep-text { font-size: 14px; line-height: 1.7; color: var(--texto-light); margin-bottom: 16px; font-style: italic; }
.cris-lacos-page .dep-author { font-weight: 700; font-size: 14px; color: var(--texto); }
.cris-lacos-page .dep-role { font-size: 12px; color: var(--texto-light); }

/* ── FOOTER ── */
.cris-lacos-page footer {
  background: var(--texto);
  color: #C5A8A8;
  padding: 56px 80px 32px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.cris-lacos-page .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.cris-lacos-page .footer-brand {
  font-family: 'Dancing Script', cursive;
  font-size: 32px;
  color: var(--rosa-peach);
  margin-bottom: 12px;
}

.cris-lacos-page .footer-desc { font-size: 13px; line-height: 1.7; }

.cris-lacos-page .footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--branco);
  margin-bottom: 16px;
}

.cris-lacos-page .footer-col ul { list-style: none; }
.cris-lacos-page .footer-col ul li { margin-bottom: 8px; }
.cris-lacos-page .footer-col ul a { color: #C5A8A8; text-decoration: none; font-size: 13px; transition: color 0.2s; }
.cris-lacos-page .footer-col ul a:hover { color: var(--rosa-peach); }

.cris-lacos-page .footer-bottom {
  border-top: 1px solid #4D3030;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

/* ── SPACER ── */
.cris-lacos-page .section-spacer { padding: 0 80px 80px; }

/* ── SHOP (SHORTCODE) ── */
.shop-container {
  background: var(--creme);
  padding: 40px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.shop-content {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
}

.shop-sidebar {
  position: sticky;
  top: 100px;
  height: fit-content;
}

.filters-title {
  font-weight: 700;
  font-size: 16px;
  color: var(--texto);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.filter-group {
  margin-bottom: 32px;
}

.filter-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--texto);
  margin-bottom: 12px;
}

.filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-list li {
  margin-bottom: 8px;
}

.filter-link {
  text-decoration: none;
  color: var(--texto-light);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  transition: color 0.2s;
}

.filter-link:hover,
.filter-link.active {
  color: var(--vermelho);
  font-weight: 600;
}

.filter-link .count {
  font-size: 11px;
  color: #999;
}

.shop-products {
  min-height: 400px;
}

.no-products {
  text-align: center;
  color: var(--texto-light);
  padding: 60px 20px;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .shop-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .shop-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  .shop-content {
    grid-template-columns: 1fr;
  }

  .prod-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ── TABLET (≤1024px) ── */
@media (max-width: 1024px) {
  .cris-lacos-page nav { padding: 0 32px; }

  .cris-lacos-page .hero { padding: 0 40px; gap: 32px; }
  .cris-lacos-page .hero h1 { font-size: 44px; }
  .cris-lacos-page .hero-card-bg { width: 300px; height: 340px; font-size: 90px; }

  .cris-lacos-page .trust-bar { padding: 20px 40px; justify-content: center; }

  .cris-lacos-page .section { padding: 60px 40px; }

  .cris-lacos-page .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .cris-lacos-page .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .cris-lacos-page .dep-grid { grid-template-columns: repeat(2, 1fr); }

  .cris-lacos-page .b2b-banner {
    margin: 0 40px;
    padding: 48px;
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .cris-lacos-page .b2b-banner p { max-width: 100%; }
  .cris-lacos-page .section-spacer { padding: 0 40px 60px; }

  .cris-lacos-page footer { padding: 48px 40px 32px; }
  .cris-lacos-page .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}

/* ── MOBILE (≤768px) ── */
@media (max-width: 768px) {
  .cris-lacos-page nav { padding: 0 20px; }

  .cris-lacos-page .nav-toggle { display: flex; }

  .cris-lacos-page .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    background: var(--branco);
    padding: 24px 20px 32px;
    border-bottom: 2px solid var(--rosa-peach);
    box-shadow: 0 16px 32px rgba(0,0,0,0.08);
  }

  .cris-lacos-page .nav-links.is-open { display: flex; }

  .cris-lacos-page .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0;
    text-align: center;
    flex-direction: column;
  }
  .cris-lacos-page .hero-content {
    padding: 40px 20px 24px;
    order: 2;
  }
  .cris-lacos-page .hero h1 { font-size: 34px; }
  .cris-lacos-page .hero p { margin-left: auto; margin-right: auto; }
  .cris-lacos-page .hero-buttons { justify-content: center; }
  .cris-lacos-page .hero-visual {
    order: 1;
    width: 100%;
    height: 350px;
    margin-bottom: 0;
  }
  .cris-lacos-page .hero-carousel {
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
  }
  .cris-lacos-page .hero-card-bg { width: 100%; height: 350px; font-size: 64px; border-radius: 0; }
  .cris-lacos-page .hero-floating { font-size: 12px; padding: 8px 12px; }
  .cris-lacos-page .hero-floating.top { top: 10px; right: 10px; }
  .cris-lacos-page .hero-floating.bottom { bottom: 10px; left: 10px; }

  .cris-lacos-page .trust-bar { flex-direction: column; align-items: center; justify-content: center; padding: 20px; }
  .cris-lacos-page .trust-container { padding: 0 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
  .cris-lacos-page .trust-item { text-align: center; }

  .cris-lacos-page .section { padding: 48px 20px; }
  .cris-lacos-page .section-title { font-size: 28px; }

  .cris-lacos-page .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .cris-lacos-page .cat-card { padding: 20px 12px; }

  .cris-lacos-page .prod-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
  }

  .cris-lacos-page .prod-grid .prod-card {
    width: calc(50% - 8px);
  }

  .cris-lacos-page .produtos-bg {
    padding: 20px !important;
    border-radius: 0;
  }

  .cris-lacos-page .dep-grid { grid-template-columns: 1fr; }

  .cris-lacos-page .b2b-banner { margin: 0 20px; padding: 40px 24px; }
  .cris-lacos-page .b2b-banner h2 { font-size: 26px; }
  .cris-lacos-page .b2b-banner::before { display: none; }
  .cris-lacos-page .section-spacer { padding: 0 20px 48px; }

  .cris-lacos-page footer { padding: 40px 20px 24px; }
  .cris-lacos-page .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .cris-lacos-page .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
