@font-face {
  font-family: "Figtree";
  src: url("Figtree.woff2") format("woff2"), url("Figtree.woff") format("woff");
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
html, body {
  margin: 0;
  background-color: white;
  color: black;
  font-family: "Figtree", sans-serif;
}

body.freeze {
  overflow: hidden;
}

.grecaptcha-badge {
  display: none !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.top-bar {
  width: 100%;
  background-color: hsl(0, 0%, 95%);
  padding: 10px 0;
}
.top-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 20%);
}
.top-bar a .text {
  font-size: 0.9em;
  text-transform: uppercase;
}
.top-bar a img {
  height: 20px;
}

.main-bar {
  width: 100%;
  border-top: 1px solid hsl(0, 0%, 95%);
  border-bottom: 1px solid hsl(0, 0%, 95%);
  padding: 18px 0;
}
.main-bar .nav-container {
  display: flex;
  align-items: center;
}
.main-bar .nav-container .open-sidebar {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main-bar .nav-container .open-sidebar span {
  display: flex;
}
.main-bar .nav-container .logo-img {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.main-bar .nav-container .logo-img span {
  font-size: 0.9em;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}
.main-bar .nav-container img {
  max-height: 40px;
}
.main-bar .nav-container .links {
  display: flex;
  align-items: center;
}
.main-bar .nav-container .links a {
  display: flex;
  text-decoration: none;
  font-weight: 500;
  color: hsl(0, 0%, 40%);
  margin-left: 40px;
  text-transform: uppercase;
}
.main-bar .nav-container .links a.selected {
  color: black;
  font-weight: 600;
}
.main-bar .nav-container .links a:hover {
  color: black;
}
.main-bar .nav-container .bar {
  height: 50px;
  width: 1px;
  background-color: hsl(0, 0%, 95%);
  margin: 0 40px;
}
.main-bar .nav-container .grow {
  flex-grow: 1;
}
.main-bar .nav-container .open-search {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main-bar .nav-container .open-search span {
  display: flex;
}

.search-bar {
  width: 100%;
  border-bottom: 1px solid hsl(0, 0%, 95%);
  padding: 10px 0;
  display: none;
}
.search-bar input {
  width: 100%;
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 40px;
  padding: 10px 20px;
  outline: none;
}

.side-bar {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1000;
  background-color: white;
  padding: 20px 30px;
  top: 140px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 20px;
  overflow: scroll;
}
.side-bar a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 10px 0;
}
.side-bar a:hover {
  background-color: hsl(0, 0%, 95%);
  border-radius: 8px;
}
.side-bar.hidden {
  display: none;
}

footer {
  border-top: 1px solid hsl(0, 0%, 95%);
}
footer .logo-footer {
  width: 100%;
}
footer .logo-footer img {
  width: 100%;
}
footer .title {
  font-size: 1.2em;
  font-weight: 700;
}
footer a {
  color: black;
  text-decoration: none;
}
footer .row-contacts a {
  text-decoration: underline;
  font-weight: 500;
}
footer .col-feedaty img {
  width: 100px;
}
footer .col-feedaty .stars span {
  color: #F9D77D;
  font-variation-settings: "FILL" 1;
}

@media screen and (min-width: 768px) {
  footer .logo-footer {
    width: 75%;
  }
  footer .logo-footer img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .sticky {
    top: 1.5rem;
    position: sticky;
  }
  .top-bar {
    padding: 12px 0;
  }
  .top-bar a {
    justify-content: flex-end;
    color: hsl(0, 0%, 20%);
  }
  .main-bar .nav-container img {
    max-height: 56px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1400px !important;
  }
}
h1, h3 {
  font-size: 2em;
  font-weight: 700;
}

.article-row {
  color: black;
  text-decoration: none;
  border-radius: 8px;
}
.article-row img {
  width: 100%;
  border-radius: 8px;
}
.article-row .text h2 {
  font-size: 1.3em;
  font-weight: 700;
}
.article-row .text p {
  font-size: 0.9em;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.article-row .text span {
  text-decoration: underline;
  font-weight: 600;
}

.bar {
  width: 100%;
  height: 1px;
  background-color: hsl(0, 0%, 95%);
}

.side-img {
  display: block;
}
.side-img img {
  width: 100%;
  border-radius: 8px;
}

.prodotto {
  display: block;
  text-decoration: none;
  color: black;
}
.prodotto img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid hsl(0, 0%, 90%);
  transition: all 0.3s;
}
.prodotto img:hover {
  transform: scale(1.03);
  border-radius: 16px;
}
.prodotto .nome {
  font-size: 1.1em;
  font-weight: 600;
}/*# sourceMappingURL=home.css.map */