@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
h1 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 15vw;
  font-weight: 200;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 992px) {
  h1 {
    font-size: 96px;
  }
}

h2 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 6.25vw;
  font-weight: 600;
  color: #67A546;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

button {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 7.5vw;
  background-color: transparent;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
}
@media (min-width: 992px) {
  button {
    font-size: 36px;
  }
}

div {
  display: flex;
}

section {
  display: flex;
  flex-direction: column;
}

p {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1.5;
  color: #222222;
}
p a {
  color: #9B5E4B;
}
@media (min-width: 992px) {
  p {
    font-size: 20px;
  }
}

a {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  a {
    font-size: 20px;
  }
}

li {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 5vw;
  font-weight: 500;
  line-height: 2;
}

label {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 5vw;
  font-weight: 500;
  line-height: 2;
}

form input[type=submit] {
  cursor: pointer;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  margin: 0;
}

header, main, footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  background-color: 255;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

header {
  flex-direction: row;
  justify-content: space-between;
  height: 15.6vw;
}
@media (min-width: 992px) {
  header {
    height: 100px;
    justify-content: flex-start;
  }
}
header img {
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  width: 6.25vw;
  height: auto;
}
@media (min-width: 992px) {
  header img {
    width: 40px;
  }
}
header button {
  display: flex;
}
@media (min-width: 992px) {
  header button {
    display: none;
  }
}
header #menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (min-width: 992px) {
  header #menu {
    display: flex;
    width: 690px;
    height: 100%;
    position: relative;
    flex-direction: row;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    align-self: center;
    margin-left: calc(37.5vw - 40px - 345px);
  }
}
header #menu ul {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  header #menu ul {
    width: 100%;
    height: 100%;
    flex-direction: row;
  }
  header #menu ul li {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
header #menu ul a {
  font-size: 6vw;
  color: #411C11;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  header #menu ul a {
    font-size: 20px;
  }
}
header #menu img {
  position: fixed;
  top: 5vh;
  left: 3vw;
  filter: invert(11%) sepia(38%) saturate(1680%) hue-rotate(338deg) brightness(96%) contrast(94%);
}

#hero {
  height: 180vw;
  width: 100vw;
  flex-direction: column;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: left;
  align-items: center;
}
@media (min-width: 992px) {
  #hero {
    height: 700px;
    margin-bottom: 200px;
  }
}
#hero h1 {
  color: #F2F2F2;
  width: 88vw;
  margin: 0;
  margin-top: 10%;
}
@media (min-width: 992px) {
  #hero h1 {
    margin-top: 33px;
  }
}
#hero nav {
  width: 100vw;
  display: flex;
}
@media (min-width: 992px) {
  #hero nav {
    justify-content: flex-end;
  }
}
#hero a {
  display: flex;
  flex-direction: row;
  color: #F2F2F2;
  margin-left: 80vw;
  margin-top: 20px;
}
#hero a p {
  color: #F2F2F2;
  width: auto;
}
@media (min-width: 992px) {
  #hero a {
    margin-right: 6.94vw;
    margin-top: 90px;
  }
}
#hero h2 {
  text-align: center;
  color: #F2F2F2;
  width: 53vw;
  margin: 0;
  margin-top: 10%;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #hero h2 {
    margin-top: 50px;
  }
}
#hero #contact-button {
  width: auto;
  margin: 0;
}
#hero button {
  margin-top: 35%;
  color: #F2F2F2;
  padding: 4.6vw;
  border: 1px solid #F2F2F2;
  text-transform: uppercase;
  font-weight: 300;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  #hero button {
    margin-top: 100px;
    padding: 20px;
  }
}
#hero button:hover {
  scale: 1.03;
}
#hero .active-lang {
  color: #B79189;
}

@media (min-width: 992px) {
  #about-us-home h2 {
    margin-bottom: 0;
  }
}
#about-us-home p {
  margin-top: 20px;
  margin-bottom: 0px;
  width: 85vw;
}
@media (min-width: 992px) {
  #about-us-home p {
    margin-top: 50px;
  }
}
#about-us-home a {
  text-align: center;
  color: #9B5E4B;
  font-size: 7.5vw;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 200px;
}
#about-us-home a:hover {
  color: #411C11;
}
@media (min-width: 992px) {
  #about-us-home a {
    font-size: 36px;
    margin-top: 50px;
  }
}

#workshop-home {
  background-color: #411C11;
  width: 100vw;
  align-items: center;
}
#workshop-home div {
  flex-direction: column;
}
@media (min-width: 992px) {
  #workshop-home div {
    flex-direction: row;
    width: 85vw;
    justify-content: space-between;
  }
}
#workshop-home h2 {
  color: #F2F2F2;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #workshop-home h2 {
    margin-top: 200px;
    margin-bottom: 80px;
  }
}
#workshop-home img {
  width: 88vw;
  height: auto;
  border-radius: 5px;
}
@media (min-width: 992px) {
  #workshop-home img {
    width: 40vw;
  }
}
#workshop-home p {
  color: #F2F2F2;
  margin-top: 40px;
  width: 85vw;
}
@media (min-width: 992px) {
  #workshop-home p {
    width: 40vw;
  }
}
#workshop-home a {
  text-align: center;
  color: #F2F2F2;
  font-size: 7.5vw;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 120px;
}
#workshop-home a:hover {
  color: #B79189;
}
@media (min-width: 992px) {
  #workshop-home a {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 200px;
  }
}

#shop-home {
  justify-content: center;
  align-items: center;
}
#shop-home h2 {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #shop-home h2 {
    margin-top: 200px;
  }
}
#shop-home p {
  width: 85vw;
}
#shop-home #button-group {
  width: 88vw;
  height: 42vw;
  flex-direction: column;
  margin-top: 30px;
  align-items: center;
}
@media (min-width: 992px) {
  #shop-home #button-group {
    flex-direction: row;
    height: 100px;
    margin-top: 50px;
  }
}
#shop-home #button-group a {
  margin: 0;
  width: 48%;
  height: 100%;
}
@media (min-width: 992px) {
  #shop-home #button-group a {
    width: auto;
  }
}
#shop-home #button-group button {
  width: 100%;
  height: 100%;
  border: 1px solid #9B5E4B;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
#shop-home #button-group button:hover {
  scale: 1.05;
}
@media (min-width: 992px) {
  #shop-home #button-group button {
    width: 215px;
    height: 80px;
    border-radius: 8px;
  }
}
#shop-home #button-group img {
  width: 7.8vw;
  margin-left: 11.1%;
  filter: invert(11%) sepia(38%) saturate(1680%) hue-rotate(338deg) brightness(96%) contrast(94%);
}
@media (min-width: 992px) {
  #shop-home #button-group img {
    width: 50px;
    height: auto;
  }
}
#shop-home #button-group p {
  font-size: 4.3vw;
  margin: 0;
}
@media (min-width: 992px) {
  #shop-home #button-group p {
    font-size: 20px;
  }
}
#shop-home #button-group #upper-buttons, #shop-home #button-group #bottom-buttons {
  width: 100%;
  height: calc(50% - 10px);
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  #shop-home #button-group #upper-buttons, #shop-home #button-group #bottom-buttons {
    width: 50%;
  }
}
#shop-home #button-group #upper-buttons {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #shop-home #button-group #upper-buttons {
    margin-bottom: 0;
    margin-right: calc((88vw - 860px) / 3);
  }
}
#shop-home a {
  color: #9B5E4B;
  font-weight: 300;
  font-size: 7.5vw;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 180px;
}
#shop-home a:hover {
  color: #411C11;
}
@media (min-width: 992px) {
  #shop-home a {
    font-size: 36px;
    margin-bottom: 200px;
  }
}

#history-home {
  background-color: #411C11;
  display: flex;
  width: 100vw;
  align-items: center;
}
#history-home h2 {
  color: #F2F2F2;
  margin-top: 60px;
}
@media (min-width: 992px) {
  #history-home h2 {
    margin-top: 200px;
    margin-bottom: 50px;
  }
}
#history-home p {
  color: #F2F2F2;
  width: 88vw;
}
#history-home a {
  text-align: center;
  color: #F2F2F2;
  font-size: 7.5vw;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 120px;
}
@media (min-width: 992px) {
  #history-home a {
    font-size: 36px;
    margin-bottom: 200px;
  }
}

#contact-home {
  align-items: center;
}
#contact-home h2 {
  margin-top: 100px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #contact-home h2 {
    margin-top: 200px;
  }
}
#contact-home #soc-media {
  width: 25vw;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  #contact-home #soc-media {
    margin-top: 50px;
    width: 121px;
    margin-bottom: 30px;
    align-self: flex-start;
  }
}
#contact-home #soc-media img {
  width: 6.25vw;
  height: 6.25vw;
}
#contact-home #soc-media img:hover {
  filter: saturate(150%);
}
@media (min-width: 992px) {
  #contact-home #soc-media img {
    width: 30px;
    height: 30px;
  }
}
#contact-home .contact-line {
  width: 88vw;
  align-items: center;
  margin-bottom: 3.13vw;
}
@media (min-width: 992px) {
  #contact-home .contact-line {
    margin-bottom: 30px;
  }
}
#contact-home .contact-line img {
  width: 10vw;
  height: auto;
  margin: 0;
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(42%) sepia(6%) saturate(4203%) hue-rotate(327deg) brightness(91%) contrast(78%);
}
@media (min-width: 992px) {
  #contact-home .contact-line img {
    width: 40px;
  }
}
#contact-home .contact-line p {
  margin: 0;
}
#contact-home .contact-line a {
  display: flex;
  align-items: center;
  color: #222222;
  font-weight: 300;
}
#contact-home .contact-line a:hover {
  color: #9B5E4B;
}
#contact-home iframe {
  width: 88vw;
  height: 44vw;
  margin-top: 10vw;
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  #contact-home iframe {
    margin-top: 30px;
  }
}

#home-footer {
  border-top: 1px solid #B79189;
}
#home-footer div {
  align-items: center;
}
#home-footer p {
  margin-right: 1.5vw;
}
@media (min-width: 768px) {
  #home-footer p {
    font-size: 3vw;
  }
}
@media (min-width: 992px) {
  #home-footer p {
    margin-right: 6px;
    font-size: 24px;
  }
}
#home-footer a {
  font-weight: 300;
  color: #67A546;
}
@media (min-width: 768px) {
  #home-footer a {
    font-size: 3vw;
  }
}
@media (min-width: 992px) {
  #home-footer a {
    font-size: 24px;
  }
}

.sidepage h1 {
  color: #67A546;
  margin-top: 20px;
  margin-bottom: 40px;
}
.sidepage h2 {
  margin-top: 100px;
  margin-bottom: 30px;
}
.sidepage p {
  width: 88vw;
  margin-top: 0;
}
.sidepage main img {
  width: 88vw;
  border-radius: 5px;
  margin-bottom: 30px;
}
.sidepage footer {
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  width: 90vw;
  height: 15.6vw;
  margin-top: 50px;
}
.sidepage footer a {
  display: flex;
  width: auto;
}
.sidepage footer a:hover p {
  color: #411C11;
}
.sidepage footer a:hover img {
  filter: invert(11%) sepia(38%) saturate(1680%) hue-rotate(338deg) brightness(96%) contrast(94%);
}
.sidepage footer a p {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
}

.shop #filter {
  border: 1px solid #9B5E4B;
  border-radius: 5px;
  height: auto;
  width: 88vw;
  flex-direction: column;
  margin-bottom: 20vw;
}
@media (min-width: 992px) {
  .shop #filter {
    margin-bottom: 100px;
  }
}
.shop #filter button {
  display: flex;
  justify-content: space-between;
  width: 88vw;
  height: 15vw;
  align-items: center;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .shop #filter button {
    height: 80px;
  }
}
.shop #filter img {
  width: 8vw;
  height: auto;
  margin: 0;
  margin-right: 3vw;
  transition: transform 0.4s;
}
@media (min-width: 992px) {
  .shop #filter img {
    width: 30px;
  }
}
.shop #filter p {
  height: auto;
  margin: 0;
  margin-left: 3vw;
  width: auto;
}
.shop #filter-content {
  flex-direction: column;
  width: 80%;
  margin-left: 10%;
  paddin-bottom: 5vw;
}
.shop #filter-content button {
  border-bottom: 1px solid #9B5E4B;
  margin-bottom: 6.25vw;
  font-size: 5vw;
  font-weight: 300;
  transition: all 0.2s;
}
.shop #filter-content button:hover {
  scale: 1.01;
  border-color: #411C11;
}
@media (min-width: 992px) {
  .shop #filter-content button {
    font-size: 24px;
    margin-bottom: 30px;
    height: 50px;
  }
}
.shop #product-list {
  width: 88vw;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .shop #product-list {
    flex-direction: row;
    justify-content: space-around;
  }
}
.shop .shop-item {
  width: 100%;
  border: 1px solid #411C11;
  flex-direction: column;
  margin-bottom: 6.25vw;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .shop .shop-item {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .shop .shop-item {
    width: 32%;
  }
}
.shop .shop-item p {
  width: 100%;
  text-align: center;
  color: #411C11;
  margin-bottom: 6.25vw;
  margin-top: 6.25vw;
}
@media (min-width: 768px) {
  .shop .shop-item p {
    font-size: 3.5vw;
  }
}
@media (min-width: 992px) {
  .shop .shop-item p {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.shop .shop-item img {
  width: 100%;
  height: auto;
  border-radius: 0;
  margin: 0;
}
.shop .product-description {
  position: absolute;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.shop .product-description h2 {
  text-align: center;
  width: 80%;
  margin: 0;
}
@media (min-width: 768px) {
  .shop .product-description h2 {
    font-size: 5vw;
  }
}
@media (min-width: 992px) {
  .shop .product-description h2 {
    font-size: 30px;
  }
}
.shop .product-description p {
  margin-bottom: 0;
}
.shop .fade-in {
  opacity: 1;
}

.accordion {
  width: 100%;
  transition: 0.4s;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.active img {
  transform: rotate(-180deg);
}/*# sourceMappingURL=stylesheet.css.map */