@charset "UTF-8";

:root {
  --brand-1: #1e9f57;
  --brand-2: #63c174;
  --brand-3: #e8f7ec;
  --ink-1: #15211a;
  --ink-2: #3a4c40;
  --line: #d9e9dc;
  --card: #ffffff;
  --shadow-1: 0 12px 30px rgba(15, 40, 23, 0.12);
  --shadow-2: 0 18px 42px rgba(12, 31, 18, 0.18);
  --radius-lg: 20px;
  --radius-md: 14px;
}

body {
  max-width: 1400px;
  margin: 0 auto;
  font-family: "Montserrat", "Segoe UI", Tahoma, Arial, sans-serif;
  color: var(--ink-1);
  background: radial-gradient(circle at top right, #f4fff7 0%, #edf7f1 44%, #e5f1e8 100%);
}

a {
  transition: all 0.2s ease;
}

#wrapper {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#sidebar-wrapper {
  background: linear-gradient(165deg, #13281b 0%, #1f5130 58%, #2d6e3f 100%);
}

#sidebar-wrapper .sidebar-nav li.sidebar-brand h3,
#sidebar-wrapper .sidebar-nav li h3 {
  font-family: "Merriweather", Georgia, serif;
  letter-spacing: 0.2px;
  color: #e8fff0;
}

#sidebar-wrapper .sidebar-nav li a {
  color: #deffe8;
  border-left: 3px solid transparent;
  font-weight: 600;
}

#sidebar-wrapper .sidebar-nav li a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-left-color: #9ef0b6;
}

.jumbotron {
  margin-top: 20px;
  margin-bottom: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, var(--brand-1) 0%, var(--brand-2) 48%, var(--brand-3) 100%);
  box-shadow: var(--shadow-1);
  padding: 34px 34px 30px;
  position: relative;
  overflow: hidden;
}

.jumbotron:before {
  content: "";
  position: absolute;
  right: -90px;
  top: -70px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

#logo {
  clear: both;
  float: left;
  margin-top: 0;
  margin-right: 20px;
  width: 210px;
  height: auto;
}

#titulo {
  margin-top: 0;
  margin-bottom: 6px;
  text-align: center;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #0f2b1a;
  text-shadow: none;
}

#subtitulo,
#telefones,
#endereco {
  text-align: center;
  color: #163d25;
  text-shadow: none;
}

#subtitulo {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
}

#endereco h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 33px;
  line-height: 1.2;
}

#telefones {
  font-weight: 600;
}

#tituloprodutos {
  margin: 26px 0 14px;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.2px;
}

#menu-toggle.btn {
  border-radius: 12px;
  border-color: #c5decf;
  box-shadow: 0 8px 20px rgba(38, 84, 55, 0.12);
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.product-card {
  float: none;
  display: block;
  margin-bottom: 28px;
}

.thumbnail {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-1);
  height: 218px;
  background: var(--card);
  padding: 10px;
}

.thumbnail:hover {
  box-shadow: var(--shadow-2);
  transform: translateY(-3px);
}

#produtos {
  max-width: 100%;
  max-height: 190px;
  width: auto;
  margin: 0 auto;
}

.product-meta {
  margin-top: 8px;
  line-height: 1.55;
}

.product-meta em {
  color: var(--ink-2);
}

#footer {
  margin-top: 30px;
  border-radius: var(--radius-lg);
  padding-top: 18px;
  padding-bottom: 14px;
  background: linear-gradient(125deg, #f0fcf4 0%, #dff2e5 50%, #cff0d9 100%);
  box-shadow: 0 10px 26px rgba(18, 52, 31, 0.08);
}

#footer h3 {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  color: #1d442b;
}

#footer p,
#footer address {
  color: #29523a;
}

.container-fluid > hr {
  border-top-color: #bfd9c8;
}

.cookie-consent {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #f4f6f7;
  border-top: 1px solid #cfd9cf;
  box-shadow: 0 -8px 22px rgba(0, 0, 0, 0.12);
  padding: 12px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.cookie-text {
  color: #2a3d31;
  font-size: 14px;
  line-height: 1.4;
}

.cookie-text a {
  color: #2d6e3f;
  text-decoration: underline;
  margin-left: 4px;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.cookie-settings {
  color: #405b49;
  text-decoration: underline;
}

.btn,
.form-control {
  border-radius: 10px;
}

.btn-success {
  border: 0;
  background: linear-gradient(120deg, #2ca34f 0%, #3cbf65 100%);
  box-shadow: 0 7px 18px rgba(38, 106, 57, 0.24);
}

.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(120deg, #2a9649 0%, #35ae5a 100%);
}

.navbar.navbar-inverse {
  border: 0;
  box-shadow: 0 10px 24px rgba(13, 29, 20, 0.25);
  background-image: linear-gradient(110deg, #152b1d 0%, #214b31 45%, #1e3f2a 100%);
}

@media (max-width: 991px) {
  .jumbotron {
    padding: 26px 20px 24px;
  }

  #logo {
    float: none;
    display: block;
    margin: 0 auto 12px;
    width: 150px;
  }

  #titulo {
    font-size: 54px;
  }

  #subtitulo {
    font-size: 37px;
  }

  #endereco h3 {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  body {
    max-width: 100%;
  }

  #tituloprodutos {
    font-size: 30px;
  }

  .thumbnail {
    height: 240px;
  }

  .cookie-consent {
    flex-direction: column;
    align-items: flex-start;
  }
}
