
/* =========================================================
   תיקון גובה: רכישת הספר + הסרטים
   נשארים חצי-חצי באותה שורה, אבל בערך חצי מהגובה הקודם.
   יש לטעון קובץ זה אחרי purchase-row.css
   ========================================================= */

.purchase-row{
  align-items:stretch !important;
}

.purchase-row > .book-section,
.purchase-row > .film-section{
  min-height:360px !important;
  height:360px !important;
  padding:18px !important;
  overflow:hidden !important;
}

/* ספר */
.purchase-row > .book-section{
  grid-template-columns:40% 60% !important;
  gap:14px !important;
}

.purchase-row .book-cover{
  max-width:180px !important;
  max-height:285px !important;
}

.purchase-row .book-copy h2{
  font-size:36px !important;
  margin:2px 0 8px !important;
}

.purchase-row .book-copy p{
  font-size:11px !important;
  line-height:1.45 !important;
  margin:0 0 7px !important;
}

.purchase-row .buy-now{
  padding:8px 18px !important;
  font-size:11px !important;
}

.purchase-row .contact-box{
  margin-top:9px !important;
  padding:9px !important;
  border-radius:13px !important;
}

.purchase-row .contact-box h3{
  margin:0 0 3px !important;
  font-size:10px !important;
}

.purchase-row .contact-row{
  padding:4px 0 !important;
  font-size:8.5px !important;
}

/* סרטים */
.purchase-row > .film-section{
  display:flex !important;
  flex-direction:column !important;
}

.purchase-row .film-section-head{
  margin-bottom:9px !important;
}

.purchase-row .film-kicker{
  font-size:10px !important;
}

.purchase-row .film-section-head h2{
  margin:1px 0 4px !important;
  font-size:34px !important;
}

.purchase-row .film-section-head p{
  font-size:9px !important;
  line-height:1.35 !important;
}

.purchase-row .film-grid{
  min-height:0 !important;
  gap:9px !important;
}

.purchase-row .film-card{
  min-height:0 !important;
}

.purchase-row .film-poster-wrap{
  padding:6px !important;
  min-height:0 !important;
}

.purchase-row .film-poster{
  height:180px !important;
  max-height:180px !important;
}

.purchase-row .film-card-body{
  padding:7px !important;
}

.purchase-row .film-card-body h3{
  margin:0 0 5px !important;
  font-size:17px !important;
}

.purchase-row .film-actions{
  gap:4px !important;
}

.purchase-row .film-primary,
.purchase-row .film-secondary{
  min-height:27px !important;
  padding:4px 6px !important;
  font-size:8px !important;
}

.purchase-row .film-contact-line{
  margin-top:6px !important;
  font-size:8px !important;
}

/* מובייל: גם כאן שניהם באותו גובה, בערך חצי מהגרסה הקודמת */
@media(max-width:700px){
  .purchase-row > .book-section,
  .purchase-row > .film-section{
    min-height:270px !important;
    height:270px !important;
    padding:7px !important;
  }

  .purchase-row .book-image-wrap{
    height:92px !important;
  }

  .purchase-row .book-cover{
    max-width:78px !important;
    max-height:90px !important;
  }

  .purchase-row .book-copy h2{
    font-size:18px !important;
    margin:1px 0 4px !important;
  }

  .purchase-row .book-copy p{
    font-size:6.5px !important;
    line-height:1.25 !important;
    margin-bottom:4px !important;
  }

  .purchase-row .buy-now{
    padding:5px 6px !important;
    font-size:6.5px !important;
  }

  .purchase-row .contact-box{
    margin-top:4px !important;
    padding:4px !important;
  }

  .purchase-row .contact-box h3{
    font-size:6px !important;
  }

  .purchase-row .contact-row{
    font-size:5.5px !important;
    padding:2px 0 !important;
  }

  .purchase-row .film-section-head{
    margin-bottom:4px !important;
  }

  .purchase-row .film-section-head h2{
    font-size:18px !important;
  }

  .purchase-row .film-section-head p{
    font-size:5.8px !important;
  }

  .purchase-row .film-grid{
    gap:4px !important;
  }

  .purchase-row .film-poster{
    height:62px !important;
    max-height:62px !important;
  }

  .purchase-row .film-card-body{
    padding:3px !important;
  }

  .purchase-row .film-card-body h3{
    font-size:10px !important;
    margin-bottom:2px !important;
  }

  .purchase-row .film-primary,
  .purchase-row .film-secondary{
    min-height:17px !important;
    padding:2px !important;
    font-size:5px !important;
  }

  .purchase-row .film-contact-line{
    margin-top:3px !important;
    font-size:5.5px !important;
  }
}

/* טלפון במצב גרסת מחשב */
@media(pointer:coarse) and (min-width:701px) and (max-width:1300px){
  .purchase-row > .book-section,
  .purchase-row > .film-section{
    min-height:330px !important;
    height:330px !important;
    padding:14px !important;
  }

  .purchase-row .book-cover{
    max-height:250px !important;
  }

  .purchase-row .film-poster{
    height:155px !important;
    max-height:155px !important;
  }
}
