.sharethis {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.sharethis-item {
  display: inline-block;
}
.sharethis-item:not(:last-child) {
  margin-right: 1rem;
}
.sharethis-button {
  font-size: 1.5rem;
  cursor: pointer;
}
.sharethis-button[data-network=facebook] {
  color: #4267b2;
}
.sharethis-button[data-network=twitter] {
  color: #55acee;
}
.sharethis-button[data-network=whatsapp] {
  color: #25d366;
}
.sharethis-button[data-network=linkedin] {
  color: #0077b5;
}

article.product {
  border: 1px solid #ccc;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  min-height: 100%;
  height: 100%;
}
article.product:hover .text p {
  opacity: 0;
}
article.product:hover .text .button {
  opacity: 1;
}
@media (max-width: 767.98px) {
  article.product img {
    width: 100%;
  }
}
article.product .text {
  padding: 0 1rem 1.5rem;
  text-align: center;
}
article.product .text .box {
  background-color: #292B65;
  margin: 1.875rem auto;
  padding: 0.3rem 2rem;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
  color: white;
}
article.product .text h3 {
  margin-bottom: 1.313rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #292B65;
}
article.product .text p {
  transition: all 0.3s ease-in-out;
  font-size: 0.75rem;
  color: #686868;
}
article.product .text .button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  height: 100%;
  width: 100%;
  opacity: 0;
}
article.product .text .button .btn {
  background-color: #292B65;
  margin: auto auto 1.5rem;
  color: white;
}
article.product .text .button .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
}

.products {
  padding-bottom: 4rem;
}
.products .container h1,
.products .container .h1 {
  margin-bottom: 3.375rem;
  font-size: 2.25rem;
  font-weight: 900;
  color: #292B65;
}
.products .container .input-group .btn {
  padding-inline: 1rem;
}
.products .container h2 {
  margin-bottom: 1.563rem;
  margin-top: 3.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #292B65;
}
@media (max-width: 767.98px) {
  .products .container .tab-filter {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: auto;
    height: 100%;
    width: 0;
    opacity: 0;
    pointer-events: none;
  }
  .products .container .tab-filter.active {
    width: 100%;
    opacity: 1;
    pointer-events: all;
  }
}
.products .container .tab-filter .btn-close {
  float: right;
  margin-bottom: 1.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .products .container .tab-filter .btn-close {
    display: none;
  }
}
.products .container .button-filter {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 2000;
  box-shadow: 0 0 5px 0px rgba(255, 255, 255, 0.1882352941);
}
@media (min-width: 768px) {
  .products .container .button-filter {
    display: none;
  }
}
.products .container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.products .container ul.categories li .form-check {
  margin-bottom: 0.8rem;
  min-height: 1.625rem;
  align-items: center;
  display: flex;
  padding: 0;
}
.products .container ul.categories li .form-check:hover input + label {
  color: #00c8ff;
}
.products .container ul.categories li .form-check-input {
  background-position: inherit;
  border-color: #292B65;
  height: 1.5rem;
  width: 1.5rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .products .container ul.categories li .form-check-input {
    height: 1rem;
    width: 1rem;
  }
}
.products .container ul.categories li .form-check-label {
  transition: all 0.3s ease;
  margin-left: 0.5rem;
  color: #292B65;
}
.products .container ul.letters {
  margin-bottom: 2rem;
  flex-flow: wrap;
  display: flex;
}
.products .container ul.letters li {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
}
.products .container ul.letters li:hover input + label {
  background-color: #00c8ff;
}
.products .container ul.letters li input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  margin: 0;
}
.products .container ul.letters li input:checked + label {
  background-color: #292B65;
  color: white;
}
.products .container ul.letters li label {
  transition: all 0.3s ease;
  justify-content: center;
  border-radius: 0.2rem;
  align-items: center;
  height: 1.563rem;
  width: 1.563rem;
  color: #292B65;
  display: flex;
}
.products .container .tag {
  margin-bottom: 2.4rem;
}
@media (max-width: 767.98px) {
  .products .container .tag {
    margin-bottom: 1.5rem;
  }
}
.products .container .tag .form-check {
  padding: 0;
  margin: 0;
}
.products .container .tag .form-check:hover input + label {
  background-color: #00c8ff;
}
.products .container .tag .form-check-input {
  position: absolute;
  opacity: 0;
}
.products .container .tag .form-check-input:checked + label {
  background-color: #292B65;
  color: white;
}
.products .container .tag .form-check-label {
  border: 1px solid #292B65;
  transition: all 0.3s ease;
  border-radius: 0.2rem;
  position: relative;
  padding: 0 1rem;
  margin: 0;
  font-size: 12px;
}
