* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.sub-nav {
  display: flex;
  justify-content: space-evenly;
  background: #FFC72C;
}
.sub-nav .sub-nav1 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  color: aliceblue;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding-bottom: 3px;
}
.sub-nav .sub-nav2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  color: aliceblue;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding-bottom: 3px;
}

.nav-det {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
  padding: 20px 30px;
}
.nav-det .nav-det1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.nav-det .nav-det2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.nav-det .nav-det3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.nav-det .nav-det4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  background: #fd5c63;
  padding: 20px;
  gap: 10px;
  margin: 20px 100px;
  border-radius: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: white;
  font-style: bold;
}
.nav a {
  text-decoration: none;
  color: white;
}

img {
  width: 200px;
  height: 200px;
}

.shop_sale {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  gap: 50px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-evenly;
}

.product {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  box-shadow: 0px 0px 3px 3px gray;
  margin-top: 30px;
}
.product h4 {
  color: #fd5c63;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.product p {
  font-size: 10px;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 20px;
}
.product .buy {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.product h5 {
  background: #FFC72C;
  border-radius: 5px;
  color: white;
  width: 100px;
  height: 25px;
  text-align: center;
}

.footer {
  display: grid;
  grid-template-columns: 15% 15% 15% 16%;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  gap: 30px;
  padding-top: 300px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.footer .foot1 h4 {
  -webkit-text-decoration: underline #fd5c63;
          text-decoration: underline #fd5c63;
  padding-bottom: 20px;
}
.footer .foot1 li {
  list-style-type: circle;
}
.footer .foot2 h4 {
  -webkit-text-decoration: underline #fd5c63;
          text-decoration: underline #fd5c63;
  padding-bottom: 20px;
}
.footer .foot2 li {
  list-style-type: circle;
}
.footer .foot3 h4 {
  -webkit-text-decoration: underline #fd5c63;
          text-decoration: underline #fd5c63;
  padding-bottom: 20px;
}
.footer .foot4 h4 {
  -webkit-text-decoration: underline #fd5c63;
          text-decoration: underline #fd5c63;
  padding-bottom: 20px;
}
.footer .foot4 li {
  list-style-type: none;
}

.foot_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}

.copyright {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
}

h1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 32px;
  padding-bottom: 20px;
}

p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
}/*# sourceMappingURL=shopstyle.css.map */