@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
body {
  background: #efe9e1;
}

.logo {
  width: 338px;
}
.logo-border {
  border-bottom: 1px solid #72383d;
}
@media (max-width: 575.98px) {
  .logo {
    width: 270px;
  }
}

.pdisplay {
    
  /*background: url(../img/pbg.svg);*/
  /*background-repeat: no-repeat;*/
  /*background-position: left center;*/
}
@media (max-width: 575.98px) {
  .pdisplay {
    background: none;
  }
}
.pdisplay .pimage {
  width: 400px;
  height: 400px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: darken;
}
@media (max-width: 575.98px) {
  .pdisplay .pimage {
    width: 300px;
    height: 300px;
  }
}
.pdisplay h1 {
  font-size: 48px;
  font-weight: 400;
  color: #72383d;
  font-family: "Playfair Display", serif;
}
@media (max-width: 575.98px) {
  .pdisplay h1 {
    font-size: 36px;
    font-weight: 500;
    color: #72383d;
    font-family: "Playfair Display", serif;
  }
}
.pdisplay p.sku {
  font-size: 18px;
  font-weight: 300;
  color: #72383d;
  font-family: "Lato", sans-serif;
}
.pdisplay p.size {
  font-size: 18px;
  font-weight: 400;
  color: #72383d;
  font-family: "Lato", sans-serif;
  background: #d1c7bd;
  width: fit-content;
}
.pdisplay .desc p,
.pdisplay .desc span {
  font-family: "Lato", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #72383d !important;
}
.pdisplay .desc b {
  font-family: "Lato", sans-serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #72383d !important;
}

footer p {
  font-size: 14px;
  font-weight: 300;
  color: #72383d;
  font-family: "Lato", sans-serif;
}

.ctabtn {
  bottom: 0;
  position: sticky;
}

.ctabtn-left {
  bottom: 15px;
  display: inline-grid;
  left: 20px;
}

.btn-brown {
  background: #72383d;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: "Lato", sans-serif;
}
.btn-brown:hover {
  background: #572b2e;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: "Lato", sans-serif;
}