section[rel=CBProductList_list], section[rel=CBProductList_details] {
  display: flex;
  max-width: 1160px;
  margin: 200px auto 1em;
  padding: 0 10px;
  gap: 2em;
}
section[rel=CBProductList_list] aside, section[rel=CBProductList_details] aside {
  width: 260px;
  background-color: white;
}
section[rel=CBProductList_list] aside form, section[rel=CBProductList_details] aside form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FDFDFD;
  padding: 1em;
  box-shadow: 1px 1px 5px silver;
  z-index: 700;
}
section[rel=CBProductList_list] aside form svg, section[rel=CBProductList_details] aside form svg {
  width: 30px;
  height: 30px;
}
section[rel=CBProductList_list] aside form input, section[rel=CBProductList_details] aside form input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  padding: 0 10px;
}
section[rel=CBProductList_list] aside form ul, section[rel=CBProductList_details] aside form ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 300px;
  overflow-y: auto;
}
section[rel=CBProductList_list] aside form ul li, section[rel=CBProductList_details] aside form ul li {
  line-height: 1.2;
  border-bottom: 1px solid silver;
}
section[rel=CBProductList_list] aside form ul li a, section[rel=CBProductList_details] aside form ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #96938f;
}
section[rel=CBProductList_list] aside form ul li a:hover, section[rel=CBProductList_list] aside form ul li a.active, section[rel=CBProductList_details] aside form ul li a:hover, section[rel=CBProductList_details] aside form ul li a.active {
  background-color: #B78752;
  color: white;
}
section[rel=CBProductList_list] aside > ul, section[rel=CBProductList_details] aside > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  min-width: 260px;
}
section[rel=CBProductList_list] aside > ul li, section[rel=CBProductList_details] aside > ul li {
  line-height: 2.5;
}
section[rel=CBProductList_list] aside > ul li a, section[rel=CBProductList_details] aside > ul li a {
  color: #96938f;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.3px;
  line-height: 36px;
  font-family: "Karla", sans-serif;
  font-weight: 100;
  padding: 0 40px;
  cursor: pointer;
}
section[rel=CBProductList_list] aside > ul li a:hover, section[rel=CBProductList_list] aside > ul li a.active, section[rel=CBProductList_details] aside > ul li a:hover, section[rel=CBProductList_details] aside > ul li a.active {
  background-color: #B78752;
  color: white;
}
section[rel=CBProductList_list] aside select, section[rel=CBProductList_details] aside select {
  display: none;
}
@media screen and (max-width: 1024px) {
  section[rel=CBProductList_list], section[rel=CBProductList_details] {
    flex-direction: column;
    padding: 0 10px;
    margin-top: 2em;
  }
  section[rel=CBProductList_list] content, section[rel=CBProductList_details] content {
    flex-direction: column;
  }
  section[rel=CBProductList_list] aside, section[rel=CBProductList_details] aside {
    width: 100%;
    background-color: transparent;
  }
  section[rel=CBProductList_list] aside > ul, section[rel=CBProductList_details] aside > ul {
    display: none;
  }
  section[rel=CBProductList_list] aside select, section[rel=CBProductList_details] aside select {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 50px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Karla", sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #b4b2ab;
    border: solid 1px rgba(164, 167, 147, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
    box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
    background-image: url(../assets/images/svg/drop-arrow-select.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 20px center;
    margin-top: 1em;
  }
}
section[rel=CBProductList_list] article ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  list-style: none;
  padding: 0;
  margin: 0;
}
section[rel=CBProductList_list] article ul li {
  width: calc(33.333% - 1em);
  background: white;
  padding: 15px;
  padding-bottom: 60px;
}
section[rel=CBProductList_list] article ul li figure {
  padding: 0;
  margin: 0;
}
section[rel=CBProductList_list] article ul li figure > a {
  display: block;
  width: 100%;
}
section[rel=CBProductList_list] article ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
section[rel=CBProductList_list] article ul li figure figcaption {
  margin: 0px;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 0px;
  color: #B69C7F;
  min-height: 40px;
  font-size: 16px;
  font-weight: 600;
}
section[rel=CBProductList_list] article ul li > a {
  display: block;
  margin: 5px auto;
  text-align: center;
  padding: 5px;
  border: none;
  text-decoration: underline;
  color: #B69C7F;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
}
@media screen and (max-width: 1024px) {
  section[rel=CBProductList_list] {
    flex-direction: column;
    padding: 0 10px;
    margin-top: 2em;
  }
  section[rel=CBProductList_list] content {
    flex-direction: column;
  }
  section[rel=CBProductList_list] article ul li {
    width: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 768px) {
  section[rel=CBProductList_list] article ul li {
    width: 100%;
  }
}
section[rel=CBProductList_details] article div[rel=breadcrumbs] {
  margin-bottom: 1em;
}
section[rel=CBProductList_details] article content {
  display: flex;
  gap: 1em;
  background-color: white;
  padding: 1em;
}
section[rel=CBProductList_details] article content figure {
  min-width: 50%;
  height: auto;
  padding: 0;
  margin: 0;
}
section[rel=CBProductList_details] article content figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
section[rel=CBProductList_details] article content figure figcaption {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  white-space: normal;
  overflow-wrap: anywhere;
}
section[rel=CBProductList_details] article content > div {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  white-space: normal;
  overflow-wrap: anywhere;
}
section[rel=CBProductList_details] article content > div h1 {
  font-size: 29px;
  line-height: 35px;
  color: #B69C7F;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 10px;
  letter-spacing: 1.2px;
}
section[rel=CBProductList_details] article content > div hr {
  color: #b69d82;
  margin: 50px 0;
  border: 0;
  border-top: 1px solid #b69d82;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22file%22%3A%22CBProductList.scss%22%2C%22sources%22%3A%5B%22(stdin)%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */