/* All Terrain Shop – Bundle product layout */
.ats-container {max-width: 1200px; margin: 0 auto; padding: 0 20px;}
.ats-bundle-layout {display:grid;grid-template-columns:minmax(0,560px) 1fr;gap:28px;align-items:start}
@media (max-width: 900px){.ats-bundle-layout{grid-template-columns:1fr}}
.ats-bundle-gallery img{width:100%;height:auto;border-radius:10px}
.ats-bundle-summary .price{font-size:1.6rem;font-weight:700;margin:.5rem 0 1rem}
.ats-bundle-card{background:#fff;border:1px solid #e7e7e7;border-radius:12px;padding:16px 18px;margin:16px 0}
.ats-bundle-card__title{margin:0 0 10px;font-size:1.05rem;font-weight:700}

