html {
  background-color: white;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

nav { display: flex; gap: 12px; flex-wrap: wrap; }
nav .subnav {display:flex; gap: 12px;}
nav a{text-decoration:none;color:#9baaba;font-weight:bold;font-size:12px}

#cartbutton {
  position: absolute;
  right: 6.25vw;
  display: block;
  top: 50px;
  z-index: 1;
  font-size: 12px;
  text-decoration: none;
  color: #9baaba;
  font-weight: bold;
}
#cartbutton span {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  #cartbutton {
    top: 100px;
    right: 0;
    left: 6.25vw;
  }
}
@media only screen and (min-width: 1830px) {
  #cartbutton {
    font-size: 14px;
  }
}
.products {
  padding-top: 50px;
}

.home h1 {
  margin: 100px 0 6.25vw 0;
}
.home h1 img {
  width: 140px;
}
.home #notfound {
  font-weight: normal;
  color: #9baaba;
  position: relative;
  font-size: 48px;
  word-spacing: -2px;
  display: block;
  margin: 150px 0 20px 0;
  padding: 0;
}
.home ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home ul li {
  position: relative;
  vertical-align: top;
  width: calc(30% - 10px);
  margin: 0 10px 20px 0;
  display: inline-block;
  max-width: 300px;
}
.home ul li a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.home ul li .imgcont {
  width: 100%;
}
.home ul li .imgcont p {
  position: absolute;
  z-index: 1;
  margin: 0;
  color: white;
  font-weight: bold;
  top: 15px;
  right: 15px;
  display:none;
}
.home ul li .imgcont img {
  width: 100%;
}
.home ul li .imgcont img.blur {
 
  opacity: 0.25;
}
.home ul li.sold .productdesc h2, .home ul li.sold .productdesc h3 { opacity:0.25 }
.home ul li .productdesc {
  padding: 20px 0 0 0;
}
.home ul li .productdesc h2, .home ul li .productdesc h3 {
  color: #9baaba;
  font-size: 24px;
  line-height: 29px;
  word-spacing: -2px;
  margin: 0 0 0 0;
  font-weight: bold;
  max-width: 85%;
}
.home ul li .productdesc h3 {
  font-weight: normal;
}
.home ul li .productdesc p {
  color: #9baaba;
  font-size: 12px;
  line-height: 18px;
}

#backsoon {
  font-size: 36px;
  color: #9baaba;
  min-height: 50vh;
}

.pages {
  font-size: 24px;
  line-height: 29px;
  word-spacing: -2px;
  color: #9baaba;
  margin-top: 60px;
}
.pages a {
  color: #9baaba;
}
.pages .previous, .pages .next {
  display: none;
}
.pages span, .pages a {
  display: inline-block;
  margin: 0 6px;
}
.pages a {
  text-decoration: none;
  border-bottom: 1px solid #9baaba;
}
.pages:before {
  content: "Page:";
}

@media only screen and (max-width: 767px) {
  .home ul {
    margin-top: 50px;
  }
  .home ul li {
    width: 100%;
    margin: 0 10px 20px 0;
    max-width: auto;
  }
  .home ul li .productdesc {
    padding: 10px 0 0 0;
  }
}
@media only screen and (min-width: 2200px) {
  .home ul li {
    max-width: 500px;
  }
}
.productpage {
  padding-top: 150px;
}
.productpage aside {
  position: absolute;
}
.productpage aside h1, .productpage aside h2 {
  color: #9baaba;
  font-size: 24px;
  line-height: 29px;
  word-spacing: -2px;
  margin: 0 0 0 0;
  font-weight: bold;
  max-width: 85%;
}
.productpage aside h2 {
  font-weight: normal;
}
.productpage aside .productpage_description {
  color: #6f7980;
  font-size: 12px;
  line-height: 24px;
  margin-top: 100px;
}
.productpage aside .productpage_description p {
  max-width: 320px;
  margin: 0;
  text-indent: 34px;
}
.productpage aside .productpage_description p:first-of-type {
  text-indent: 0;
}
.productpage aside .productpage_description a {
  color: #6f7980;
}
.productpage aside .productpage_description b {
  color: #9baaba;
}
.productpage aside .productpage_status {
  margin-top: 50px;
}
.productpage aside .productpage_status button, .productpage aside .productpage_status .button {
  height: 48px;
  width: 160px;
  font-size: 12px;
  line-height: 48px;
  border: 1px #9baaba solid;
  text-align: center;
  color: #9baaba;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.productpage aside .productpage_status button {
  cursor: pointer;
}
.productpage aside .productpage_status select {
  width: 160px;
  margin-bottom: 20px;
}
.productpage .productpage_pics {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 0 43.75vw;
  font-size: 0;
  min-height: 100vh;
}
.productpage .productpage_pics li {
  margin-bottom: 12px;
}
.productpage .productpage_pics li img {
  width: 43.75vw;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .productpage aside .productpage_description {
    font-size: 14px;
    line-height: 30px;
  }
  .productpage aside .productpage_description p {
    max-width: 390px;
  }
  .productpage aside .productpage_status button, .productpage aside .productpage_status .button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .productpage aside {
    position: relative;
  }
  .productpage aside .productpage_description {
    margin-top: 25px;
  }
  .productpage aside .productpage_description p {
    max-width: auto;
  }
  .productpage .productpage_pics {
    padding: 0;
    margin: 50px 0 0 0;
    min-height: auto;
  }
  .productpage .productpage_pics li {
    margin-bottom: 12px;
  }
  .productpage .productpage_pics li img {
    width: 100%;
  }
}
.cartpage {
  padding-top: 150px;
  padding-bottom: 200px;
}
.cartpage h1 {
  color: #9baaba;
  font-size: 24px;
  line-height: 29px;
  word-spacing: -2px;
  margin: 0 0 0 0;
  font-weight: bold;
  max-width: 85%;
}
.cartpage ul {
  list-style: none;
  padding: 0;
  margin: 100px 0 0 0;
}
.cartpage ul li {
  border-top: 1px #9baaba solid;
  width: 43.75vw;
  min-width: 500px;
  position: relative;
}
.cartpage ul li img {
  position: relative;
  width: 200px;
  margin: 20px 0;
}
.cartpage ul li .info {
  position: absolute;
  left: 210px;
  right: 0;
  top: 0;
}
.cartpage ul li .info input {
  font-family: "Univers Next W01";
  border: none;
  outline: none;
  color: #9baaba;
  font-size: 24px;
  line-height: 29px;
  word-spacing: -2px;
  margin-top: 20px;
}
.cartpage ul li .info h2 {
  color: #9baaba;
  font-size: 24px;
  line-height: 29px;
  word-spacing: -2px;
  margin: 0 0 0 0;
  font-weight: bold;
  max-width: 80%;
}
.cartpage ul li .info .price {
  color: #9baaba;
  font-size: 24px;
  line-height: 29px;
  word-spacing: -2px;
  margin: 0 0 0 0;
  position: absolute;
  right: 0;
}
.cartpage ul li .info .remove_item {
  color: #6f7980;
  font-size: 12px;
  line-height: 24px;
  margin-top: 3px;
  display: block;
}
.cartpage .subtotal {
  border-top: 1px #9baaba solid;
  width: 43.75vw;
  min-width: 500px;
  color: #9baaba;
  font-size: 24px;
  line-height: 29px;
  word-spacing: -2px;
  position: relative;
  padding: 20px 0 0 0;
  height: 75px;
}
.cartpage .subtotal strong {
  display: block;
  position: absolute;
  left: 210px;
}
.cartpage .subtotal div {
  display: block;
  position: absolute;
  right: 0;
}
.cartpage .total {
  width: 43.75vw;
  min-width: 500px;
  position: relative;
}
.cartpage .total button {
  height: 48px;
  width: 160px;
  font-size: 12px;
  line-height: 48px;
  border: 1px #9baaba solid;
  text-align: center;
  color: #9baaba;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.cartpage #emptycart {
  color: #9baaba;
  font-size: 24px;
  line-height: 29px;
  word-spacing: -2px;
}
.cartpage #emptycart a {
  color: #9baaba;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cartpage ul li {
    width: 100%;
    min-width: auto;
  }
  .cartpage .subtotal, .cartpage .total {
    width: 100%;
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cartpage ul li {
    width: 100%;
    min-width: auto;
  }
  .cartpage ul li img {
    width: 100px;
  }
  .cartpage ul li .info {
    left: auto;
    right: auto;
    position: relative;
  }
  .cartpage .subtotal, .cartpage .total {
    width: 100%;
    min-width: auto;
  }
  .cartpage .subtotal strong, .cartpage .total strong {
    left: 0;
  }
}
/* ------------------------------------------------------------------------------------------------
 *
 * This is where all of the CSS code is handled for your theme.
 *
 * We recommend you break your CSS into multiple files and put them in a separate
 * directory. We've used a "stylesheets" directory in our example below. After that we'll use
 * Sprockets (getsprockets.org) to package them into one file. Sprockets also allows you to
 * use Sass/SCSS (sass-lang.com) by ending your file name with .sass or .scss, and you can also
 * use LESS (lesscss.org) by ending your file with .less.
 *
 * However, if you don't have much CSS, or you're just a glutton for punishment,
 * you could simply put all of your CSS in this file. It's up to you.
 *
 * ------------------------------------------------------------------------------------------------
 */

/*
 * Here we're including a 3rd-party stylesheet we put in stylesheets/vendor written in normal CSS,
 * as well as a few custom Sass stylesheets we've written for different areas of the store
 *





 *
 */

