@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital@0;1&family=Open+Sans&display=swap");
.site-header,
.storefront-breadcrumb,
.widget-area,
.site-footer,
.entry-header {
  display: none;
}

.col-full {
  max-width: none !important;
  padding: unset !important;
}

.hentry,
.site-main,
.content-area,
.wp-post-image {
  margin-bottom: 0px !important;
}

.DS_title,
.DS_price_title,
.DS_product_price {
  font-family: 'Libre Caslon Text', serif;
  color: #bd9e7f;
}

.DS_title {
  text-transform: uppercase;
  padding-top: 1.5em;
  padding-bottom: .5em;
  font-size: 4em;
  font-style: italic;
  font-weight: 200;
  color: #bd9e7f;
}

.DS_products {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #2a2c2b;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.DS_mySlides {
  margin-bottom: 80px;
}

.DS_price_container {
  position: relative;
  bottom: -70px;
  margin: auto;
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #f9f8f7;
  z-index: 20;
}

.DS_price_title {
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 0;
}

.DS_product_price {
  font-size: 2.5rem;
  font-weight: 600;
}

.DS_img_container {
  background-color: white;
}

.DS_product_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 720px;
}

.DS_desc_container {
  overflow: hidden;
  margin-top: -2px;
  padding: 30px;
  height: 300px;
  background-color: #f9f8f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.DS_logo_wrapper {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.DS_logo_wrapper .DS_emblem {
  padding-bottom: 20px;
}
