@font-face {
  font-family: 'ddaftt-lowercaddafttlowercase';
  src: url('fonts/ddafttlowercase-webfont.woff2') format('woff2'),
       url('fonts/ddafttlowercase-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'avantgarde_bk_btdemi';
  src: url('fonts/avgardd-webfont.woff2') format('woff2'),
       url('fonts/avgardd-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'avantgarde_md_btmedium';
  src: url('fonts/avgardm-webfont.woff2') format('woff2'),
       url('fonts/avgardm-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'avantgarde_bk_btbook';
  src: url('fonts/avgardn-webfont.woff2') format('woff2'),
       url('fonts/avgardn-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*****/

html {  line-height: 1.15;}body {  margin: 0;}* {  box-sizing: border-box;  border-width: 0;  border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6 {  margin: 0;  padding: 0;}button,input,optgroup,select,textarea {  font-family: inherit;  font-size: 100%;  line-height: 1.15;  margin: 0;}button,select {  text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] {  -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {  border-style: none;  padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus {  outline: 1px dotted ButtonText;}a {  color: inherit;  text-decoration: inherit;}input {  padding: 2px 4px;}img {  display: block;}

/*****/

html {
  font-family: Inter;
  font-size: 16px;
}

body {
  font-weight: 400;
  font-style:normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.15;
  color: #000000;
  background-color: #FFFFFF;
}

/*****/

h4,form {
	text-align: center;
}

	ul {
		list-style-type: none;
	}

	h4,li {
		text-indent: 0;
		margin-bottom: 2vh;
    font-family: 'ddaftt-lowercaddafttlowercase';
	}

	input {
    font-family: 'avantgarde_bk_btbook';
		padding: 0.7vh;
		color: #ffffff;
		font-weight: bold;
		border: 3px solid black;
		background-color: #dbbeb4;
	}

		input:hover {
			color: rgb(255, 255, 255);
			background-color: #4f5b69;
		}

		input:focus { 
	    	background-color: #4f5b69;
		}

/*HEADER CSS*/

.brownlinks-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: 'avantgarde_bk_btdemi';
}
.navshop {
  color: #512917;
  text-decoration: none;
  font-family: 'avantgarde_bk_btdemi';
}
.navlink {
  color: #512917;
  margin-left: 32px;
  text-decoration: none;
  font-family: 'avantgarde_bk_btdemi';
}

.rootClassName {
  margin-top: 10px;
  margin-right: 25px;
}



/*MOBILE HEADER CSS*/

@media(max-width: 767px) {
  .brownlinks-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navshop {
    margin-bottom: 16px;
  }
  .navlink {
    margin-left: 0;
    margin-bottom: 16px;
  }
}



/*MORE HEADER STUFF*/

.brownheader {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.brownheader-navlink {
  display: contents;
}
.logo {
  width: 153px;
  object-fit: cover;
  margin-left: 20px;
  text-decoration: none;
}



/*MAIN PAGE CSS*/

.shop {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.shop-header {
  flex: 0 0 auto;
  width: 630px;
  display: flex;
  margin-top: 50px;
  align-items: center;
  margin-bottom: 80px;
  flex-direction: column;
  justify-content: flex-start;
}

h1 {
  font-family: 'ddaftt-lowercaddafttlowercase';
  margin-bottom: 5px;
  color: #512917;
}

h2 {
  font-size: 25px;
  align-self: center;
  font-style: normal;
  font-weight: 300;
  font-family: 'avantgarde_bk_btbook';
}

.banner {
  width: 485px;
  height: 157px;
  object-fit: cover;
}

.shop-goods {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  flex-direction: column;
}

.row {
  width: 703px;
  display: flex;
  justify-content: center;
}
.row2 {
  width: 218px;
  height: 390px;
  display: flex;
  padding: 15px;
  min-height: 390px;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
}

.itemlisting {
  width: 244px;
  height: 584px;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  background-color: #FFFFFF;
}
.itemlisting:hover {
  transform: scale(1.02);
}

.x {
  display: flex;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 16px;
  flex-direction: column;
}

h3 {
  color: #8d5848;
  align-self: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'avantgarde_bk_btbook';
  font-weight: 300;
  font-size: 15px;
}

h4 {
  color: #512917;
  align-self: center;
  font-style: normal;
  margin-top: 5px;
  font-family: 'ddaftt-lowercaddafttlowercase';
  font-weight: 300;
  margin-bottom: 7px;
  font-size: 20px;
}

h5 {
  color: #8d5848;
  align-self: center;
  margin-bottom: 0px;
  font-family: 'avantgarde_bk_btbook';
  font-weight: 300;
  font-size: 15px;
}
.add-to-cart {
  color: #FFFFFF;
  width: 199px;
  height: 27px;
  align-self: center;
  margin-top: 0px;
  transition: 0.3s;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 32px;
  padding-bottom: 2px;
  background-color: #8d5848;
  font-family: 'ddaftt-lowercaddafttlowercase';
}
.add-to-cart:hover {
  background-color: #4f5b69;
}

.atc-text {
  margin-top: 10px;
  margin-left: 30px;
}

.goodsimage {
  width: 198px;
  align-self: center;
  object-fit: cover;
  margin-bottom: 20px;
}

.a {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  flex-direction: column;
}



/*MOBILE CSS*/

@media(max-width: 991px) {
  .itemlisting {
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
}

@media(max-width: 767px) {
  .row2 {
    flex-flow: column;
    padding-left: 32px;
    padding-right: 32px;
  }
  .itemlisting {
    width: 100%;
    max-width: 450px;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 32px;
  }
}

@media(max-width: 479px) {
  .row2 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
  }
  .itemlisting {
    margin-bottom: 0px;
  }
}

/* carousel stuff */
#carousel {
  overflow: hidden;
  white-space: nowrap;
  width: 100vw;
  height: 100vh;
}

.cImg {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  display: inline-block;
}

#img1 {
  background-image: url("../images/pexels-ketut-subiyanto-4353573.jpg");
}

#img2 {
  background-image: url("../images/pexels-ketut-subiyanto-4349849.jpg");
}

#img3 {
  background-image: url("../images/pexels-ketut-subiyanto-4349951.jpg");
}

/*FOOTER CSS*/

.footer-footer {
  width: 100%;
  display: flex;
  margin-top: 30px;
  align-items: center;
  padding-top: 32px;
  padding-left: 48px;
  padding-right: 48px;
  flex-direction: column;
  padding-bottom: 32px;
  justify-content: space-between;
  background-color: #000000;
}
.footer {
  display: flex;
  max-width: 1400px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'avantgarde_md_btmedium';
}
.footer-nav {
  flex: 0 0 auto;
  display: flex;
  margin-top: 0px;
  align-items: center;
  flex-direction: row;
}
.footer-navlink {
  color: #FFFFFF;
  margin-left: 16px;
  text-decoration: none;
}



/*MOBILE FOOTER CSS*/

@media(max-width: 767px) {
  .footer-footer {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media(max-width: 479px) {
  .footer-footer {
    padding: var(16px);
  }
}