.navbar {
  background-color: #edecee;
}

h5 {
  color: #1a181b;
}

.navbar-toggler {
  border: none;
  font-size: 1.25rem;
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.nav-link {
  color: #5f5b62;
  font-weight: bold;
  font-size: 1.15rem;
  position: relative;
  display: inline-block;
}
.nav-link:hover,
.nav-link.selected {
  color: #008858;
}
@media (min-width: 991px) {
  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
    height: 2px;
    background-color: #008858;
    transition: 0.3s ease-in-out;
    visibility: hidden;
  }

  .nav-link:hover::before,
  .nav-link.selected::before {
    width: 100%;
    visibility: visible;
  }
}

.social {
  max-width: 27px;
}

@media (max-width: 729px) {
  .social {
    margin-top: 30px;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.bd-placeholder-img {
  height: auto;
  max-height: 225px;
  object-fit: contain;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 15px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.cookie-consent .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.cookie-consent p {
  margin: 0;
  padding-right: 10px;
}

.cookie-consent a {
  color: #ffffff;
  text-decoration: underline;
}

.cookie-consent .btn {
  margin-left: 10px;
}

html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1;
}

.cart {
  height: 30px;
  width: 30px;
}

#cart-button {
  cursor: pointer;
}

.cart-button {
  margin-right: 10px;
}

/* custom navbar offcanvas */

:root {
  --hb-green: #8cb463;
  --hb-green-active: #5b7c41;
  --hb-text-dark: #0f472c;
  --hb-text-menu: #0a4203;
  --hb-tip: 24px;
  --hb-overhang: 12px;
  --hb-gap: 1rem;
  --hb-offcanvas-header: 64px;
}

.btn-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #0f472c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.btn-circle .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%230F472C' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-size: 80%;
}

.lang-toggle {
  background-color: #f7f4e3;
  border-radius: 10px;
  padding: 4px 8px;
}
.lang-toggle::after {
  margin-left: 6px;
}

.lang-flag {
  height: 36px;
  width: auto;
  border-radius: 2px;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background-color: #0f472c;
  color: #fff;
}

.navbar-top {
  background-color: #ededed;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.position-top {
  top: 5px;
}

#bottomNav {
  transition: transform 0.25s ease, opacity 0.25s ease;
  will-change: transform, opacity;
}

#bottomNav.hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.navbar .navbar-toggler {
  display: inline-flex !important;
}

.hb-menu .offcanvas-body {
  padding: 0 var(--hb-gap) var(--hb-gap);
}

.hb-accordion .accordion-item {
  border: 0;
}

#topnav {
  overflow: visible;
}
#topNav .hb-accordion .accordion-button {
  width: calc(100% + var(--hb-gap) * 2);
  margin-left: calc(-1 * var(--hb-gap));
  margin-bottom: 0.25rem;
  box-shadow: none;
}

.hb-tab {
  position: relative;
  left: 1em;
  background: var(--hb-green);
  color: var(--hb-text-menu);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 0.95rem 3.25rem 0.95rem 1rem;
  box-shadow: none;
  border-radius: 0;
  clip-path: polygon(
    0 0,
    calc(100% - var(--hb-tip)) 0,
    100% 50%,
    calc(100% - var(--hb-tip)) 100%,
    0 100%
  );
}

.hb-tab:not(.collapsed) {
  background: var(--hb-green-active);
  color: #fff;
}

.hb-tab::after {
  display: none;
}

.hb-caret {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}
.hb-tab[aria-expanded="true"] .hb-caret {
  transform: translateY(-50%) rotate(180deg);
}

.hb-accordion .accordion-body {
  background: #e7e7e7;
  padding: 0.5rem 1rem 1rem;
}

.hb-sublist li a {
  display: block;
  padding: 0.45rem 1rem;
  color: var(--hb-text-dark);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.hb-sublist li a,
.hb-sublist li a:hover,
.hb-sublist li a:focus,
.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  text-decoration: none !important;
}

.hb-menu .offcanvas-header {
  padding: 0.85rem var(--hb-gap);
  border-bottom: 1px solid #e9ecef;
}

@media (max-width: 575.98px) {
  #offcanvasNavbar {
    --bs-offcanvas-width: calc(100vw - 44px);
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    overflow: visible;
  }
}

#topNav {
  overflow: visible;
}
.offcanvas-body {
  overflow: visible;
  scrollbar-gutter: stable both-edges;
}

#offcanvasNavbar .hb-nav {
  overflow: visible;
}

.offcanvas-body.is-scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  max-height: calc(100dvh - 64px);
}

.hb-tab-link,
.hb-tab-link:hover,
.hb-tab-link:focus {
  background: var(--hb-green);
  color: var(--hb-text-menu);
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.hb-tab-link-active,
.hb-tab-link-active:hover,
.hb-tab-link-active:focus {
  background: var(--hb-green-active) !important;
  color: #fff;
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#offcanvasNavbar .hb-accordion .accordion-collapse {
  overflow: visible;
}

#offcanvasNavbar .hb-accordion .accordion-body {
  overflow-y: auto;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  max-height: 60vh;
}

#offcanvasNavbar .hb-accordion .accordion-body {
  touch-action: pan-y;
}

/* end custom navbar offcanvas */

.navbar-bottom {
  background-color: #0a4203;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.btn-circle-white {
  width: 34px;
  height: 34px;
  margin-top: 1.6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.btn-circle-white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-size: 75%;
}
.text-small {
  font-size: 0.65rem;
  margin-top: 2px;
}
.wpp-icon {
  height: 45px;
  width: auto;
}

/* footer */

.footer-custom {
  margin-bottom: 4rem;
  padding-bottom: 140px;
}
.payment-text {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 1rem;
}

.payment-svg {
  display: grid !important;

  grid-template-columns: repeat(6, auto);
  gap: 12px 24px;

  justify-content: center;
  align-items: center;
  justify-items: center;
}

.payment-svg img {
  height: 60px;
  width: auto;
  display: block;
  object-fit: contain;
}
.pix-svg {
  height: 35px !important;
}

@media (max-width: 767.98px) {
  .payment-svg {
    grid-template-columns: repeat(3, auto);
    gap: 2px 35px;
  }
}
