  /* =========================
  under-nav_art
========================= */

.under-nav {
  background-image: url("../web-assets/web_backgrounds/libros.webp");

}

.header-main {
 
  background-image: url("../web-assets/web_backgrounds/nav-bar_element_art.webp");
  
}

/* =========================
   BOOK SYNOPSIS                
========================= */

.book-synopsis {
  background: #fff;
  padding: 40px 15px 60px 30px;
}

.book-synopsis .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.synopsis-nav {
  font-size: 13px;
  margin-bottom: 25px;
}

.synopsis-nav a {
  color: #000;
  text-decoration: none;
  margin: 0 4px;
}

.synopsis-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 35px;
}

.synopsis-text p:not(:last-child) {
  margin-bottom: 15px;
}

.synopsis-content {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: flex-start;
}

.book-cover img {
  width: 100%;
  height: auto;
  display: block;
 border-radius: 2px;
 box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.book-data {
  font-size: 13px;
  line-height: 1.6;
}

.book-data h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

.book-data p {
  margin-bottom: 6px;
}

/* STORE ITEMS */

.product-info {
  font-size: 14px;
  line-height: 1.6;
}

.product-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.product-description {
  margin-bottom: 20px;
}

.product-purchase {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-purchase label {
  font-size: 13px;
}

.product-purchase input {
  width: 70px;
  padding: 6px;
  border: 1px solid #000;
}

.buy-button {
  padding: 8px 18px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}


.contact-trigger {
  padding: 12px 28px;
  font-size: 13px;
  letter-spacing: 1px;
  background: var(--green);
  color: var(--white);
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease; 
  box-shadow: 0.2s ease;
 width: 100%;
  box-sizing: border-box; 
  margin: 0; 
 
}
 .contact-trigger a {
text-decoration: none;     
     
 }
 
.contact-trigger:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.product-layout {
  grid-template-columns: 220px 1fr 260px;
}



.secondary-btn {
  padding: 8px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
}

.breadcrumb {
  font-size: 12px;
  margin-bottom: 10px;
}

.author-line {
  font-size: 13px;
  margin-bottom: 8px;
}

.rating-row {
  font-size: 13px;
  margin-bottom: 15px;
}

.product-meta {
  font-size: 12px;
  margin-top: 20px;
}

.product-meta div {
  margin-bottom: 6px;
}

.purchase-box {
  border: 1px solid #ddd;
  padding: 30px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.price-row {
  font-size: 20px;
  margin-bottom: 10px;
}

.discount {
  color: #c00;
  margin-right: 8px;
}

.stock {
  font-size: 12px;
  margin-bottom: 15px;
}

.full-width {
  width: 100%;
  margin: 0;
}

.secure-note {
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
}


/* Mobile */
@media (max-width: 900px) {
  .product-layout {
    grid-template-columns: 1fr;
    gap: 25px;
    justify-content: center; 
    justify-items: center;   
    margin-top: 50px;
  }

  .book-cover {
    max-width: 250px;
    width: 100%;
    margin-bottom: 20px;
  }

  .product-info {
    max-width: 500px;
    width: 100%;
    text-align: left;  
  }

  .purchase-box {
    margin-top: 30px;
    max-width: 400px;
    width: 100%;
  }
}
