.productGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.productCard{overflow:hidden;border:1px solid var(--border);border-radius:17px;background:#fff;box-shadow:0 12px 32px #5420190d;transition:.2s}.productCard.selected{border-color:var(--saffron);box-shadow:0 0 0 2px #cb742433}.productCard>img,.productPlaceholder{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#f5e4c5}.productPlaceholder{display:grid;place-items:center;color:var(--wine);font:700 50px Playfair Display,serif}.productBody{padding:22px}.productBody h3{margin:2px 0 8px;color:var(--wine);font-size:23px}.productBody>p{min-height:68px;margin:0 0 15px;color:#5e4b43;font-size:14px}.productBody>small{display:block;margin-top:10px;color:#876a5d}.variantList{display:grid;border-block:1px solid var(--border)}.variantRow{display:flex;grid-template-columns:none;align-items:center;gap:9px;padding:9px 0;font-weight:500}.variantRow input{width:auto}.variantRow b{margin-left:auto;color:var(--wine)}.productChoice{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-top:15px}.productChoice label{display:flex;align-items:center;gap:8px}.productChoice input{width:70px;padding:7px}.productChoice button{border:0;background:none;color:var(--wine);font-weight:700;cursor:pointer}.bookingProducts{max-width:1100px;margin-top:36px}.bookingProducts h2{margin-bottom:6px}.bookingProducts .productBody>p{min-height:0}.orderSummary{max-width:820px;margin:20px 0;padding:18px;border:1px solid var(--gold);border-radius:12px;background:#fff6e5}.orderSummary span,.orderSummary strong{display:flex;justify-content:space-between}.orderSummary strong{margin-top:8px;padding-top:8px;border-top:1px solid var(--border);color:var(--wine);font-size:20px}@media(max-width:900px){.productGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.productGrid{grid-template-columns:1fr}}