.store_main{display:flex;flex-direction:row;justify-content:space-evenly;gap:2rem}.store_title{font-size:1.5rem;font-weight:500}.store_primary{display:flex;flex-direction:row;justify-content:space-evenly;gap:5rem;text-align:left;flex:1 1 0}.store_image{max-width:500px}.store_image,.store_image>img{border-radius:10px;object-fit:cover;-o-object-fit:cover;flex:1 1 0}.store_info{display:flex;flex-direction:column;justify-content:flex-start;gap:2rem;text-align:left;flex:1 1 0}.store_description{text-align:left;font-size:1rem;font-weight:200}.store_description>p{margin:1rem 0}.store_secondary{width:340px;flex-direction:column;gap:3rem;box-shadow:0 5px 10px rgba(0,0,0,.423);height:100%}.store_categories{font-size:1rem;font-weight:500;display:flex;flex-direction:column;align-items:center;gap:.2rem}.store_packages_container{font-size:1rem}.store_packages_container h2{font-size:2rem;font-weight:700;margin:1rem 0}.package{border-radius:20px;border:1px solid #d7d7d764}.package.selected{color:#fff;border:2px solid var(--primary)}.package:hover{background-color:#83838331;cursor:pointer}.store_subscriptions{display:flex;flex-direction:column;gap:2rem;border:1px solid #d7d7d71d;border-radius:10px;padding:1rem}@media (max-width:1024px){.store_primary{gap:1rem}.store_main,.store_primary{flex-direction:column}.store_secondary{width:100%}.store_image{max-width:100%}.store_info{flex-direction:column;gap:2rem}.store_categories{font-size:1rem}.store_packages_container h2{font-size:2.5rem}.store_subscriptions{padding:2rem}}