main {
  width: 100%;
}

.wallpaper-text {
  background-color: transparent;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Playfair Display", sans-serif;
  padding-top: 150px;
  color: rgba(255, 255, 255, 1);
  z-index: 0;
}

.wallpaper-text h1 {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: rgba(150, 149, 149, 1);
}
.wallpaper-text h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.wallpaper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 28vh;
  background-color: rgba(249, 249, 249, 1);
  margin-top: 100px;
  @media screen and (max-width: 768px) {
    margin-top: 83px;
  }
}

.wrapper-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px 0;
  margin: 30px 350px;
  width: calc(100% - 700px);
  @media screen and (max-width: 1700px) {
    width: calc(100% - 500px);
    margin: 30px 250px;
  }
  @media screen and (max-width: 1300px) {
    width: calc(100% - 300px);
    margin: 30px 150px;
  }
  @media screen and (max-width: 1200px) {
    width: calc(100% - 20px);
    margin: 30px 10px;
  }
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.bag-container {
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-left: 100px;
  @media screen and (max-width: 1860px) {
    gap: 50px;
  }
  @media screen and (max-width: 1500px) {
    margin-left: 50px;
  }
  @media screen and (max-width: 850px) {
    margin-left: 20px;
  }
  @media screen and (max-width: 768px) {
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

.card {
  width: 100%;
}
.details {
  width: 100%;
  height: 100%;
}
.picture {
  position: relative;
  text-align: right;
  width: 100%;
}

.card-add {
  background-image: url(../../icon/add-orang.svg);
  position: absolute;
  top: 15px;
  right: 15px;
  width: 55px;
  height: 55px;
}

.add-to-cart {
  background-image: url(../../icon/add-white.svg);
  position: absolute;
  top: 15px;
  right: 15px;
  width: 55px;
  height: 55px;
}

img.card-avatar {
  position: relative;
  width: 100%;
}
.details {
  width: 100%;
  font-family: "Montserrat";
  letter-spacing: 0.05em;
}
.details-text {
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 768px) {
    justify-content: space-around;
  }
}
.details-text a {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.details-text span {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.details-text b {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(150, 149, 149, 1);
}

.btn-allFoxes {
  display: grid;
  grid-column-start: 1;
  grid-column-end: -1;
  justify-content: center;
  @media screen and (max-width: 1150px) {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
  }
}

.allFoxes {
  width: 598px;
  height: 70px;
  margin: 20px 0 50px;
  background-color: rgba(204, 85, 32, 1);
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  border: none;
  text-align: center;
  @media screen and (max-width: 1150px) {
    margin-bottom: 0;
  }
  @media screen and (max-width: 820px) {
    width: 100%;
  }
}

.input-search {
  display: flex;
  flex-direction: row;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

input#search {
  width: 117px;
  height: 54px;
  border: none;
  padding-left: 30px;
  cursor: pointer;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.input-search img {
  margin-right: 30px;
}

.topic {
  margin: 0 0 50px 0;
  @media screen and (max-width: 768px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.text-topic {
  margin: 60px 0 0;
  opacity: 0.6;
  @media screen and (max-width: 768px) {
    margin: 20px 0;
    opacity: 1;
  }
}

.filter-button {
  cursor: pointer;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid rgba(239, 239, 239, 1);
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
  @media screen and (max-width: 768px) {
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: 0.02em;
    border-radius: 7px;
    border: 1px solid rgba(255, 61, 0, 1);
    padding: 0;
    height: 53px;
    text-align: center;
    color: rgba(255, 61, 0, 1);
  }
}
.filter-button:hover {
  background-color: rgba(204, 85, 32, 1);
  color: rgba(255, 255, 255, 1);
}
.filter-button.other {
  @media screen and (max-width: 768px) {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}

.price {
  display: block;
}
.text-price {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  opacity: 0.6;
}
.price p {
  margin-top: 20px;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.05em;
  padding-left: 30px;
  @media screen and (max-width: 768px) {
    margin: 10px 0 30px;
    padding: 0;
    text-align: center;
  }
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 30px;
  height: 9px;
  background: rgba(160, 160, 160, 1);
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 34px;
  width: 34px;
  background-color: rgba(204, 85, 32, 1);
  border-radius: 30px;
  border: none;
  transition: 0.2s ease-in-out;
  margin-top: -12px;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 9px;
  cursor: pointer;
  background: transparent;
  border-radius: 30px;
  border: none;
}
