body {
  font-family: "Inter", sans-serif;
}

.header-title {
  font-size: 1em;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-weight: 700;
}

header {
  padding: 40px 0px;
}

.sec-print {
  margin: 6rem 0px;
}

h1 {
  font-size: 3.5em;
  letter-spacing: -0.1rem;
  line-height: 1.25;
  font-weight: 700;
}

h2 {
  font-size: 2em;
  font-weight: 700;
}

p {
  letter-spacing: 0.025rem;
  font-size: 1em;
  font-weight: 300;
}

.seperator {
  width: 1px;
  height: 100%;
  background: #e3e3e3;
  display: block;
  /*margin: auto;*/
  margin-left: 15px;
}

.img-lightbox {
  object-position: center;
}

.light-box-img {
  background: url("../../assets/img/bfacfcfb.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 480px;
  display: flex;
  align-items: center;
}

.img-bg {
  background: url("../../assets/img/8f2b39db.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 430px;
  display: flex;
  align-items: center;
}

.light-box-link {
  text-decoration: none;
  margin-right: 40px;
  display: block;
}

.caption {
  padding-bottom: 0.859375rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  padding-top: 0.859375rem;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.667);
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.025rem;
  font-size: 2em;
  line-height: 1.625;
  font-weight: 600;
}

.btn-shopify {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 4.25rem;
  line-height: 4.25rem;
  padding: 0 2.125rem;
  letter-spacing: 0.025rem;
  padding-left: calc(0.025rem + 2.125rem);
  font-size: 1em;
  font-weight: 400;
  border-radius: 0rem;
  transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  background: #000;
  color: #fff;
}

.btn-shopify:hover {
  transform: scale(1.025);
  background: #000;
  color: #fff;
}

footer {
  padding: 30px 0px;
}

.footer-link {
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
  z-index: 1;
  color: rgba(0, 0, 0, 0.498);
  border-radius: 24px;
  font-size: 12px;
  letter-spacing: 0;
}

.footer-link:hover {
  color: #ffffff !important;
  transform: scale(1.1) translateY(-0.05rem);
  background-image: linear-gradient(30deg, #A464A1 15%, #3B5DAD 85%);
}

@media (max-width: 768px) {
  .seperator {
    width: 100%;
    height: 1px;
    margin: 40px 0px;
  }
}

@media (max-width: 768px) {
  .light-box-link {
    margin-right: 0px;
  }
}

