.elementor-802 .elementor-element.elementor-element-ec7d24d{--display:flex;}/* Start custom CSS for container, class: .elementor-element-ec7d24d *//* === InkPrint Fullscreen Product Gallery — Refined Minimal Look === */

/* Remove WooCommerce default spacing */
.inkprint-fullscreen-shop,
.inkprint-fullscreen-shop ul.products,
.inkprint-fullscreen-shop li.product {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Each product section fills the screen */
.inkprint-fullscreen-item {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-sizing: border-box;
}

/* Inner layout centers everything */
.inkprint-inner {
  width: min(88vw, 900px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Artwork — slightly smaller for breathing room */
.inkprint-art {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  width: 100%;
}

.inkprint-art img {
  max-height: 60vh;        /* reduced from 70vh for more whitespace */
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

/* Meta text */
.inkprint-meta {
  text-align: center;
  margin-top: 0;
}

.inkprint-title {
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #212121;
}

.inkprint-price {
  font-size: clamp(15px, 1.2vw, 18px);
  color: #212121;
  margin-bottom: 1.25rem;
}

/* === Button styling === */
.inkprint-view-btn {
  background: #212121 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 14px 32px !important;
    font-size: 0.95rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
  transition: background 0.25s ease, color 0.25s ease;
}

.inkprint-view-btn:hover {
  background: #000 !important;
  color: #fff !important;
}

/* Out-of-stock / archive note */
.inkprint-archive-note {
  font-weight: 500;
  font-style: italic;
  color: #212121;
  margin-top: 0.75rem;
  font-size: 0.95rem;
}

/* Small devices */
@media (max-width: 480px) {
  .inkprint-art img {
    max-height: 55vh;
  }
  .inkprint-view-btn {
    padding: 12px 28px;
    font-size: 0.9rem;
  }
}/* End custom CSS */