/** Shopify CDN: Minification failed

Line 134:0 Unexpected "}"

**/
.journal-wrapper {
  background-color: #f9f5f1;
  padding: 2rem;
  min-height: 100vh;
  background-image: url(/cdn/shop/files/paper-texture.png?v=1750541730);
}

.journal-book {
  background-image: url(/cdn/shop/files/journal-book-bg.png?v=1750541749);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1200px;
  margin: auto;
  padding: 5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.journal-page {
  display: none;
  animation: fadeIn 1.2s ease forwards;
  width: 100%;
}

.page-active {
  display: block;
}

.journal-content {
  background: rgba(255, 255, 255, 0.85);
  padding: 2rem;
  max-width: 600px;
  width: 90%;
  margin: auto;
  font-family: 'Cedarville Cursive', cursive;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

input, select, textarea {
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 0.6rem 1rem;
  font-family: inherit;
  font-size: 1.2rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fffef9;
}

.next-button,
.submit-button {
  margin-top: 2rem;
  padding: 0.6rem 2rem;
  font-size: 1.2rem;
  border: none;
  background-color: #d3bfa8;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.next-button:hover,
.submit-button:hover {
  background-color: #bfa58c;
}

.feather-pen {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 150px;
  opacity: 0.9;
}

.journal-footer {
  margin-top: 4rem;
  text-align: center;
  font-family: 'Cedarville Cursive', cursive;
  font-size: 1.4rem;
  color: #7c5f48;
}

.journal-footer span {
  font-size: 1.6rem;
  font-weight: bold;
}

.social-icons a {
  color: #7c5f48;
  text-decoration: none;
  margin: 0 5px;
  font-size: 1rem;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  .journal-book {
    background-image: url(/cdn/shop/files/journal-mobile.png?v=1750541708);
    background-size: cover;
  }

  .feather-pen {
  position: absolute;
  bottom: 40px;
  right: 50px;
  width: 80px;
  height: auto;
  opacity: 0.8;
  z-index: 10;
  background-image: url(/cdn/shop/files/feather-pen.png?v=1750541742);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

  }
}
